I wonder that I found this issue nowhere in the web. For me this occurs since years over different versions. Now I took the time to figure out under which conditions it happens. I would be very happy if someone could help me or even tell me where I can find help.
Under the conditions:
- Documentclass
beamer - Theme
Warsaw - Option
show notes on second screen - Title is set
The links generated by section and subsection set by the Warsaw theme (in the top, not the standard beamer links) are not working. Most time it happens nothing or leading to a wrong page, when pressing. If you hide the notes or delete the title, it works. Here a short example:
\documentclass{beamer}
\usepackage{pgfpages}
\usetheme{Warsaw}
\setbeameroption{show notes on second screen}
\begin{document}
\title{How to number the ...?}
\author{My name}
\date{06.06.2005}
\begin{frame}
\titlepage
\end{frame}
\section{First}
\begin{frame}
First Frame
\end{frame}
\section{Second}
\begin{frame}
Second Frame
\end{frame}
\section{Third}
\begin{frame}
Third Frame
\end{frame}
\end{document}
Edit: Because until now no one has an idea how to solve it and it looks like a bug, I reported it here. But I don't think that this will be a solution, because there are a lot of bugs open from 2010. Is there an alternative to beamer package?
{}icon in the edit bar, see the edit above. – David Carlisle Feb 20 '12 at 17:30beameris pretty complex and the original author no longer looks after it. I fix bugs that I can, but it's non-trivial (the interactions in the code are not straight-forward to follow). – Joseph Wright Feb 21 '12 at 22:03