summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/beamer/doc/beamerug-frames.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/beamer/doc/beamerug-frames.tex')
-rw-r--r--macros/latex/contrib/beamer/doc/beamerug-frames.tex10
1 files changed, 9 insertions, 1 deletions
diff --git a/macros/latex/contrib/beamer/doc/beamerug-frames.tex b/macros/latex/contrib/beamer/doc/beamerug-frames.tex
index b045c4b8fe..de4449ad7d 100644
--- a/macros/latex/contrib/beamer/doc/beamerug-frames.tex
+++ b/macros/latex/contrib/beamer/doc/beamerug-frames.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
@@ -95,6 +96,9 @@ A presentation consists of a series of frames. Each frame consists of a series o
\itemoption{from second}{\oarg{text}}
Installs a template that inserts \meta{text} from the second page of a frame on. By default, the text inserted is |\insertcontinuationtext|, which in turn is |(cont.)| by default.
+
+ \itemoption{singleframecheck}{\oarg{text}}
+ Installs a template that inserts \meta{text} starting from the first page, but only if one or more frame breaks occur in the frame. By default, the text inserted is |\insertcontinuationcountroman|, which will show the continuation count as Roman number.
\end{templateoptions}
The following inserts are available:
\begin{templateinserts}
@@ -834,7 +838,7 @@ By clicking on the document title in a navigation bar (not all themes show it),
\subsubsection{The Navigation Symbols}
\label{section-navigation-symbols}
-Navigation symbols are small icons that are shown on every slide by default. The following symbols are shown:
+Navigation symbols are small icons that are shown on every slide in |beamer| mode by default. The following symbols are shown:
\begin{enumerate}
\item
A slide icon, which is depicted as a single rectangle. To the left and right of this symbol, a left and right arrow are shown.
@@ -1116,6 +1120,10 @@ The size of a frame is actually the ``paper size'' of a \beamer\ presentation, a
To change ``paper size'' and aspect ratio, you can use the following class options:
+\begin{classoption}{aspectratio=2013}
+ Sets aspect ratio to 20:13, and frame size to 140\,mm by 91\,mm.
+\end{classoption}
+
\begin{classoption}{aspectratio=1610}
Sets aspect ratio to 16:10, and frame size to 160\,mm by 100\,mm.
\end{classoption}