preamble.tex
author Scott Morrison <scott@tqft.net>
Tue, 26 Oct 2010 23:56:33 -0700
changeset 576 7b4a57110e83
parent 572 e0f5ec582725
child 611 fd6e53389f2c
permissions -rw-r--r--
oops, missing paren in deligne.tex
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
     1
%auto-ignore
147
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 136
diff changeset
     2
%!TEX root = blob1.tex
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
     3
%this ensures the arxiv doesn't try to start TeXing here.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
     4
264
e8a5b2e128af switching from amsplain to article
Scott Morrison <scott@tqft.net>
parents: 226
diff changeset
     5
\usepackage{amsmath,amssymb,amsfonts,amsthm}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
     6
\usepackage{ifpdf}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
     7
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
     8
\usepackage[all,color]{xy}
570
3a128dbe02fa minor changes to preambles
Scott Morrison <scott@tqft.net>
parents: 551
diff changeset
     9
\SelectTips{cm}{}
3a128dbe02fa minor changes to preambles
Scott Morrison <scott@tqft.net>
parents: 551
diff changeset
    10
% This may speed up compilation of complex documents with many xymatrices.
3a128dbe02fa minor changes to preambles
Scott Morrison <scott@tqft.net>
parents: 551
diff changeset
    11
%\CompileMatrices
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    12
264
e8a5b2e128af switching from amsplain to article
Scott Morrison <scott@tqft.net>
parents: 226
diff changeset
    13
\usepackage[section]{placeins}
76
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 67
diff changeset
    14
\usepackage{leftidx}
279
cb16992373be \mapsfrom
Scott Morrison <scott@tqft.net>
parents: 267
diff changeset
    15
\usepackage{stmaryrd} % additional math symbols, e.g. \mapsfrom
290
9bb7d314c694 working on smallblobs.tex. messed up some oof the module stuff, will fix again momentarily
Scott Morrison <scott@tqft.net>
parents: 279
diff changeset
    16
\usepackage{microtype}
76
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 67
diff changeset
    17
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    18
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    19
% ----------------------------------------------------------------
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    20
\vfuzz2pt % Don't report over-full v-boxes if over-edge is small
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    21
\hfuzz2pt % Don't report over-full h-boxes if over-edge is small
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    22
% ----------------------------------------------------------------
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    23
518
ecc85aed588a supress warnings about PDF 1.5
Kevin Walker <kevin@canyon23.net>
parents: 513
diff changeset
    24
% don't warn about PDF 1.5 (default was 1.4); dangerous?
ecc85aed588a supress warnings about PDF 1.5
Kevin Walker <kevin@canyon23.net>
parents: 513
diff changeset
    25
\pdfminorversion=5
ecc85aed588a supress warnings about PDF 1.5
Kevin Walker <kevin@canyon23.net>
parents: 513
diff changeset
    26
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    27
% diagrams -------------------------------------------------------
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    28
% figures ---------------------------------------------------------
375
faac9ca8f092 finished rearranging diagrams directory
Scott Morrison <scott@tqft.net>
parents: 336
diff changeset
    29
\newcommand{\pathtodiagrams}{\pathtotrunk diagrams/}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    30
157
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 154
diff changeset
    31
\newcommand{\mathfig}[2]{\ensuremath{\hspace{-3pt}\begin{array}{c}%
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    32
  \raisebox{-2.5pt}{\includegraphics[width=#1\textwidth]{\pathtodiagrams #2}}%