LaTeXTools
LaTeXTools copied to clipboard
Log parsing issues when using newtxmath
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.
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.
Yes, I get a LaTeXTools log parsing error. The document seems to be building just fine though.