SublimeText / LaTeXTools

LaTeX plugin for Sublime Text
https://latextools.readthedocs.io/
2.01k stars 365 forks source link

Windows compilation hangs if a file is missing #246

Open MSpidey opened 11 years ago

MSpidey commented 11 years ago

I have a project with multiple files included using the \input command. I noticed that the build process will hang with no error output (and pdflatex.exe remains running but not doing anything) if one of the files is missing. This isn't a problem for me as I can just be more careful with my file list but thought it might be useful to know this for debugging/error purposes for LaTeXTools (as this seems like an undesirable "feature"). If needed, I have files to reproduce this.

msiniscalchi commented 11 years ago

Thanks, I'll test this. I'm guessing the "batch mode" switch that texify uses is not that "batch mode" after all... I've had other similar issues. I'm guessing tex pauses to ask the user for input, and of course LaTeXTools just keeps waiting... I'll investigate.