You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
implement a stop button, which kills the currently running latex process.
bonus: show a progress bar with a timer that displays how long the latex job has been running
That's it. latex is a very complicated programming language and it's totally impossible to know whether latex is properly processing the document or stuck in some weird infinite loop that will never terminate. Also, often people do have large documents where latex takes a LONG time to process them (several minutes) so a uniform timeout is a non-starter. But a stop button makes perfect sense, just like there is a top button with Jupyter.
@haraldschilly would your brand new async execution functionality make it easy to solve this problem, finally!? #7686
williamstein
changed the title
simple tikz error causes latex build to hang
simple tikz error causes latex build to hang with no easy way to kill running latex job (problem is that you can't easily kill it)
Jul 29, 2024
Note as part of this, there shouldn't be any timeout by default at all. Instead, just let the user explicitly kill their running latex if they give up on it, and make it very clear one is running.
Reported by Amanda Loudon.
\draw
statement and Save or Build.Running Latex... latexmk -pdf -f -g -bibtex -synctex=1 -interaction=nonstopmode tkx.tex
.pkill pdflatex
.The text was updated successfully, but these errors were encountered: