Skip to content

Synctex off-by-one when using notes #923

@haselwarter

Description

@haselwarter

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions