trixy/UltiSnips/tex/tikz.snippets

13 lines
194 B
Plaintext
Raw Normal View History

2023-07-22 16:20:18 +02:00
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