summaryrefslogtreecommitdiff
path: root/build/preamble.tex
diff options
context:
space:
mode:
Diffstat (limited to 'build/preamble.tex')
-rw-r--r--build/preamble.tex7
1 files changed, 6 insertions, 1 deletions
diff --git a/build/preamble.tex b/build/preamble.tex
index 01c8146..cf3623b 100644
--- a/build/preamble.tex
+++ b/build/preamble.tex
@@ -4,6 +4,8 @@
4\usepackage{amsmath} 4\usepackage{amsmath}
5\usepackage{etoolbox} 5\usepackage{etoolbox}
6\usepackage{xspace} 6\usepackage{xspace}
7\usepackage{mathrsfs}
8\usepackage{xifthen}
7 9
8\usepackage{tikz} 10\usepackage{tikz}
9\usetikzlibrary{arrows,decorations.markings,chains,calc,matrix} 11\usetikzlibrary{arrows,decorations.markings,chains,calc,matrix}
@@ -38,6 +40,8 @@
38\DeclareMathOperator{\thom}{\textnormal{Th}} 40\DeclareMathOperator{\thom}{\textnormal{Th}}
39\DeclareMathOperator{\Bl}{\textnormal{Bl}} 41\DeclareMathOperator{\Bl}{\textnormal{Bl}}
40\DeclareMathOperator{\Stab}{\textnormal{Stab}} 42\DeclareMathOperator{\Stab}{\textnormal{Stab}}
43\DeclareMathOperator{\Grp}{\textnormal{\textsf{Grp}}}
44\DeclareMathOperator{\Set}{\textnormal{\textsf{Set}}}
41 45
42\newcommand*{\alg}[1]{\ensuremath{\overline{#1}}\xspace} 46\newcommand*{\alg}[1]{\ensuremath{\overline{#1}}\xspace}
43\newcommand*{\sep}[1]{\ensuremath{#1^{\textnormal{sep}}}\xspace} 47\newcommand*{\sep}[1]{\ensuremath{#1^{\textnormal{sep}}}\xspace}
@@ -214,7 +218,7 @@
214\newcommand*{\Alg}{\operatorname{\textnormal{\textsf{Alg}}}} 218\newcommand*{\Alg}{\operatorname{\textnormal{\textsf{Alg}}}}
215\newcommand*{\Disc}{\operatorname{\textnormal{\textsf{Disc}}}} 219\newcommand*{\Disc}{\operatorname{\textnormal{\textsf{Disc}}}}
216\newcommand*{\mfd}{\operatorname{\textnormal{\textsf{Mfd}}}} 220\newcommand*{\mfd}{\operatorname{\textnormal{\textsf{Mfd}}}}
217\newcommand*{\sm}[1][k]{\mathop{\textnormal{\textsf{Sm}}/k}} 221\newcommand*{\sm}[1][k]{\mathop{\textnormal{\textsf{Sm}}/#1}}
218\newcommand*{\Simp}{\mathbf{\Delta}} 222\newcommand*{\Simp}{\mathbf{\Delta}}
219\newcommand*{\sset}{\operatorname{\textnormal{\textsf{sSet}}}} 223\newcommand*{\sset}{\operatorname{\textnormal{\textsf{sSet}}}}
220\newcommand*{\ssetQ}{\operatorname{\textnormal{\textsf{sSet}}_{\textnormal{\textsf{Q}}}}} 224\newcommand*{\ssetQ}{\operatorname{\textnormal{\textsf{sSet}}_{\textnormal{\textsf{Q}}}}}
@@ -224,6 +228,7 @@
224\newcommand*{\Fin}{\operatorname{\textnormal{\textsf{Fin}}_{*}}} 228\newcommand*{\Fin}{\operatorname{\textnormal{\textsf{Fin}}_{*}}}
225\newcommand*{\tang}[1]{\textnormal{T}\mkern-2mu_{#1}} 229\newcommand*{\tang}[1]{\textnormal{T}\mkern-2mu_{#1}}
226\newcommand*{\dual}[1]{\textnormal{D}#1} 230\newcommand*{\dual}[1]{\textnormal{D}#1}
231\newcommand*{\sch}[1][k]{\mathop{\textnormal{\textsf{Sch}}/#1}}
227 232
228\def\<#1>{\left\langle #1 \right\rangle} 233\def\<#1>{\left\langle #1 \right\rangle}
229 234