summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/beamer/doc/emulation-examples
diff options
context:
space:
mode:
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.