Hello, I hope this is the right place to report lualatex bugs. The lualatex ecosystem seems to have a synctex bug which has been resolved in pdflatex and xelatex some time ago. The problem is, that inverse search sometimes goes to the wrong file. The trigger seems to be the TikZ library shadows. An example and further references (detailing the bug) are below. Best, Michael % From https://sourceforge.net/p/pgf/bugs/333/ % See also https://tug.org/pipermail/tex-live/2017-March/039781.html % See also https://tex.stackexchange.com/questions/300079/goto-source-opens-pgflibraryf... % The stackexchange ^ contains a workaround. I haven't tried it yet. % The problem only occurs with lualatex. pdflatex and xelatex work fine. \documentclass{article} \usepackage{tikz} \usetikzlibrary{shadows} \begin{document} Test. \end{document}
Am Tue, 19 Oct 2021 14:06:21 +0200 schrieb Michael Klooss:
I hope this is the right place to report lualatex bugs. The lualatex ecosystem seems to have a synctex bug which has been resolved in pdflatex and xelatex some time ago. The problem is, that inverse search sometimes goes to the wrong file. The trigger seems to be the TikZ library shadows. An example and further references (detailing the bug) are below.
Your example works fine for me. Tested with a current lualatex from texlive 2021 on windows and sumatra. The synctex file also seems not to contain the erronous nesting. -- Ulrike Fischer https://www.troubleshooting-tex.de/
participants (2)
-
Michael Klooss
-
Ulrike Fischer