SublimeText / LaTeXTools

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

Log parsing issues when using newtxmath #1451

Open Filip-K opened 4 years ago

Filip-K commented 4 years ago

The following minimal file

\documentclass{article}

\usepackage{newtxmath}

\author{a}
\title{b}

\begin{document}
\maketitle
\end{document}

gives me "Log parsing issues" with this log. Any ideas? My file path doesn't have spaces or Unicode.

r-stein commented 4 years ago

You get a log parsing error from LaTeXTools? Unfortunately that happens with some log entries, because there is no standardized LaTeX log format and hence we just try to heuristically parse the file.

Filip-K commented 4 years ago

Yes, I get a LaTeXTools log parsing error. The document seems to be building just fine though.