mpf01
2009-02-14 02:05:28 UTC
I'm looking for a convenient way of hiding slides---i.e., "frames"---from a
Beamer document. For example, I sometimes decide that my talk is too long
and wish to hide a few slides, but don't want to remove the code for that
slide.
The obvious way of doing this is to simply comment out the latex code that
corresponds to the particular frame that needs to be hidden. But I'm
wondering if there's something more convenient.
In particular, I would be happy if there were an additional frame option,
say "hide", that could be passed to the frame environment that would cause
the frame not to be created. For example,
\begin{frame}[hide]{Slide title}
This slide will be hidden.
\end{frame}
Another possibility is a command analogous to \includeonlyframes that
instead hides the listed frames, e.g.,
\excludeframes{example1,example2}
\frame[label=example1]
{This frame will be included. }
\frame[label=example2]
{This frame will not be included. }
\frame{This frame will not be included.}
\againframe{example1} % Will be included
Can someone suggest how I might implement one of these solutions, or offer
an alternative?
Many thanks!
Michael
Beamer document. For example, I sometimes decide that my talk is too long
and wish to hide a few slides, but don't want to remove the code for that
slide.
The obvious way of doing this is to simply comment out the latex code that
corresponds to the particular frame that needs to be hidden. But I'm
wondering if there's something more convenient.
In particular, I would be happy if there were an additional frame option,
say "hide", that could be passed to the frame environment that would cause
the frame not to be created. For example,
\begin{frame}[hide]{Slide title}
This slide will be hidden.
\end{frame}
Another possibility is a command analogous to \includeonlyframes that
instead hides the listed frames, e.g.,
\excludeframes{example1,example2}
\frame[label=example1]
{This frame will be included. }
\frame[label=example2]
{This frame will not be included. }
\frame{This frame will not be included.}
\againframe{example1} % Will be included
Can someone suggest how I might implement one of these solutions, or offer
an alternative?
Many thanks!
Michael
--
View this message in context: http://www.nabble.com/Hiding-frames-tp22008369p22008369.html
Sent from the latex-beamer-users mailing list archive at Nabble.com.
View this message in context: http://www.nabble.com/Hiding-frames-tp22008369p22008369.html
Sent from the latex-beamer-users mailing list archive at Nabble.com.