13 lines
194 B
Plaintext
13 lines
194 B
Plaintext
|
snippet tp "TikZ picture environment" bA
|
||
|
\begin{tikzpicture}
|
||
|
$1
|
||
|
\end{tikzpicture}
|
||
|
$0
|
||
|
endsnippet
|
||
|
|
||
|
snippet dx "\pgfmathsetmacro for tikz pictures" bA
|
||
|
\pgfmathsetmacro{\dx}{${1:1}}$0
|
||
|
endsnippet
|
||
|
|
||
|
|