Tagged Questions
2
votes
0answers
157 views
Externalize pgfpicture [closed]
When I do
\tikzexternalize
\tikzsetfigurename{foo}
\begin{tikzpicture}
...
\end{tikzpicture}
and compile my LaTeX file with pdflatex --shell-escape, a file foo0.pdf is created the first time and ...