preamble.tex
author Scott Morrison <scott@tqft.net>
Fri, 28 May 2010 13:06:58 -0700
changeset 290 9bb7d314c694
parent 279 cb16992373be
child 310 ee7be19ee61a
permissions -rw-r--r--
working on smallblobs.tex. messed up some oof the module stuff, will fix again momentarily
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
%\ifpdf
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
     9
%\usepackage[pdftex,all,color]{xy}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    10
%\else
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    11
\usepackage[all,color]{xy}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    12
%\fi
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    13
264
e8a5b2e128af switching from amsplain to article
Scott Morrison <scott@tqft.net>
parents: 226
diff changeset
    14
\usepackage[section]{placeins}
76
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 67
diff changeset
    15
\usepackage{leftidx}
279
cb16992373be \mapsfrom
Scott Morrison <scott@tqft.net>
parents: 267
diff changeset
    16
\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
    17
\usepackage{microtype}
76
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 67
diff changeset
    18
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    19
\SelectTips{cm}{}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    20
% This may speed up compilation of complex documents with many xymatrices.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    21
%\CompileMatrices
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
\vfuzz2pt % Don't report over-full v-boxes if over-edge is small
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    25
\hfuzz2pt % Don't report over-full h-boxes if over-edge is small
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    26
% ----------------------------------------------------------------
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    27
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    28
% diagrams -------------------------------------------------------
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    29
% figures ---------------------------------------------------------
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    30
%%% borrowed from Dror's cobordisms paper, use this to include eps or pdf graphics.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    31
\ifpdf
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    32
\newcommand{\pathtodiagrams}{\pathtotrunk diagrams/pdf/}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    33
\else
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    34
\newcommand{\pathtodiagrams}{\pathtotrunk diagrams/eps/}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    35
\fi
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    36
157
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 154
diff changeset
    37
\newcommand{\mathfig}[2]{\ensuremath{\hspace{-3pt}\begin{array}{c}%
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    38
  \raisebox{-2.5pt}{\includegraphics[width=#1\textwidth]{\pathtodiagrams #2}}%
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{\reflectmathfig}[2]{{\hspace{-3pt}\begin{array}{c}%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    41
  \raisebox{-2.5pt}{\reflectbox{\includegraphics[width=#1\textwidth]{\pathtodiagrams #2}}}%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    42
\end{array}\hspace{-3pt}}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    43
\newcommand{\rotatemathfig}[3]{{\hspace{-3pt}\begin{array}{c}%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    44
  \raisebox{-2.5pt}{\rotatebox{#2}{\includegraphics[height=#1\textwidth]{\pathtodiagrams #3}}}%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    45
\end{array}\hspace{-3pt}}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    46
\newcommand{\placefig}[2]{\includegraphics[width=#1\linewidth]{\pathtodiagrams #2}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    47
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    48
\newcommand{\arxiv}[1]{\href{http://arxiv.org/abs/#1}{\tt arXiv:\nolinkurl{#1}}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    49
\newcommand{\doi}[1]{\href{http://dx.doi.org/#1}{{\tt DOI:#1}}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    50
\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
    51
\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
    52
\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
    53
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    54
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    55
% THEOREMS -------------------------------------------------------
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    56
\theoremstyle{plain}
154
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 147
diff changeset
    57
%\newtheorem*{fact}{Fact}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    58
\newtheorem{prop}{Proposition}[section]
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    59
\newtheorem{conj}[prop]{Conjecture}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    60
\newtheorem{thm}[prop]{Theorem}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    61
\newtheorem{lem}[prop]{Lemma}
194
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 191
diff changeset
    62
\newtheorem*{lem*}{Lemma}
81
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 76
diff changeset
    63
\newtheorem{claim}[prop]{Claim}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    64
\newtheorem{cor}[prop]{Corollary}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    65
\newtheorem*{cor*}{Corollary}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    66
\newtheorem*{exc}{Exercise}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    67
%\theoremstyle{definition}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    68
\newtheorem{defn}[prop]{Definition}         % numbered definition
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    69
\newtheorem*{defn*}{Definition}             % unnumbered definition
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    70
\newtheorem{question}{Question}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    71
\newtheorem{property}{Property}
187
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 171
diff changeset
    72
\newtheorem{axiom}{Axiom}
267
Scott Morrison <scott@tqft.net>
parents: 264
diff changeset
    73
%\newenvironment{axiom-numbered}[2]{\textbf{Axiom #1(#2)}\it}{}
Scott Morrison <scott@tqft.net>
parents: 264
diff changeset
    74
%\newenvironment{preliminary-axiom}[2]{\textbf{Axiom #1 [preliminary] (#2)}\it}{}
191
8c2c330e87f2 working on ncats -- no new material, just improving text
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 190
diff changeset
    75
\newtheorem{example}[prop]{Example}
8c2c330e87f2 working on ncats -- no new material, just improving text
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 190
diff changeset
    76
%\newenvironment{example}[1]{\textbf{Example (#1)}}{} %% how do you do numbering?
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    77
\newenvironment{rem}{\noindent\textsl{Remark.}}{}  % perhaps looks better than rem above?
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    78
\numberwithin{equation}{section}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    79
%\numberwithin{figure}{section}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    80
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    81
% Marginal notes in draft mode -----------------------------------
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    82
\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
    83
\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
    84
\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
    85
\newcounter{comment}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    86
\newcommand{\noop}[1]{}
101
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 99
diff changeset
    87
\newcommand{\todo}[1]{\textbf{\color[rgb]{.8,.2,.5}\small TODO: #1}}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    88
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    89
% \mathrlap -- a horizontal \smash--------------------------------
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    90
% For comparison, the existing overlap macros:
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    91
% \def\llap#1{\hbox to 0pt{\hss#1}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    92
% \def\rlap#1{\hbox to 0pt{#1\hss}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    93
\def\clap#1{\hbox to 0pt{\hss#1\hss}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    94
\def\mathllap{\mathpalette\mathllapinternal}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    95
\def\mathrlap{\mathpalette\mathrlapinternal}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    96
\def\mathclap{\mathpalette\mathclapinternal}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    97
\def\mathllapinternal#1#2{%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    98
\llap{$\mathsurround=0pt#1{#2}$}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
    99
\def\mathrlapinternal#1#2{%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   100
\rlap{$\mathsurround=0pt#1{#2}$}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   101
\def\mathclapinternal#1#2{%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   102
\clap{$\mathsurround=0pt#1{#2}$}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   103
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   104
% MATH -----------------------------------------------------------
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   105
\newcommand{\Natural}{\mathbb N}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   106
\newcommand{\Integer}{\mathbb Z}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   107
\newcommand{\Rational}{\mathbb Q}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   108
\newcommand{\Real}{\mathbb R}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   109
\newcommand{\Complex}{\mathbb C}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   110
\newcommand{\Field}{\mathbb F}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   111
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   112
\newcommand{\id}{\boldsymbol{1}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   113
\renewcommand{\imath}{\mathfrak{i}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   114
\renewcommand{\jmath}{\mathfrak{j}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   115
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   116
\newcommand{\qRing}{\Integer[q,q^{-1}]}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   117
\newcommand{\qMod}{\qRing-\operatorname{Mod}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   118
\newcommand{\ZMod}{\Integer-\operatorname{Mod}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   119
135
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 101
diff changeset
   120
\newcommand{\lmod}[1]{\leftidx{_{#1}}{\operatorname{mod}}{}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 101
diff changeset
   121
136
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 135
diff changeset
   122
\newcommand{\HC}{\operatorname{Hoch}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 135
diff changeset
   123
\newcommand{\HH}{\operatorname{HH}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 135
diff changeset
   124
147
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 136
diff changeset
   125
\newcommand{\selfarrow}{\ensuremath{\!\!\!\!\!\!\xymatrix{ \ar@(ru,rd)@<-1ex>[]}\phantom{++.\!\!}}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 136
diff changeset
   126
\newsavebox{\selfarrowcontents}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 136
diff changeset
   127
\savebox{\selfarrowcontents}{\selfarrow}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 136
diff changeset
   128
\renewcommand{\selfarrow}{\usebox{\selfarrowcontents}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 136
diff changeset
   129
136
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 135
diff changeset
   130
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   131
\def\bc{{\mathcal B}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   132
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   133
\newcommand{\into}{\hookrightarrow}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   134
\newcommand{\onto}{\twoheadrightarrow}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   135
\newcommand{\iso}{\cong}
267
Scott Morrison <scott@tqft.net>
parents: 264
diff changeset
   136
\newcommand{\quism}{\underset{\text{q.i.}}{\simeq}}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   137
\newcommand{\htpy}{\simeq}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   138
\newcommand{\actsOn}{\circlearrowright}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   139
\newcommand{\xto}[1]{\xrightarrow{#1}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   140
\newcommand{\isoto}{\xto{\iso}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   141
\newcommand{\quismto}{\xrightarrow[\text{q.i.}]{\iso}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   142
\newcommand{\diffeoto}{\xrightarrow[\text{diffeo}]{\iso}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   143
\newcommand{\htpyto}{\xrightarrow[\text{htpy}]{\htpy}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   144
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   145
\newcommand{\restrict}[2]{#1{}_{\mid #2}{}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   146
\newcommand{\set}[1]{\left\{#1\right\}}
171
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 170
diff changeset
   147
\newcommand{\setc}[2]{\setcl{#1}{#2}}
170
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 166
diff changeset
   148
\newcommand{\setcl}[2]{\left\{ \left. #1 \;\right| \; #2 \right\}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 166
diff changeset
   149
\newcommand{\setcr}[2]{\left\{ #1 \;\left| \; #2 \right\}\right.}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   150
\newcommand{\relations}[2]{\left<#1 \;\left| \; #2 \right. \right>}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   151
\newcommand{\cone}[3]{C\left(#1 \xrightarrow{#2} #3\right)}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   152
\newcommand{\pairing}[2]{\left\langle#1 ,#2 \right\rangle}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   153
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   154
\newcommand{\floor}[1]{\left\lfloor#1\right\rfloor}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   155
\newcommand{\norm}[1]{\left|\left|#1\right|\right|}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   156
\newcommand{\abs}[1]{\left|#1\right|}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   157
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   158
\newcommand{\card}[1]{\sharp{#1}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   159
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   160
\newcommand{\bdy}{\partial}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   161
\newcommand{\compose}{\circ}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   162
\newcommand{\eset}{\emptyset}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   163
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   164
\newcommand{\Set}{\text{\textbf{Set}}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   165
\newcommand{\Vect}{\text{\textbf{Vect}}}
67
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 57
diff changeset
   166
\newcommand{\Kom}{\text{\textbf{Kom}}}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   167
\newcommand{\Cat}{\mathcal{C}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   168
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   169
\newcommand{\psmallmatrix}[1]{\left(\begin{smallmatrix} #1 \end{smallmatrix}\right)}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   170
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   171
\newcommand{\qiq}[2]{[#1]_{#2}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   172
\newcommand{\qi}[1]{\qiq{#1}{q}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   173
\newcommand{\qdim}{\operatorname{dim_q}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   174
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   175
\newcommand{\directSum}{\oplus}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   176
\newcommand{\DirectSum}{\bigoplus}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   177
\newcommand{\tensor}{\otimes}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   178
\newcommand{\Tensor}{\bigotimes}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   179
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   180
\newcommand{\db}[1]{\left(\left(#1\right)\right)}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   181
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   182
\newcommand{\Mat}[1]{\mathbf{Mat}\left(#1\right)}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   183
\newcommand{\Inv}[1]{\operatorname{Inv}\left(#1\right)}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   184
\newcommand{\Hom}[3]{\operatorname{Hom}_{#1}\left(#2,#3\right)}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   185
\newcommand{\End}[1]{\operatorname{End}\left(#1\right)}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   186
\newcommand{\Obj}{\operatorname{Obj}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   187
57
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   188
\newcommand{\CM}[2]{C_*(\Maps(#1 \to #2))}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   189
\newcommand{\CD}[1]{C_*(\Diff(#1))}
166
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 157
diff changeset
   190
\newcommand{\CH}[1]{C_*(\Homeo(#1))}
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   191
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   192
\newcommand{\directSumStack}[2]{{\begin{matrix}#1 \\ \DirectSum \\#2\end{matrix}}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   193
\newcommand{\directSumStackThree}[3]{{\begin{matrix}#1 \\ \DirectSum \\#2 \\ \DirectSum \\#3\end{matrix}}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   194
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   195
\newcommand{\grading}[1]{{\color{blue}\{#1\}}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   196
\newcommand{\shift}[1]{\left[#1\right]}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   197
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   198
\newenvironment{narrow}[2]{%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   199
\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
   200
\begin{list}{}{%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   201
\setlength{\topsep}{0pt}%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   202
\setlength{\leftmargin}{#1}%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   203
\setlength{\rightmargin}{#2}%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   204
\setlength{\listparindent}{\parindent}%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   205
\setlength{\itemindent}{\parindent}%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   206
\setlength{\parsep}{\parskip}}%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   207
\item[]}{\end{list}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 53
diff changeset
   208
% ----------------------------------------------------------------
154
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 147
diff changeset
   209
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 147
diff changeset
   210