Turning on speaker notes seems to break synctex. A command that should jump to page n instead ends up on page n-1. The behaviour is correct if no notes are shown.
MWE:
\documentclass{beamer}
\setbeamertemplate{navigation symbols}{}
\usepackage{pgfpages}
\setbeameroption{show notes on second screen=bottom}
\setbeamertemplate{note page}{\insertnote}
\begin{document}
\begin{frame}{1}
p1
\end{frame}
\begin{frame}{2}
p2
\end{frame}
\begin{frame}{3}
p3
\end{frame}
\end{document}
Compiled with latexmk -pdf -synctex, with texlive 2024.2.
Turning on speaker notes seems to break synctex. A command that should jump to page
ninstead ends up on pagen-1. The behaviour is correct if no notes are shown.MWE:
Compiled with
latexmk -pdf -synctex, with texlive 2024.2.