From 97a50891a87d07d3cc327188a2b00b5c11e3c309 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 20 Oct 2021 03:02:56 +0000 Subject: CTAN sync 202110200302 --- .../contrib/beamer/doc/beamerug-interaction.tex | 25 ++++++++++------------ 1 file changed, 11 insertions(+), 14 deletions(-) (limited to 'macros/latex/contrib/beamer/doc/beamerug-interaction.tex') diff --git a/macros/latex/contrib/beamer/doc/beamerug-interaction.tex b/macros/latex/contrib/beamer/doc/beamerug-interaction.tex index 59e40801bd..4469b82c28 100644 --- a/macros/latex/contrib/beamer/doc/beamerug-interaction.tex +++ b/macros/latex/contrib/beamer/doc/beamerug-interaction.tex @@ -1,3 +1,4 @@ +% !TeX root = beameruserguide.tex % Copyright 2003--2007 by Till Tantau % Copyright 2010 by Vedran Mileti\'c % Copyright 2013,2015 by Vedran Mileti\'c, Joseph Wright @@ -106,7 +107,7 @@ The following commands can be used to specify in an abstract way what a button w \example \begin{verbatim} -\frame{ +\begin{frame} \begin{theorem} ... \end{theorem} @@ -119,7 +120,7 @@ The following commands can be used to specify in an abstract way what a button w ... \end{proof} \end{overprint} -} +\end{frame} \end{verbatim} \end{command} @@ -128,8 +129,7 @@ The following commands can be used to specify in an abstract way what a button w \example \begin{verbatim} -\frame<1>[label=mytheorem] -{ +\begin{frame}<1>[label=mytheorem] \begin{theorem} ... \end{theorem} @@ -143,7 +143,7 @@ The following commands can be used to specify in an abstract way what a button w \end{proof} \hfill\hyperlink{mytheorem<1>}{\beamerreturnbutton{Return}} \end{overprint} -} +\end{frame} \appendix \againframe<2>{mytheorem} \end{verbatim} @@ -218,19 +218,17 @@ Sometimes you may wish some slides of a frame to be shown in your main talk, but \example \begin{verbatim} -\frame<1-2>[label=myframe] -{ +\begin{frame}<1-2>[label=myframe] \begin{itemize} \item First subject. \item Second subject. \item Third subject. \end{itemize} -} +\end{frame} -\frame -{ +\begin{frame} Some stuff explaining more on the second matter. -} +\end{frame} \againframe<3>{myframe} \end{verbatim} @@ -239,8 +237,7 @@ Sometimes you may wish some slides of a frame to be shown in your main talk, but \example \begin{verbatim} -\frame<1>[label=Cantor] -{ +\begin{frame}<1>[label=Cantor] \frametitle{Main Theorem} \begin{Theorem} @@ -259,7 +256,7 @@ Sometimes you may wish some slides of a frame to be shown in your main talk, but \hfill\hyperlink{Cantor<1>}{\beamerreturnbutton{Return}} \end{overprint} -} +\end{frame} ... \appendix -- cgit v1.2.3