summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/beamer/beamerug-elements.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-elements.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-elements.tex')
-rw-r--r--Master/texmf-dist/doc/latex/beamer/beamerug-elements.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/beamer/beamerug-elements.tex b/Master/texmf-dist/doc/latex/beamer/beamerug-elements.tex
index 3eec9adcc78..60f6fcb0add 100644
--- a/Master/texmf-dist/doc/latex/beamer/beamerug-elements.tex
+++ b/Master/texmf-dist/doc/latex/beamer/beamerug-elements.tex
@@ -15,7 +15,7 @@
This section discusses the inner and outer themes that are available in \beamer. These themes install certain \emph{templates} for the different elements of a presentation. The template mechanism is explained at the end of the section.
-Before we plunge into the details, let us agree on some terminology for this section. In \beamer, an \emph{element} is part of a presentation that is potentially typeset in some special way. Examples of elements are frame titles, the author's name, or the footnote sign. The appearance of every element is governed by a \emph{template} for this element. Appropriate templates are installed by inner and outer themes, where the \emph{inner} themes only install templates for elements that are typically ``inside the main text,'' while \emph{outer} themes install templates for elements ``around the main text.'' Thus, from the templates's point of view, there is no real difference between inner and outer themes.
+Before we plunge into the details, let us agree on some terminology for this section. In \beamer, an \emph{element} is part of a presentation that is potentially typeset in some special way. Examples of elements are frame titles, the author's name, or the footnote sign. The appearance of every element is governed by a \emph{template} for this element. Appropriate templates are installed by inner and outer themes, where the \emph{inner} themes only install templates for elements that are typically ``inside the main text,'' while \emph{outer} themes install templates for elements ``around the main text.'' Thus, from the templates' point of view, there is no real difference between inner and outer themes.
\subsection{Inner Themes}
@@ -271,7 +271,7 @@ In |article| mode, most of the template mechanism is switched off and has no eff
Here are a few hints that might be helpful when you wish to set a template:
\begin{itemize}
\item
- Usually, you might wish to copy code from an existing template. The code often takes care of some things that you may not yet have thought about. The default inner and outer themes might be useful starting points. Also, the file |beamerbaseauxtemplates.sty| contains interesting ``auxilliary'' templates.
+ Usually, you might wish to copy code from an existing template. The code often takes care of some things that you may not yet have thought about. The default inner and outer themes might be useful starting points. Also, the file |beamerbaseauxtemplates.sty| contains interesting ``auxiliary'' templates.
\item
When copying code from another template and when inserting this code in the preamble of your document (not in another style file), you may have to ``switch on'' the at-character (|@|). To do so, add the command |\makeatletter| before the |\setbeamertemplate| command and the command |\makeatother| afterward.
\item
@@ -456,7 +456,7 @@ The \beamer-template mechanism implements a simple form of inheritance via \emph
%% The following command has the same effect as the three commands below:
\setbeamertemplate{itemize items}[circle]
-\setbeamertemplate{itemite item}[circle] % actually, the ``empty'' argument is added
+\setbeamertemplate{itemize item}[circle] % actually, the ``empty'' argument is added
\setbeamertemplate{itemize subitem}[circle]
\setbeamertemplate{itemize subsubitem}[circle]
\end{verbatim}