使用 TikZ 进行无休止的编译。有 Bug 吗?

使用 TikZ 进行无休止的编译。有 Bug 吗?

如果我尝试编译这个,

\documentclass[a4paper,12pt]{article}
\usepackage{tikz}
\usetikzlibrary{shapes}

\begin{document}
  \begin{tikzpicture}
    \node [rectangle, % <-- there's a syntax error
    \node [rectangle] (a) {};
  \end{tikzpicture}
\end{document}

编译永不停止。这是 TikZ/PGF 中的错误吗?

我使用这个版本的乳胶:

pdfTeX 3.1415926-2.3-1.40.12 (TeX Live 2012/dev/Debian)

相关内容