LaTeXML icon indicating copy to clipboard operation
LaTeXML copied to clipboard

preserve path of source in log messages

Open xworld21 opened this issue 4 months ago • 4 comments

Currently, LaTeXML prints errors and warnings like

Error:expected:... at filename.tex; line NN col NN

but filename.tex is always just the file name, not including the location.

For the purposes of parsing the log files and linking the errors to actual files, it would be so much better if the path used to open the file were included, with some rules about relative vs absolute paths. For instance, files below the current directory should be relative, rest absolute (or without path).

xworld21 avatar Oct 14 '25 11:10 xworld21