SublimeText / LaTeXTools

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

No pdf file generated despite no error #1437

Open vietanhle0101 opened 4 years ago

vietanhle0101 commented 4 years ago

2019-10-17_105117 I am struggling with this problem. Does anyone help me to fix it? Thank you. I dont understand what does (Log parsing issues. Disregard unless something else is wrong.) mean.

r-stein commented 4 years ago

The message (Log parsing issues. Disregard unless something else is wrong.) means that LaTeXTools was not able to parse the rest of the log file. Unfortunately there is no well defined tex-log format and LaTeXTools just heuristically tries to guess its best to detect errors and warning, which leads to a very complex code, that does not work in all cases.

I recommend to look at the full log file and try to find the issue yourself.