tectonic icon indicating copy to clipboard operation
tectonic copied to clipboard

--file-line-error

Open yashamon opened this issue 2 years ago • 1 comments

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

yashamon avatar Feb 28 '23 17:02 yashamon

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.

Xiao-Chenguang avatar Sep 20 '24 17:09 Xiao-Chenguang