diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-29 21:40:39 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-29 21:40:39 +0100 |
| commit | 2b133152c5af28d0f419e5ce78f529b99159500f (patch) | |
| tree | 4c476ea9ddc18a1fbda7d814ee3c9c011d020274 /tex | |
| parent | 60b2206e179317f9576fc9e89031ba9fd3892ec6 (diff) | |
| download | dirty-haskell.org-2b133152c5af28d0f419e5ce78f529b99159500f.tar dirty-haskell.org-2b133152c5af28d0f419e5ce78f529b99159500f.tar.gz dirty-haskell.org-2b133152c5af28d0f419e5ce78f529b99159500f.tar.bz2 dirty-haskell.org-2b133152c5af28d0f419e5ce78f529b99159500f.tar.xz dirty-haskell.org-2b133152c5af28d0f419e5ce78f529b99159500f.zip | |
Tikz
Diffstat (limited to 'tex')
| -rw-r--r-- | tex/preamble.tex | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tex/preamble.tex b/tex/preamble.tex index a583a3b..8ff41d1 100644 --- a/tex/preamble.tex +++ b/tex/preamble.tex | |||
| @@ -5,5 +5,12 @@ | |||
| 5 | \usepackage{amsmath} | 5 | \usepackage{amsmath} |
| 6 | \usepackage{mathrsfs} | 6 | \usepackage{mathrsfs} |
| 7 | 7 | ||
| 8 | \usepackage{tikz} | ||
| 9 | |||
| 10 | \usetikzlibrary{cd} | ||
| 11 | |||
| 8 | \newcommand*{\ca}[1]{\ensuremath{\mathbf{#1}}\xspace} | 12 | \newcommand*{\ca}[1]{\ensuremath{\mathbf{#1}}\xspace} |
| 13 | \newcommand*{\idarr}[1]{\ensuremath{\mathrm{id}_{#1}}} | ||
| 14 | |||
| 15 | \newcommand{\id}{\ensuremath{\mathrm{id}}} | ||
| 9 | \renewcommand{\implies}{\rightarrow} | 16 | \renewcommand{\implies}{\rightarrow} |
