79751677

Date: 2025-08-31 10:14:24
Score: 1.5
Natty:
Report link

I was also struggling with this, make sure you enable --file-line-error-style, for example:

lualatex -interaction=nonstopmode -file-line-error-style --shell-escape --synctex=1 %O %S
pdflatex -interaction=nonstopmode -file-line-error-style --shell-escape --synctex=1 %O %S
xelatex -interaction=nonstopmode -file-line-error-style --shell-escape --synctex=1 %O %S

Sometimes errors are not correctly located, but this is a limitation of the compiler:
Screenshot showing the error line, though incorrect

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Juan Miguel Serrano