Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synctex off-by-one when using notes #923

Open
haselwarter opened this issue Jan 10, 2025 · 1 comment
Open

Synctex off-by-one when using notes #923

haselwarter opened this issue Jan 10, 2025 · 1 comment

Comments

@haselwarter
Copy link

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.

@haselwarter
Copy link
Author

I'm attaching the synctex files I got from compiling the above MWE, with and without notes.
beamertest-bottom-notes.synctex.txt
beamertest-no-notes.synctex.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant