summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/beamer/doc/beamerug-interaction.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-10-20 03:02:56 +0000
committerNorbert Preining <norbert@preining.info>2021-10-20 03:02:56 +0000
commit97a50891a87d07d3cc327188a2b00b5c11e3c309 (patch)
tree5a7ced967e974e870980fa25e42ac2de4d5c6394 /macros/latex/contrib/beamer/doc/beamerug-interaction.tex
parentd045bcbc99b0eda65a444496d60d16ea2d063c65 (diff)
CTAN sync 202110200302
Diffstat (limited to 'macros/latex/contrib/beamer/doc/beamerug-interaction.tex')
-rw-r--r--macros/latex/contrib/beamer/doc/beamerug-interaction.tex25
1 files changed, 11 insertions, 14 deletions
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<alert@1> First subject.
\item<alert@2> Second subject.
\item<alert@3> 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