preamble.tex
author Scott Morrison <scott@tqft.net>
Thu, 20 Sep 2012 14:24:07 +1000
changeset 979 01c4b50b5489
parent 884 d5caffd01b72
child 978 a80cc9f9a65b
permissions -rw-r--r--
adding some notes from talks
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}}%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    33
\end{array}\hspace{-3pt}}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    34
\newcommand{\reflectmathfig}[2]{{\hspace{-3pt}\begin{array}{c}%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    35
  \raisebox{-2.5pt}{\reflectbox{\includegraphics[width=#1\textwidth]{\pathtodiagrams #2}}}%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    36
\end{array}\hspace{-3pt}}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    37
\newcommand{\rotatemathfig}[3]{{\hspace{-3pt}\begin{array}{c}%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    38
  \raisebox{-2.5pt}{\rotatebox{#2}{\includegraphics[height=#1\textwidth]{\pathtodiagrams #3}}}%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    39
\end{array}\hspace{-3pt}}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    40
\newcommand{\placefig}[2]{\includegraphics[width=#1\linewidth]{\pathtodiagrams #2}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    41
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    42
\newcommand{\arxiv}[1]{\href{http://arxiv.org/abs/#1}{\tt arXiv:\nolinkurl{#1}}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    43
\newcommand{\doi}[1]{\href{http://dx.doi.org/#1}{{\tt DOI:#1}}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    44
\newcommand{\euclid}[1]{\href{http://projecteuclid.org/euclid.cmp/#1}{{\tt at Project Euclid: #1}}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    45
\newcommand{\mathscinet}[1]{\href{http://www.ams.org/mathscinet-getitem?mr=#1}{\tt #1}}
166
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 157
diff changeset
    46
\newcommand{\googlebooks}[1]{(preview at \href{http://books.google.com/books?id=#1}{google books})}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    47
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    48
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    49
% THEOREMS -------------------------------------------------------
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    50
\theoremstyle{plain}
154
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 147
diff changeset
    51
%\newtheorem*{fact}{Fact}
551
9dfb5db2acd7 remaining changes from tuesday afternoon
Scott Morrison <scott@tqft.net>
parents: 535
diff changeset
    52
\newtheorem{prop}{Proposition}[subsection]
884
d5caffd01b72 fixing theorem numbering in sections without subsections
Scott Morrison <scott@tqft.net>
parents: 611
diff changeset
    53
\makeatletter
d5caffd01b72 fixing theorem numbering in sections without subsections
Scott Morrison <scott@tqft.net>
parents: 611
diff changeset
    54
\@addtoreset{prop}{section}
d5caffd01b72 fixing theorem numbering in sections without subsections
Scott Morrison <scott@tqft.net>
parents: 611
diff changeset
    55
\makeatother
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    56
\newtheorem{conj}[prop]{Conjecture}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    57
\newtheorem{thm}[prop]{Theorem}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    58
\newtheorem{lem}[prop]{Lemma}
194
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 191
diff changeset
    59
\newtheorem*{lem*}{Lemma}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    60
\newtheorem{cor}[prop]{Corollary}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    61
\newtheorem*{cor*}{Corollary}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    62
\newtheorem*{exc}{Exercise}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    63
\newtheorem{defn}[prop]{Definition}         % numbered definition
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    64
\newtheorem*{defn*}{Definition}             % unnumbered definition
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    65
\newtheorem{question}{Question}
551
9dfb5db2acd7 remaining changes from tuesday afternoon
Scott Morrison <scott@tqft.net>
parents: 535
diff changeset
    66
\newtheorem{property}[prop]{Property}
9dfb5db2acd7 remaining changes from tuesday afternoon
Scott Morrison <scott@tqft.net>
parents: 535
diff changeset
    67
\newtheorem{axiom}[prop]{Axiom}
9dfb5db2acd7 remaining changes from tuesday afternoon
Scott Morrison <scott@tqft.net>
parents: 535
diff changeset
    68
\newtheorem{module-axiom}[prop]{Module Axiom}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    69
\newenvironment{rem}{\noindent\textsl{Remark.}}{}  % perhaps looks better than rem above?
398
2a9c637182f0 edits to sphere-modules stuff: some todos added
Scott Morrison <scott@tqft.net>
parents: 378
diff changeset
    70
\newtheorem{rem*}[prop]{Remark}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    71
\numberwithin{equation}{section}
570
3a128dbe02fa minor changes to preambles
Scott Morrison <scott@tqft.net>
parents: 551
diff changeset
    72
%% example, claim and remark are defined in article_preamble.tex, for compatibility with beamer and PNAS
378
e5867a64cae5 moving files around for a talk in Stony Brook
Scott Morrison <scott@tqft.net>
parents: 375
diff changeset
    73
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    74
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    75
% Marginal notes in draft mode -----------------------------------
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    76
\newcommand{\scott}[1]{\stepcounter{comment}{{\color{blue} $\star^{(\arabic{comment})}$}}\marginpar{\color{blue}  $\star^{(\arabic{comment})}$ \usefont{T1}{scott}{m}{n}  #1 --S}}     % draft mode
99
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 81
diff changeset
    77
\newcommand{\kevin}[1]{\stepcounter{comment}{\color[rgb]{.2,.5,.6} $\star^{(\arabic{comment})}$}\marginpar{\color{green}  $\star^{(\arabic{comment})}$  #1 --K}}     % draft mode
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    78
\newcommand{\comment}[1]{\stepcounter{comment}$\star^{(\arabic{comment})}$\marginpar{\tiny $\star^{(\arabic{comment})}$ #1}}     % draft mode
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    79
\newcounter{comment}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    80
\newcommand{\noop}[1]{}
101
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 99
diff changeset
    81
\newcommand{\todo}[1]{\textbf{\color[rgb]{.8,.2,.5}\small TODO: #1}}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    82
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    83
% \mathrlap -- a horizontal \smash--------------------------------
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    84
% For comparison, the existing overlap macros:
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    85
% \def\llap#1{\hbox to 0pt{\hss#1}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    86
% \def\rlap#1{\hbox to 0pt{#1\hss}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    87
\def\clap#1{\hbox to 0pt{\hss#1\hss}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    88
\def\mathllap{\mathpalette\mathllapinternal}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    89
\def\mathrlap{\mathpalette\mathrlapinternal}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    90
\def\mathclap{\mathpalette\mathclapinternal}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    91
\def\mathllapinternal#1#2{%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    92
\llap{$\mathsurround=0pt#1{#2}$}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    93
\def\mathrlapinternal#1#2{%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    94
\rlap{$\mathsurround=0pt#1{#2}$}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    95
\def\mathclapinternal#1#2{%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    96
\clap{$\mathsurround=0pt#1{#2}$}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    97
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    98
% MATH -----------------------------------------------------------
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    99
\newcommand{\Natural}{\mathbb N}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   100
\newcommand{\Integer}{\mathbb Z}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   101
\newcommand{\Rational}{\mathbb Q}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   102
\newcommand{\Real}{\mathbb R}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   103
\newcommand{\Complex}{\mathbb C}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   104
\newcommand{\Field}{\mathbb F}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   105
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   106
\newcommand{\id}{\boldsymbol{1}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   107
\renewcommand{\imath}{\mathfrak{i}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   108
\renewcommand{\jmath}{\mathfrak{j}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   109
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   110
\newcommand{\qRing}{\Integer[q,q^{-1}]}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   111
\newcommand{\qMod}{\qRing-\operatorname{Mod}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   112
\newcommand{\ZMod}{\Integer-\operatorname{Mod}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   113
135
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 101
diff changeset
   114
\newcommand{\lmod}[1]{\leftidx{_{#1}}{\operatorname{mod}}{}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 101
diff changeset
   115
136
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 135
diff changeset
   116
\newcommand{\HC}{\operatorname{Hoch}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 135
diff changeset
   117
\newcommand{\HH}{\operatorname{HH}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 135
diff changeset
   118
479
cfad13b6b1e5 some modifications to blobdef
Scott Morrison <scott@tqft.net>
parents: 398
diff changeset
   119
\newcommand{\cell}{\mathfrak{D}}
cfad13b6b1e5 some modifications to blobdef
Scott Morrison <scott@tqft.net>
parents: 398
diff changeset
   120
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   121
\def\bc{{\mathcal B}}
513
a9ac20b0a0c2 intro to evmap
Kevin Walker <kevin@canyon23.net>
parents: 496
diff changeset
   122
\def\btc{{\mathcal{BT}}}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   123
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   124
\newcommand{\into}{\hookrightarrow}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   125
\newcommand{\onto}{\twoheadrightarrow}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   126
\newcommand{\iso}{\cong}
267
Scott Morrison <scott@tqft.net>
parents: 264
diff changeset
   127
\newcommand{\quism}{\underset{\text{q.i.}}{\simeq}}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   128
\newcommand{\htpy}{\simeq}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   129
\newcommand{\actsOn}{\circlearrowright}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   130
\newcommand{\xto}[1]{\xrightarrow{#1}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   131
\newcommand{\isoto}{\xto{\iso}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   132
\newcommand{\quismto}{\xrightarrow[\text{q.i.}]{\iso}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   133
\newcommand{\diffeoto}{\xrightarrow[\text{diffeo}]{\iso}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   134
\newcommand{\htpyto}{\xrightarrow[\text{htpy}]{\htpy}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   135
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   136
\newcommand{\restrict}[2]{#1{}_{\mid #2}{}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   137
\newcommand{\set}[1]{\left\{#1\right\}}
171
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 170
diff changeset
   138
\newcommand{\setc}[2]{\setcl{#1}{#2}}
170
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 166
diff changeset
   139
\newcommand{\setcl}[2]{\left\{ \left. #1 \;\right| \; #2 \right\}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 166
diff changeset
   140
\newcommand{\setcr}[2]{\left\{ #1 \;\left| \; #2 \right\}\right.}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   141
\newcommand{\relations}[2]{\left<#1 \;\left| \; #2 \right. \right>}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   142
\newcommand{\cone}[3]{C\left(#1 \xrightarrow{#2} #3\right)}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   143
\newcommand{\pairing}[2]{\left\langle#1 ,#2 \right\rangle}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   144
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   145
\newcommand{\floor}[1]{\left\lfloor#1\right\rfloor}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   146
\newcommand{\norm}[1]{\left|\left|#1\right|\right|}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   147
\newcommand{\abs}[1]{\left|#1\right|}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   148
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   149
\newcommand{\card}[1]{\sharp{#1}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   150
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   151
\newcommand{\bdy}{\partial}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   152
\newcommand{\compose}{\circ}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   153
\newcommand{\eset}{\emptyset}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   154
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   155
\newcommand{\psmallmatrix}[1]{\left(\begin{smallmatrix} #1 \end{smallmatrix}\right)}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   156
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   157
\newcommand{\directSum}{\oplus}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   158
\newcommand{\DirectSum}{\bigoplus}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   159
\newcommand{\tensor}{\otimes}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   160
\newcommand{\Tensor}{\bigotimes}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   161
570
3a128dbe02fa minor changes to preambles
Scott Morrison <scott@tqft.net>
parents: 551
diff changeset
   162
%\newcommand{\selfarrow}{\ensuremath{\!\!\!\!\!\!\xymatrix{ \ar@(ru,rd)@<-1ex>[]}\phantom{++.\!\!}}}
3a128dbe02fa minor changes to preambles
Scott Morrison <scott@tqft.net>
parents: 551
diff changeset
   163
%\newsavebox{\selfarrowcontents}
3a128dbe02fa minor changes to preambles
Scott Morrison <scott@tqft.net>
parents: 551
diff changeset
   164
%\savebox{\selfarrowcontents}{\selfarrow}
3a128dbe02fa minor changes to preambles
Scott Morrison <scott@tqft.net>
parents: 551
diff changeset
   165
%\renewcommand{\selfarrow}{\usebox{\selfarrowcontents}}
572
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 570
diff changeset
   166
\newcommand{\selfarrow}{\ensuremath{\smash{\tikz[baseline]{\clip (0,0.36) rectangle (0.48,-0.16); \draw[->] (0,0.2) .. controls (0.6,0.8) and (0.6,-0.6) .. (0,0);}}}}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   167
57
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   168
\newcommand{\CM}[2]{C_*(\Maps(#1 \to #2))}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   169
\newcommand{\CD}[1]{C_*(\Diff(#1))}
166
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 157
diff changeset
   170
\newcommand{\CH}[1]{C_*(\Homeo(#1))}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   171
323
6cc92b273d44 added \cl ([ho]colim) (currently \underrightarrow)
Kevin Walker <kevin@canyon23.net>
parents: 310
diff changeset
   172
\newcommand{\cl}[1]{\underrightarrow{#1}}
6cc92b273d44 added \cl ([ho]colim) (currently \underrightarrow)
Kevin Walker <kevin@canyon23.net>
parents: 310
diff changeset
   173
570
3a128dbe02fa minor changes to preambles
Scott Morrison <scott@tqft.net>
parents: 551
diff changeset
   174
\newcommand{\Set}{\text{\textbf{Set}}}
3a128dbe02fa minor changes to preambles
Scott Morrison <scott@tqft.net>
parents: 551
diff changeset
   175
\newcommand{\Vect}{\text{\textbf{Vect}}}
3a128dbe02fa minor changes to preambles
Scott Morrison <scott@tqft.net>
parents: 551
diff changeset
   176
\newcommand{\Kom}{\text{\textbf{Kom}}}
3a128dbe02fa minor changes to preambles
Scott Morrison <scott@tqft.net>
parents: 551
diff changeset
   177
\newcommand{\Cat}{\mathcal{C}}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   178
611
fd6e53389f2c futzing with preambles
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   179
\newcommand{\Bord}{\operatorname{Bord}}
fd6e53389f2c futzing with preambles
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   180
570
3a128dbe02fa minor changes to preambles
Scott Morrison <scott@tqft.net>
parents: 551
diff changeset
   181
\newcommand{\Inv}[1]{\operatorname{Inv}\left(#1\right)}
3a128dbe02fa minor changes to preambles
Scott Morrison <scott@tqft.net>
parents: 551
diff changeset
   182
\newcommand{\Hom}[3]{\operatorname{Hom}_{#1}\left(#2,#3\right)}
3a128dbe02fa minor changes to preambles
Scott Morrison <scott@tqft.net>
parents: 551
diff changeset
   183
\newcommand{\End}[1]{\operatorname{End}\left(#1\right)}
3a128dbe02fa minor changes to preambles
Scott Morrison <scott@tqft.net>
parents: 551
diff changeset
   184
\newcommand{\Obj}{\operatorname{Obj}}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   185
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   186
\newenvironment{narrow}[2]{%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   187
\vspace{-0.4cm}% horrible hack, by scott % this only seems to be appropriate in beamer mode...
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   188
\begin{list}{}{%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   189
\setlength{\topsep}{0pt}%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   190
\setlength{\leftmargin}{#1}%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   191
\setlength{\rightmargin}{#2}%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   192
\setlength{\listparindent}{\parindent}%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   193
\setlength{\itemindent}{\parindent}%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   194
\setlength{\parsep}{\parskip}}%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   195
\item[]}{\end{list}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   196
% ----------------------------------------------------------------
154
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 147
diff changeset
   197
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 147
diff changeset
   198