chore: autoformat manual
This commit is contained in:
parent
21a2980b6e
commit
1fea99cb3c
|
@ -96,10 +96,8 @@
|
|||
\maketitle
|
||||
\tableofcontents
|
||||
|
||||
|
||||
\section{Introduction}
|
||||
|
||||
|
||||
Beamer is a great way to make presentations with LaTeX, but its theme
|
||||
selection is surprisingly sparse. The stock themes share an aesthetic that can
|
||||
be a little cluttered, while the few distinctive custom themes available are
|
||||
|
@ -179,7 +177,6 @@ The following code shows a minimal example of a Beamer presentation using
|
|||
\end{document}
|
||||
\end{lstlisting}
|
||||
|
||||
|
||||
\subsection{Dependencies}
|
||||
|
||||
\themename depends on the |beamer| class and the following standard packages:
|
||||
|
@ -201,7 +198,6 @@ presentations, you can run the following command
|
|||
$ pandoc -t beamer -V theme:moloch -o output.pdf input.md
|
||||
\end{lstlisting}
|
||||
|
||||
|
||||
\section{Customization}
|
||||
|
||||
\subsection{Package options}
|
||||
|
@ -225,7 +221,6 @@ The list of options is structured as shown in the following example.
|
|||
A short description of the option.
|
||||
}
|
||||
|
||||
|
||||
\subsubsection{Main theme}
|
||||
|
||||
\DescribeOption{titleformat}%
|
||||
|
@ -245,7 +240,6 @@ The list of options is structured as shown in the following example.
|
|||
Changes the format of ``standout'' frames (see |titleformat|, above).
|
||||
}
|
||||
|
||||
|
||||
\subsubsection{Inner theme}
|
||||
|
||||
\DescribeOption{sectionpage}{none, simple, progressbar}{progressbar}{
|
||||
|
@ -263,7 +257,6 @@ The list of options is structured as shown in the following example.
|
|||
on the section structure of your presentation.
|
||||
}
|
||||
|
||||
|
||||
\subsubsection{Outer theme}
|
||||
|
||||
\DescribeOption{numbering}{none, counter, fraction}{}{
|
||||
|
@ -292,7 +285,6 @@ The list of options is structured as shown in the following example.
|
|||
of the reverse.
|
||||
}
|
||||
|
||||
|
||||
\subsubsection{Font theme}
|
||||
|
||||
\DescribeMacro{titleformat title}
|
||||
|
@ -305,7 +297,6 @@ The list of options is structured as shown in the following example.
|
|||
frame titles (see |titleformat|, above).
|
||||
}
|
||||
|
||||
|
||||
\subsection{Color Customization}
|
||||
|
||||
The included \themename color theme is used by default, but its colors can be
|
||||
|
@ -340,7 +331,6 @@ For low-light situations \themename it might be helpful to use the
|
|||
\usecolortheme{moloch-highcontrast}
|
||||
\end{lstlisting}
|
||||
|
||||
|
||||
\subsection{Commands}
|
||||
|
||||
\subsubsection{Standout frames}
|
||||
|
@ -365,8 +355,8 @@ In particular, the Computer Modern sans-serif typeface, which is used
|
|||
by default when \themename is compiled with pdf\LaTeX, does not have a
|
||||
small-caps variant.
|
||||
|
||||
Note that title format options |allsmallcaps| and |allcaps| do not
|
||||
affect the sizes of numerals, punctuation, and math symbol, and are
|
||||
Note that title format options |allsmallcaps| and |allcaps| do not
|
||||
affect the sizes of numerals, punctuation, and math symbol, and are
|
||||
probably best avoided if your titles contain these characters.
|
||||
|
||||
\subsection{Interactions with other color themes}
|
||||
|
@ -403,7 +393,6 @@ favourite Beamer color theme. In particular, \themename does not set a
|
|||
background color for the title; this will cause issues when using color themes
|
||||
like |whale| which set a white foreground for the title.
|
||||
|
||||
|
||||
\subsection{Notes on second screen}
|
||||
|
||||
If you use the \verb+[show notes on second screen]+ option built in to Beamer and
|
||||
|
@ -424,7 +413,6 @@ on each slide.
|
|||
\makeatother
|
||||
\end{lstlisting}
|
||||
|
||||
|
||||
\subsection{Standout frames with labels}
|
||||
|
||||
Because the |standout| frame option creates a group to restrict the colour
|
||||
|
@ -457,14 +445,12 @@ solution for Org mode users, using |org-set-property|.
|
|||
:END:
|
||||
\end{lstlisting}
|
||||
|
||||
|
||||
\subsection{Standout frames with Pandoc}
|
||||
|
||||
With Pandoc versions prior to 1.17.2 it was not possible to create standout frames
|
||||
because Pandoc only supported a specific list of frame attributes thus ignoring
|
||||
additional attributes such as |{.standout}|.
|
||||
|
||||
|
||||
\section{License}
|
||||
|
||||
\themename is licensed under a
|
||||
|
@ -474,7 +460,6 @@ This means that if you change the theme and re-distribute it, you must retain
|
|||
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.
|
||||
|
||||
|
||||
\section{Implementation}
|
||||
|
||||
\DocInput{beamerthememoloch.dtx}
|
||||
|
|
Loading…
Reference in New Issue