tectonic-typesetting / tectonic

A modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive.
https://tectonic-typesetting.github.io/
Other
3.94k stars 160 forks source link

--file-line-error #1007

Open yashamon opened 1 year ago

yashamon commented 1 year ago

This option seems to be missing. Currently the log produced by tectonic does not the use standard programming format sourcefile:lineno: message

Xiao-Chenguang commented 2 weeks ago

This option seems to be missing. Currently the log produced by tectonic does not the use standard programming format sourcefile:lineno: message

same issue here when use tectonic. When use tectonic with LatexWorkshop in vscode, everything is good but I can't read the problems of the compiling, LatexWorkshop requires texengine with --file-line-error for parse the problem.

Actually tectonic use --file-line-error style error message in log file defaultly. The tectonic log parse problem in latex-workshop is a configuration problem of latex-workshop. There may be silight difference betwen tectonic log with pdflatex --file-line-error, e.g., tectonic use relative path, but tectonic already probide the --file-line-error behaviour.