summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/beamer/beamerug-globalstructure.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/beamer/beamerug-globalstructure.tex')
-rw-r--r--Master/texmf-dist/doc/latex/beamer/beamerug-globalstructure.tex61
1 files changed, 59 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/beamer/beamerug-globalstructure.tex b/Master/texmf-dist/doc/latex/beamer/beamerug-globalstructure.tex
index 779bb24330a..2d9a31056f3 100644
--- a/Master/texmf-dist/doc/latex/beamer/beamerug-globalstructure.tex
+++ b/Master/texmf-dist/doc/latex/beamer/beamerug-globalstructure.tex
@@ -299,6 +299,8 @@ Often, you may want a certain type of frame to be shown directly after a section
\beamer\ also provides |\sectionpage| and |\subsectionpage| commands, which are used to fill a frame with section or subsection number and title in a stylish way. They are very similar to |\partpage| command described below.
+\begin{command}{\sectionpage}
+ This command shows a frame with the section number and title of the current section.
\example
\begin{verbatim}
\section{A section}
@@ -308,6 +310,55 @@ Often, you may want a certain type of frame to be shown directly after a section
\frame{Some text.}
\end{verbatim}
+ \begin{element}{section page}\yes\no\no
+ This template is invoked when the |\sectionpage| command is used.
+
+ \begin{templateoptions}
+ \itemoption{default}{\oarg{alignment}}
+ The section page is typeset showing the current section number and, below, the current section title. The templates
+ \begin{element}{section name}\no\yes\yes
+ \end{element}
+ and
+ \begin{element}{section title}\no\yes\yes
+ \end{element}
+ are used, including the background color of |section title|. As for the |title page| template, the \meta{alignment} option is passed on the |beamercolorbox|.
+ \end{templateoptions}
+
+ The following commands are useful for this template:
+ \begin{templateinserts}
+ \iteminsert{\insertsection}
+ inserts the title of the current section.
+ \iteminsert{\insertsectionnumber}
+ inserts the current section number.
+ \end{templateinserts}
+ \end{element}
+\end{command}
+
+\begin{command}{\subsectionpage}
+ Works the same way as the |\sectionpage|.
+ \begin{element}{subsection page}\yes\no\no
+ \begin{templateoptions}
+ \itemoption{default}{\oarg{alignment}}
+
+ The templates
+ \begin{element}{subsection name}\no\yes\yes
+ \end{element}
+ and
+ \begin{element}{subsection title}\no\yes\yes
+ \end{element}
+ are used, including the background color of |subsection title|. As for the |title page| template, the \meta{alignment} option is passed on the |beamercolorbox|.
+ \end{templateoptions}
+
+ The following commands are useful for this template:
+ \begin{templateinserts}
+ \iteminsert{\insertsubsection}
+ inserts the title of the current subsection.
+ \iteminsert{\insertsubsectionnumber}
+ inserts the current subsection number.
+ \end{templateinserts}
+ \end{element}
+\end{command}
+
\subsection{Adding Parts}
If you give a long talk (like a lecture), you may wish to break up your talk into several parts. Each such part acts like a little ``talk of its own'' with its own table of contents, its own navigation bars, and so on. Inside one part, the sections and subsections of the other parts are not shown at all.
@@ -358,12 +409,18 @@ To create a new part, use the |\part| command. All sections and subsections foll
\example
|\frame{\partpage}|
- \begin{element}{part page}\yes\yes\yes
+ \begin{element}{part page}\yes\no\no
This template is invoked when the |\partpage| command is used.
\begin{templateoptions}
\itemoption{default}{\oarg{alignment}}
- The part page is typeset showing the current part number and, below, the current part title. The \beamer-color and -font |part page| are used, including the background color of |part page|. As for the |title page| template, the \meta{alignment} option is passed on the |beamercolorbox|.
+ The part page is typeset showing the current part number and, below, the current part title. The templates
+ \begin{element}{part name}\no\yes\yes
+ \end{element}
+ and
+ \begin{element}{part title}\no\yes\yes
+ \end{element}
+ are used, including the background color of |part title|. As for the |title page| template, the \meta{alignment} option is passed on the |beamercolorbox|.
\end{templateoptions}
The following commands are useful for this template: