diff options
author | Karl Berry <karl@freefriends.org> | 2018-09-20 21:15:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-09-20 21:15:06 +0000 |
commit | 1524fc8f28ac4b71a54848fe991859ca7b2d30d2 (patch) | |
tree | 37d432099396309b3b20cc47be8b471bc36a76c4 /Master/texmf-dist/doc/latex/beamer/beamerug-localstructure.tex | |
parent | 1d9ef3a849a3a4fabbcddae9c6e3e035f0789f58 (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-localstructure.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/beamer/beamerug-localstructure.tex | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/beamer/beamerug-localstructure.tex b/Master/texmf-dist/doc/latex/beamer/beamerug-localstructure.tex index af2c9154e9f..e08211badd3 100644 --- a/Master/texmf-dist/doc/latex/beamer/beamerug-localstructure.tex +++ b/Master/texmf-dist/doc/latex/beamer/beamerug-localstructure.tex @@ -326,7 +326,7 @@ The \beamer\ class predefines commands and environments for highlighting text. U \end{element} \begin{element}{local structure}\no\yes\no - This color should be used to typeset structural elements that change their color according to the ``local environment.'' For example, an item ``button'' in an |itemize| environment changes its color according to circumstances. If it is used inside an example block, it should have the |example text| color; if it is currently ``alerted'' it should have the |alerted text| color. This color is setup by certain environments to have the color that should be used to typset things like item buttons. Since the color used for items, |item|, inherits from this color by default, items automatically change their color according to the current situation. + This color should be used to typeset structural elements that change their color according to the ``local environment.'' For example, an item ``button'' in an |itemize| environment changes its color according to circumstances. If it is used inside an example block, it should have the |example text| color; if it is currently ``alerted'' it should have the |alerted text| color. This color is setup by certain environments to have the color that should be used to typeset things like item buttons. Since the color used for items, |item|, inherits from this color by default, items automatically change their color according to the current situation. If you write your own environment in which the item buttons and similar structural elements should have a different color, you should change the color |local structure| inside these environments. \end{element} @@ -715,7 +715,7 @@ In the |article| version, the package |amsthm| sometimes clashes with the docume This will expand to the name of the environment to be typeset (like ``Theorem'' or ``Corollary''). \iteminsert{\inserttheoremnumber} - This will expand to the number of the current theorem preceeded by a space or to nothing, if the current theorem does not have a number. + This will expand to the number of the current theorem preceded by a space or to nothing, if the current theorem does not have a number. \iteminsert{\inserttheoremaddition} This will expand to the optional argument given to the environment or will be empty, if there was no optional argument. @@ -729,6 +729,18 @@ In the |article| version, the package |amsthm| sometimes clashes with the docume Inserted at the end of a theorem. \end{element} +\begin{element}{proof begin}\yes\no\no + Inserted at the beginning of a |proof| environment. This template behaves like a normal |block begin| template by default. + + \begin{itemize} + \iteminsert{\insertproofname} + This will expand to the proof name, followed by a period most of the time. + \end{itemize} +\end{element} + +\begin{element}{proof end}\yes\no\no + Inserted at the end of a |proof| environment. +\end{element} \subsection{Framed and Boxed Text} @@ -1035,7 +1047,7 @@ Inside |{verbatim}| environments you obviously cannot use commands like |\alert< \subsection{Abstract} -The |{abstract}| environment is overlay specificiation-aware in \beamer: +The |{abstract}| environment is overlay specification-aware in \beamer: \begin{environment}{{abstract}\sarg{action specification}} You can use this environment to typeset an abstract. |