josephwright / beamer

A LaTeX class for producing presentations and slides
Other
1.41k stars 142 forks source link

`allowframebreaks` is not honored for labeled slides #872

Closed amonakov closed 8 months ago

amonakov commented 9 months ago

Noticed while investigating #866

\documentclass{beamer}
\begin{document}
\begin{frame}[label=x,allowframebreaks]
1
  \vskip20cm
2
\end{frame}
\begin{frame}[allowframebreaks]
1
  \vskip20cm
2
\end{frame}
\end{document}

The second slide is broken up, the first is not.

samcarter commented 9 months ago

allowframebreaks also causes problems with some other options. There is a reason that the beamer user guide has the following to say about the option:

The use of this option is evil.