summaryrefslogtreecommitdiff
path: root/templates/tikz.tex
blob: b091d9b2ca559aa7b39fea839cfbc4c787914736 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
\documentclass{article}
\usepackage[pdftex,active,tightpage]{preview}
\usepackage{amsmath}
\usepackage{tikz}
\usetikzlibrary{matrix}

\begin{document}
\begin{preview}
  \begin{tikzpicture}[auto]
    $body$
  \end{tikzpicture}
\end{preview}
\end{document}