summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/beamer/doc/emulation-examples
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/emulation-examples
parentd045bcbc99b0eda65a444496d60d16ea2d063c65 (diff)
CTAN sync 202110200302
Diffstat (limited to 'macros/latex/contrib/beamer/doc/emulation-examples')
-rw-r--r--macros/latex/contrib/beamer/doc/emulation-examples/beamerexample-foils.tex4
-rw-r--r--macros/latex/contrib/beamer/doc/emulation-examples/beamerexample-prosper.tex5
2 files changed, 4 insertions, 5 deletions
diff --git a/macros/latex/contrib/beamer/doc/emulation-examples/beamerexample-foils.tex b/macros/latex/contrib/beamer/doc/emulation-examples/beamerexample-foils.tex
index 8c208c7503..0d3c0a0e42 100644
--- a/macros/latex/contrib/beamer/doc/emulation-examples/beamerexample-foils.tex
+++ b/macros/latex/contrib/beamer/doc/emulation-examples/beamerexample-foils.tex
@@ -33,9 +33,9 @@
\begin{document}
-\frame{
+\begin{frame}
\maketitle
-}
+\end{frame}
\foilhead{A first frame}
diff --git a/macros/latex/contrib/beamer/doc/emulation-examples/beamerexample-prosper.tex b/macros/latex/contrib/beamer/doc/emulation-examples/beamerexample-prosper.tex
index 6aad848d79..ac27d66594 100644
--- a/macros/latex/contrib/beamer/doc/emulation-examples/beamerexample-prosper.tex
+++ b/macros/latex/contrib/beamer/doc/emulation-examples/beamerexample-prosper.tex
@@ -63,8 +63,7 @@
\subsection{A subsection}
-\frame
-{
+\begin{frame}
\frametitle{A frame created using the \texttt{frame} command.}
\begin{itemize}[<+->]
@@ -72,7 +71,7 @@
\item The emulation is intended only to make recycling slides
easier, not to install a whole new syntax for beamer.
\end{itemize}
-}
+\end{frame}
\begin{notes}{Notes for these slides}
My notes for these slides.