LaTeXTools icon indicating copy to clipboard operation
LaTeXTools copied to clipboard

Log parsing issues when using newtxmath

Open Filip-K opened this issue 5 years ago • 2 comments

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.

Filip-K avatar Nov 20 '19 15:11 Filip-K

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.

r-stein avatar Nov 20 '19 18:11 r-stein

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

Filip-K avatar Nov 20 '19 20:11 Filip-K