我刚刚更新到新的 PGF 版本,现在我无法再将 tikzpictures 外部化。有人有类似的问题吗?
以下是一些示例代码:
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{external}
\begin{document}
\begin{tikzpicture}
\node [] {};
\end{tikzpicture}
\end{document}
使用“pdflatex --shell-escape file.tex”编译它会出现以下错误:
! Undefined control sequence.
\tikzexternal@handle@landscape ...ifpackageloaded
{pdflscape}{\tikzset { ext...
l.5 \begin{document}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
完整的错误日志可以在这里找到这里
有人知道如何解决这个问题吗?!