Unify whitespace usage in the manual

This commit is contained in:
Matthias Vogelgesang 2016-02-22 12:44:09 +01:00
parent 6741e329ef
commit eb36b2dd49
1 changed files with 4 additions and 16 deletions

View File

@ -155,8 +155,6 @@
\tableofcontents \tableofcontents
\section{Introduction} \section{Introduction}
Beamer is an awesome way to make presentations with LaTeX, but its theme Beamer is an awesome way to make presentations with LaTeX, but its theme
@ -184,8 +182,6 @@ the theme even better, please get in touch there. The
{full list of contributors} already contains over a dozen names! {full list of contributors} already contains over a dozen names!
\section{Getting Started} \section{Getting Started}
\subsection{Installing from CTAN} \subsection{Installing from CTAN}
@ -207,7 +203,6 @@ To get the most out of the theme you should also install the |Fira| fonts.
Yet this is not mandatory. \themename also works with the standard fonts. Yet this is not mandatory. \themename also works with the standard fonts.
\subsection{Installing from GitHub} \subsection{Installing from GitHub}
Installing \themename, like any Beamer theme, involves four easy steps: Installing \themename, like any Beamer theme, involves four easy steps:
@ -245,14 +240,12 @@ options for advanced users:
\end{description} \end{description}
\subsection{Installing the Debian Package} \subsection{Installing the Debian Package}
As an alternative users of Debian or Ubuntu can also install this As an alternative users of Debian or Ubuntu can also install this
\href{https://launchpad.net/\%7Eedd/+archive/ubuntu/misc/+files/latex-mtheme_0.1.0vidid1_all.deb}{.deb package} \href{https://launchpad.net/\%7Eedd/+archive/ubuntu/misc/+files/latex-mtheme_0.1.0vidid1_all.deb}{.deb package}
containing the theme files as well as the Fira Sans font files. containing the theme files as well as the Fira Sans font files.
\subsection{A Minimal Example} \subsection{A Minimal Example}
The following code shows a minimal example of a Beamer presentation using The following code shows a minimal example of a Beamer presentation using
@ -275,7 +268,6 @@ The following code shows a minimal example of a Beamer presentation using
\end{lstlisting} \end{lstlisting}
\subsection{Dependencies} \subsection{Dependencies}
\themename depends on the |beamer| class and the following standard packages: \themename depends on the |beamer| class and the following standard packages:
@ -301,7 +293,6 @@ The packaged name of |Fira Sans| is |Fira Sans OT| in some Linux
distributions; this case is automatically handled by \themename. distributions; this case is automatically handled by \themename.
\subsection{Pandoc} \subsection{Pandoc}
To use this theme with \href{http://johnmacfarlane.net/pandoc/}{Pandoc}-based To use this theme with \href{http://johnmacfarlane.net/pandoc/}{Pandoc}-based
@ -312,8 +303,6 @@ $ pandoc -t beamer --latex-engine=xelatex -V theme:metropolis -o output.pdf inpu
\end{lstlisting} \end{lstlisting}
\section{Customization} \section{Customization}
\subsection{Package options} \subsection{Package options}
@ -339,6 +328,7 @@ The list of options is structured as shown in the following example.
\subsubsection{Main theme} \subsubsection{Main theme}
\DescribeOption{titleformat}% \DescribeOption{titleformat}%
{regular, smallcaps, allsmallcaps, allcaps} {regular, smallcaps, allsmallcaps, allcaps}
{regular}{ {regular}{
@ -364,7 +354,9 @@ The list of options is structured as shown in the following example.
disables the section page. disables the section page.
} }
\subsubsection{Outer theme} \subsubsection{Outer theme}
\DescribeOption{numbering}{none, counter, fraction}{counter}{ \DescribeOption{numbering}{none, counter, fraction}{counter}{
Controls whether the frame number at the bottom right of each slide is Controls whether the frame number at the bottom right of each slide is
omitted (|none|), shown (|counter|) or displayed as a fraction of the total omitted (|none|), shown (|counter|) or displayed as a fraction of the total
@ -388,6 +380,7 @@ The list of options is structured as shown in the following example.
of the reverse. of the reverse.
} }
\subsubsection{Font theme} \subsubsection{Font theme}
\DescribeMacro{titleformat-title} \DescribeMacro{titleformat-title}
@ -401,7 +394,6 @@ The list of options is structured as shown in the following example.
} }
\subsection{Color Customization} \subsection{Color Customization}
The included \themename color theme is used by default, but its colors can be The included \themename color theme is used by default, but its colors can be
@ -430,7 +422,6 @@ of \themename specific colors, which can also be redefined to your liking.
\end{lstlisting} \end{lstlisting}
\subsection{Font Customization} \subsection{Font Customization}
The default font for \themename is |Fira|. This can be easily changed using The default font for \themename is |Fira|. This can be easily changed using
@ -541,7 +532,6 @@ The |allsmallcaps| and |allcaps| options are safe to use if your titles contain
only alphabetic characters and do not require the expansion of any macros. only alphabetic characters and do not require the expansion of any macros.
\subsection{Interactions with other color themes} \subsection{Interactions with other color themes}
\themename can be used along with any other Beamer color theme, such as \themename can be used along with any other Beamer color theme, such as
@ -578,7 +568,6 @@ background color for the title; this will cause issues when using color themes
like |whale| which set a white foreground for the title. like |whale| which set a white foreground for the title.
\section{License} \section{License}
\themename is licensed under a \themename is licensed under a
@ -589,7 +578,6 @@ the copyright notice header and license it under the same CC-BY-SA license.
This does not affect any presentations that you create with the theme. This does not affect any presentations that you create with the theme.
\section{Implementation} \section{Implementation}
\DocInput{beamerthememetropolis.dtx} \DocInput{beamerthememetropolis.dtx}