josephwright / josephwright/beamer
Notes on wrong slide
Open
@josephwright is already working on this.
Since Nov 27, 2016.
enhancement
- Dominant language
- TeX
- Stars
- 1.7k
- Forks
- 164
- PR merge metrics
- No merged PRs in 30d
Description
Originally reported by: fmms (Bitbucket: fmms, GitHub: fmms)
Hi,
I have created the following example.
\documentclass{beamer}
\usepackage{pgfpages}
\setbeameroption{show notes on second screen=bottom}
\usepackage[utf8x]{inputenc}
\begin{document}
\begin{frame}[allowframebreaks]{This is a long frame}
\begin{itemize}
\item first
\end{itemize}
\note[item]{should be on one}
\framebreak
\begin{itemize}
\item first
\end{itemize}
\note[item]{should be on two}
\end{frame}
\end{document}
I would expect the second note to be on the second screen, but it is on the first ...
I am using current beamer:
texlive-beamer-2010-7.3.09.svn18972.fc13.noarch
Thanks for your work on beamer!
regards
Felix
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.