summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/beamer/beamerug-frames.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-09-20 21:15:06 +0000
committerKarl Berry <karl@freefriends.org>2018-09-20 21:15:06 +0000
commit1524fc8f28ac4b71a54848fe991859ca7b2d30d2 (patch)
tree37d432099396309b3b20cc47be8b471bc36a76c4 /Master/texmf-dist/doc/latex/beamer/beamerug-frames.tex
parent1d9ef3a849a3a4fabbcddae9c6e3e035f0789f58 (diff)
beamer (20sep18)
git-svn-id: svn://tug.org/texlive/trunk@48706 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/beamer/beamerug-frames.tex')
-rw-r--r--Master/texmf-dist/doc/latex/beamer/beamerug-frames.tex44
1 files changed, 23 insertions, 21 deletions
diff --git a/Master/texmf-dist/doc/latex/beamer/beamerug-frames.tex b/Master/texmf-dist/doc/latex/beamer/beamerug-frames.tex
index 2791a0617d0..d1352279c29 100644
--- a/Master/texmf-dist/doc/latex/beamer/beamerug-frames.tex
+++ b/Master/texmf-dist/doc/latex/beamer/beamerug-frames.tex
@@ -142,6 +142,8 @@ A presentation consists of a series of frames. Each frame consists of a series o
\item
\declare{|b|}, \declare{|c|}, \declare{|t|} will cause the frame to be vertically aligned at the bottom/center/top. This overrides the global placement policy, which is governed by the class options |t| and |c|.
\item
+ \declare{|noframenumbering|} tells \beamer\ not to step the |framenumber| counter for this frame.
+ \item
\declare{|fragile|\opt{|=singleslide|}} tells \beamer\ that the frame contents is ``fragile.'' This means that the frame contains text that is not ``interpreted as usual.'' For example, this applies to verbatim text, which is, obviously, interpreted somewhat differently from normal text.
If a frame contains fragile text, different internal mechanisms are used to typeset the frame to ensure that inside the frame the character codes can be reset. The price of switching to another internal mechanism is that either you cannot use overlays or an external file needs to be written and read back (which is not always desirable).
@@ -399,7 +401,7 @@ The appearance of the headline and footline is determined by the following templ
\iteminsert{\insertsubsectionnavigation}\marg{width}
Inserts a vertical navigation bar containing all subsections of the current section, with the current subsection highlighted.
- \iteminsert{\insertsubsectionnavigationhorizontal}\marg{width}\marg{left insert}\marg{right insert}
+ \iteminsert{\insertsubsectionnavigationhorizontal}\marg{width}\marg{left insert}\marg{right insert}\newline
See |\insertsectionnavigationhorizontal|.
\iteminsert{\insertverticalnavigation}\marg{width}
@@ -465,7 +467,7 @@ The appearance of the headline and footline is determined by the following templ
\iteminsert{\insertdocumentendpage}
Inserts the page number of the last page of the document (including the appendix).
- \iteminsert{\usebeamertemplate*\{page number in head/foot\}} inserts a customisable template which e.g. inserts the current and total number of frames.
+ \item |\usebeamertemplate*{page number in head/foot}| inserts a customisable template which e.g.\ inserts the current and total number of frames.
\end{itemize}
\end{element}
@@ -490,28 +492,28 @@ The appearance of the headline and footline is determined by the following templ
\end{templateoptions}
The same inserts as for headlines can be used.
+
+\end{element}
- \begin{element}{page number in head/foot}\yes\yes\yes
- These \beamer-color and -font are used to typeset the page number or frame number in the footline.
+\begin{element}{page number in head/foot}\yes\yes\yes
+ These \beamer-color and -font are used to typeset the page number or frame number in the footline.
+
+ The \beamer-template provides a convenient way to format the page or frame number in the footline. It is used by the |infolines| outer theme and the |page number| and |frame number| footline themes. It can also be used with the |miniframes| and |split| outer themes, but for them it is set to empty as default.
+
+ \begin{templateoptions}
+ \itemoption{default}{} The default option is empty.
- The \beamer-template provides a convenient way to format the page or frame number in the footline. It is used by the |infolines| outer theme and the |page number| and |frame number| footline themes. It can also be used with the |miniframes| and |split| outer themes, but for them it is set to empty as default.
+ \itemoption{framenumber}{} This option inserts the current frame number.
- \begin{templateoptions}
- \itemoption{default}{} The default option is empty.
-
- \itemoption{framenumber}{} This option inserts the current frame number.
-
- \itemoption{totalframenumber}{} In addition to the current frame number, this option also shows the total number of frames.
-
- \itemoption{appendixframenumber}{} This options replicates the behaviour of the |appendixnumberbeamer| package. In the main part before the |\appendix| command the current frame number and the total number of frames in the main part is displayed. In the appendix only the frame number within the appendix and the total number of frames in the appendix are shown.
-
- \itemoption{pagenumber}{} Shows the current page number.
-
- \itemoption{totalpagenumber}{} In addition to the current page number also the total page number is displayed.
-
- \end{templateoptions}
-
- \end{element}
+ \itemoption{totalframenumber}{} In addition to the current frame number, this option also shows the total number of frames.
+
+ \itemoption{appendixframenumber}{} This options replicates the behaviour of the |appendixnumberbeamer| package. In the main part before the |\appendix| command the current frame number and the total number of frames in the main part is displayed. In the appendix only the frame number within the appendix and the total number of frames in the appendix are shown.
+
+ \itemoption{pagenumber}{} Shows the current page number.
+
+ \itemoption{totalpagenumber}{} In addition to the current page number also the total page number is displayed.
+ \end{templateoptions}
+
\end{element}
\subsubsection{The Sidebars}