The tool pdflatex hangs when I leave a '[' pending after the beginning of a TikZ picture.
The same thing happens when I use for instance MikTeX that uses pdflatex under the hood. It happens both on Linux and on Windows.
Minimal example:
\documentclass{article}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}[
\draw[blue] (0,0) -- (1,1);
\end{tikzpicture}
\end{document}
We're using pdflatex for batch processing. What can we do to avoid it from hanging?
! Undefined control sequence.because an additional assignment has been added in\path. – Henri Menke Apr 06 '19 at 00:37