| summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'headers')
| -rw-r--r-- | headers/math.tex | 5 | ||||
| -rw-r--r-- | headers/tikz.tex | 11 |
2 files changed, 16 insertions, 0 deletions
diff --git a/headers/math.tex b/headers/math.tex new file mode 100644 index 0000000..2be116e --- /dev/null +++ b/headers/math.tex @@ -0,0 +1,5 @@ +\usepackage{amsmath} +\usepackage{amssymb} + +%\newtheorem{definition}{Definition} +%\newtheorem{example}{Example} diff --git a/headers/tikz.tex b/headers/tikz.tex new file mode 100644 index 0000000..d921034 --- /dev/null +++ b/headers/tikz.tex @@ -0,0 +1,11 @@ +\usepackage{tikz} + +\usetikzlibrary{arrows} +\usetikzlibrary{automata} +\usetikzlibrary{backgrounds} +\usetikzlibrary{calc} +\usetikzlibrary{decorations.pathreplacing} +\usetikzlibrary{matrix} +\usetikzlibrary{patterns} +\usetikzlibrary{positioning} +\usetikzlibrary{shapes,shapes.arrows,shapes.callouts,shapes.symbols} |


