preamble.tex
author Scott Morrison <scott@tqft.net>
Sat, 26 Jun 2010 16:31:28 -0700
changeset 400 a02a6158f3bd
parent 398 2a9c637182f0
child 479 cfad13b6b1e5
permissions -rw-r--r--
Breaking up 'properties' in the intro into smaller subsections, converting many properties back to theorems, and numbering according to where they occur in the text. Not completely done, e.g. the action map which needs statements made consistent.
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}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
     9
264
e8a5b2e128af switching from amsplain to article
Scott Morrison <scott@tqft.net>
parents: 226
diff changeset
    10
\usepackage[section]{placeins}
76
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 67
diff changeset
    11
\usepackage{leftidx}
279
cb16992373be \mapsfrom
Scott Morrison <scott@tqft.net>
parents: 267
diff changeset
    12
\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
    13
\usepackage{microtype}
76
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 67
diff changeset
    14
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    15
\SelectTips{cm}{}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    16
% This may speed up compilation of complex documents with many xymatrices.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    17
%\CompileMatrices
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
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    24
% diagrams -------------------------------------------------------
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    25
% figures ---------------------------------------------------------
375
faac9ca8f092 finished rearranging diagrams directory
Scott Morrison <scott@tqft.net>
parents: 336
diff changeset
    26
\newcommand{\pathtodiagrams}{\pathtotrunk diagrams/}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    27
157
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 154
diff changeset
    28
\newcommand{\mathfig}[2]{\ensuremath{\hspace{-3pt}\begin{array}{c}%
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    29
  \raisebox{-2.5pt}{\includegraphics[width=#1\textwidth]{\pathtodiagrams #2}}%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    30
\end{array}\hspace{-3pt}}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    31
\newcommand{\reflectmathfig}[2]{{\hspace{-3pt}\begin{array}{c}%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    32
  \raisebox{-2.5pt}{\reflectbox{\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{\rotatemathfig}[3]{{\hspace{-3pt}\begin{array}{c}%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    35
  \raisebox{-2.5pt}{\rotatebox{#2}{\includegraphics[height=#1\textwidth]{\pathtodiagrams #3}}}%
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{\placefig}[2]{\includegraphics[width=#1\linewidth]{\pathtodiagrams #2}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    38
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    39
\newcommand{\arxiv}[1]{\href{http://arxiv.org/abs/#1}{\tt arXiv:\nolinkurl{#1}}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    40
\newcommand{\doi}[1]{\href{http://dx.doi.org/#1}{{\tt DOI:#1}}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    41
\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
    42
\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
    43
\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
    44
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    45
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    46
% THEOREMS -------------------------------------------------------
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    47
\theoremstyle{plain}
154
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 147
diff changeset
    48
%\newtheorem*{fact}{Fact}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    49
\newtheorem{prop}{Proposition}[section]
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    50
\newtheorem{conj}[prop]{Conjecture}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    51
\newtheorem{thm}[prop]{Theorem}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    52
\newtheorem{lem}[prop]{Lemma}
194
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 191
diff changeset
    53
\newtheorem*{lem*}{Lemma}
81
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 76
diff changeset
    54
\newtheorem{claim}[prop]{Claim}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    55
\newtheorem{cor}[prop]{Corollary}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    56
\newtheorem*{cor*}{Corollary}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    57
\newtheorem*{exc}{Exercise}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    58
\newtheorem{defn}[prop]{Definition}         % numbered definition
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    59
\newtheorem*{defn*}{Definition}             % unnumbered definition
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    60
\newtheorem{question}{Question}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    61
\newtheorem{property}{Property}
187
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 171
diff changeset
    62
\newtheorem{axiom}{Axiom}
336
7a5a73ec8961 replacing axioms with lemmas in the module section; still out of sync with the ncat axioms
Scott Morrison <scott@tqft.net>
parents: 323
diff changeset
    63
\newtheorem{module-axiom}{Module Axiom}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    64
\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
    65
\newtheorem{rem*}[prop]{Remark}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    66
\numberwithin{equation}{section}
378
e5867a64cae5 moving files around for a talk in Stony Brook
Scott Morrison <scott@tqft.net>
parents: 375
diff changeset
    67
%% example is defined in article_preamble.tex, for compatibility with beamer.
e5867a64cae5 moving files around for a talk in Stony Brook
Scott Morrison <scott@tqft.net>
parents: 375
diff changeset
    68
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    69
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    70
% Marginal notes in draft mode -----------------------------------
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    71
\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
    72
\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
    73
\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
    74
\newcounter{comment}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    75
\newcommand{\noop}[1]{}
101
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 99
diff changeset
    76
\newcommand{\todo}[1]{\textbf{\color[rgb]{.8,.2,.5}\small TODO: #1}}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    77
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    78
% \mathrlap -- a horizontal \smash--------------------------------
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    79
% For comparison, the existing overlap macros:
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    80
% \def\llap#1{\hbox to 0pt{\hss#1}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    81
% \def\rlap#1{\hbox to 0pt{#1\hss}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    82
\def\clap#1{\hbox to 0pt{\hss#1\hss}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    83
\def\mathllap{\mathpalette\mathllapinternal}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    84
\def\mathrlap{\mathpalette\mathrlapinternal}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    85
\def\mathclap{\mathpalette\mathclapinternal}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    86
\def\mathllapinternal#1#2{%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    87
\llap{$\mathsurround=0pt#1{#2}$}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    88
\def\mathrlapinternal#1#2{%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    89
\rlap{$\mathsurround=0pt#1{#2}$}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    90
\def\mathclapinternal#1#2{%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    91
\clap{$\mathsurround=0pt#1{#2}$}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    92
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    93
% MATH -----------------------------------------------------------
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    94
\newcommand{\Natural}{\mathbb N}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    95
\newcommand{\Integer}{\mathbb Z}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    96
\newcommand{\Rational}{\mathbb Q}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    97
\newcommand{\Real}{\mathbb R}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    98
\newcommand{\Complex}{\mathbb C}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    99
\newcommand{\Field}{\mathbb F}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   100
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   101
\newcommand{\id}{\boldsymbol{1}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   102
\renewcommand{\imath}{\mathfrak{i}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   103
\renewcommand{\jmath}{\mathfrak{j}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   104
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   105
\newcommand{\qRing}{\Integer[q,q^{-1}]}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   106
\newcommand{\qMod}{\qRing-\operatorname{Mod}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   107
\newcommand{\ZMod}{\Integer-\operatorname{Mod}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   108
135
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 101
diff changeset
   109
\newcommand{\lmod}[1]{\leftidx{_{#1}}{\operatorname{mod}}{}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 101
diff changeset
   110
136
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 135
diff changeset
   111
\newcommand{\HC}{\operatorname{Hoch}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 135
diff changeset
   112
\newcommand{\HH}{\operatorname{HH}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 135
diff changeset
   113
147
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 136
diff changeset
   114
\newcommand{\selfarrow}{\ensuremath{\!\!\!\!\!\!\xymatrix{ \ar@(ru,rd)@<-1ex>[]}\phantom{++.\!\!}}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 136
diff changeset
   115
\newsavebox{\selfarrowcontents}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 136
diff changeset
   116
\savebox{\selfarrowcontents}{\selfarrow}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 136
diff changeset
   117
\renewcommand{\selfarrow}{\usebox{\selfarrowcontents}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 136
diff changeset
   118
136
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 135
diff changeset
   119
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   120
\def\bc{{\mathcal B}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   121
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   122
\newcommand{\into}{\hookrightarrow}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   123
\newcommand{\onto}{\twoheadrightarrow}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   124
\newcommand{\iso}{\cong}
267
Scott Morrison <scott@tqft.net>
parents: 264
diff changeset
   125
\newcommand{\quism}{\underset{\text{q.i.}}{\simeq}}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   126
\newcommand{\htpy}{\simeq}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   127
\newcommand{\actsOn}{\circlearrowright}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   128
\newcommand{\xto}[1]{\xrightarrow{#1}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   129
\newcommand{\isoto}{\xto{\iso}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   130
\newcommand{\quismto}{\xrightarrow[\text{q.i.}]{\iso}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   131
\newcommand{\diffeoto}{\xrightarrow[\text{diffeo}]{\iso}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   132
\newcommand{\htpyto}{\xrightarrow[\text{htpy}]{\htpy}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   133
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   134
\newcommand{\restrict}[2]{#1{}_{\mid #2}{}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   135
\newcommand{\set}[1]{\left\{#1\right\}}
171
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 170
diff changeset
   136
\newcommand{\setc}[2]{\setcl{#1}{#2}}
170
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 166
diff changeset
   137
\newcommand{\setcl}[2]{\left\{ \left. #1 \;\right| \; #2 \right\}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 166
diff changeset
   138
\newcommand{\setcr}[2]{\left\{ #1 \;\left| \; #2 \right\}\right.}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   139
\newcommand{\relations}[2]{\left<#1 \;\left| \; #2 \right. \right>}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   140
\newcommand{\cone}[3]{C\left(#1 \xrightarrow{#2} #3\right)}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   141
\newcommand{\pairing}[2]{\left\langle#1 ,#2 \right\rangle}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   142
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   143
\newcommand{\floor}[1]{\left\lfloor#1\right\rfloor}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   144
\newcommand{\norm}[1]{\left|\left|#1\right|\right|}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   145
\newcommand{\abs}[1]{\left|#1\right|}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   146
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   147
\newcommand{\card}[1]{\sharp{#1}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   148
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   149
\newcommand{\bdy}{\partial}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   150
\newcommand{\compose}{\circ}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   151
\newcommand{\eset}{\emptyset}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   152
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   153
\newcommand{\Set}{\text{\textbf{Set}}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   154
\newcommand{\Vect}{\text{\textbf{Vect}}}
67
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 57
diff changeset
   155
\newcommand{\Kom}{\text{\textbf{Kom}}}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   156
\newcommand{\Cat}{\mathcal{C}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   157
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   158
\newcommand{\psmallmatrix}[1]{\left(\begin{smallmatrix} #1 \end{smallmatrix}\right)}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   159
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   160
\newcommand{\qiq}[2]{[#1]_{#2}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   161
\newcommand{\qi}[1]{\qiq{#1}{q}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   162
\newcommand{\qdim}{\operatorname{dim_q}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   163
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   164
\newcommand{\directSum}{\oplus}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   165
\newcommand{\DirectSum}{\bigoplus}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   166
\newcommand{\tensor}{\otimes}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   167
\newcommand{\Tensor}{\bigotimes}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   168
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   169
\newcommand{\db}[1]{\left(\left(#1\right)\right)}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   170
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   171
\newcommand{\Mat}[1]{\mathbf{Mat}\left(#1\right)}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   172
\newcommand{\Inv}[1]{\operatorname{Inv}\left(#1\right)}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   173
\newcommand{\Hom}[3]{\operatorname{Hom}_{#1}\left(#2,#3\right)}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   174
\newcommand{\End}[1]{\operatorname{End}\left(#1\right)}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   175
\newcommand{\Obj}{\operatorname{Obj}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   176
57
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   177
\newcommand{\CM}[2]{C_*(\Maps(#1 \to #2))}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   178
\newcommand{\CD}[1]{C_*(\Diff(#1))}
166
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 157
diff changeset
   179
\newcommand{\CH}[1]{C_*(\Homeo(#1))}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   180
323
6cc92b273d44 added \cl ([ho]colim) (currently \underrightarrow)
Kevin Walker <kevin@canyon23.net>
parents: 310
diff changeset
   181
\newcommand{\cl}[1]{\underrightarrow{#1}}
6cc92b273d44 added \cl ([ho]colim) (currently \underrightarrow)
Kevin Walker <kevin@canyon23.net>
parents: 310
diff changeset
   182
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   183
\newcommand{\directSumStack}[2]{{\begin{matrix}#1 \\ \DirectSum \\#2\end{matrix}}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   184
\newcommand{\directSumStackThree}[3]{{\begin{matrix}#1 \\ \DirectSum \\#2 \\ \DirectSum \\#3\end{matrix}}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   185
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   186
\newcommand{\grading}[1]{{\color{blue}\{#1\}}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   187
\newcommand{\shift}[1]{\left[#1\right]}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   188
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   189
\newenvironment{narrow}[2]{%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   190
\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
   191
\begin{list}{}{%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   192
\setlength{\topsep}{0pt}%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   193
\setlength{\leftmargin}{#1}%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   194
\setlength{\rightmargin}{#2}%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   195
\setlength{\listparindent}{\parindent}%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   196
\setlength{\itemindent}{\parindent}%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   197
\setlength{\parsep}{\parskip}}%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   198
\item[]}{\end{list}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   199
% ----------------------------------------------------------------
154
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 147
diff changeset
   200
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 147
diff changeset
   201