当我使用以下示例打印形状箭头时
\documentclass{article}
\usepackage{tikz}
\usepgflibrary{shapes.arrows}
\begin{document}
\begin{tikzpicture}
\node [single arrow,minimum width=1cm,minimum height=2cm] {};
\end{tikzpicture}
\end{document}
发生以下错误:
./arrow.tex:6:Package tikz Error: I do not know what to do with the option ``single arrow''. ...arrow,minimum width=1cm,minimum height=2cm]
你知道问题出在哪里吗?
答案1
您能做的最好的事情就是升级您的 PGF 软件包。版本 2.1 带来了许多非常重要的改进,因此即使您现在找到了不用它的方法,您以后也会遇到迫使您升级的问题。