16 lines
188 B
Plaintext
16 lines
188 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: tikzfig
|
||
|
# key: tikzfig
|
||
|
# --
|
||
|
\documentclass[tikz]{standalone}
|
||
|
|
||
|
\usepackage{tikz}
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
\begin{tikzpicture}
|
||
|
$0
|
||
|
\end{tikzpicture}
|
||
|
|
||
|
\end{document}
|