Closed
Description
Reported by Amanda Loudon.
- Create a .tex file with the following:
\documentclass{article} \usepackage{tikz} \begin{document} \begin{tikzpicture} \draw (-1.5,0) -- (1.5,0); \draw (0,-1.5) -- (0,1.5); \end{tikzpicture} \end{document}
- Build the document and view the .pdf preview.
- Remove the semicolon from the end of the first
\draw
statement and Save or Build. - Observe that the build process hangs, with the lower left build status pane showing a spinner and the message
Running Latex... latexmk -pdf -f -g -bibtex -synctex=1 -interaction=nonstopmode tkx.tex
. - Clicking the trash can and Force Rebuild in the "Build Control and Log" panel in the lower right do not help (see if pdf preview is having trouble loading suggest trash and force rebuild #3560).
- Workaround: Correct the error by replacing the missing semicolon, then open a .term and run
pkill pdflatex
.