summaryrefslogtreecommitdiff
path: root/provider/templates/preamble.tex
diff options
context:
space:
mode:
Diffstat (limited to 'provider/templates/preamble.tex')
-rw-r--r--provider/templates/preamble.tex18
1 files changed, 18 insertions, 0 deletions
diff --git a/provider/templates/preamble.tex b/provider/templates/preamble.tex
new file mode 100644
index 0000000..129eba8
--- /dev/null
+++ b/provider/templates/preamble.tex
@@ -0,0 +1,18 @@
1\usepackage[utf8]{inputenc}
2
3\usepackage{amssymb}
4\usepackage{amsmath}
5\usepackage{mathrsfs}
6
7\usepackage{tikz}
8
9\usetikzlibrary{cd}
10
11\newcommand*{\ca}[1]{\ensuremath{\mathbf{#1}}}
12\newcommand*{\idarr}[1]{\ensuremath{\mathrm{id}_{#1}}}
13
14\newcommand{\id}{\ensuremath{\mathrm{id}}}
15\renewcommand{\implies}{\rightarrow}
16
17\newcommand{\N}{\ensuremath{\mathbb{N}}}
18\newcommand{\arr}[3]{\ensuremath{\begin{tikzcd}[ampersand replacement=\&]{#1} \rar{#2} \& {#3}\end{tikzcd}}}