josephwright / beamer

A LaTeX class for producing presentations and slides
Other
1.35k stars 139 forks source link

Labeled `fragile=singleslide` frames are shown despite `<all:0>` #873

Closed amonakov closed 5 months ago

amonakov commented 6 months ago

Noticed while investigating #866.

\documentclass{beamer}
\begin{document}
\begin{frame}<all:0>[label=t,fragile=singleslide]
  1
\end{frame}
\begin{frame}<all:0>[fragile=singleslide]
  2
\end{frame}
\end{document}

The first frame is shown (incorrectly), the second is not.