chore: autoformat manual
This commit is contained in:
parent
21a2980b6e
commit
1fea99cb3c
|
@ -96,10 +96,8 @@
|
||||||
\maketitle
|
\maketitle
|
||||||
\tableofcontents
|
\tableofcontents
|
||||||
|
|
||||||
|
|
||||||
\section{Introduction}
|
\section{Introduction}
|
||||||
|
|
||||||
|
|
||||||
Beamer is a great way to make presentations with LaTeX, but its theme
|
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
|
selection is surprisingly sparse. The stock themes share an aesthetic that can
|
||||||
be a little cluttered, while the few distinctive custom themes available are
|
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{document}
|
||||||
\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:
|
||||||
|
@ -201,7 +198,6 @@ presentations, you can run the following command
|
||||||
$ pandoc -t beamer -V theme:moloch -o output.pdf input.md
|
$ pandoc -t beamer -V theme:moloch -o output.pdf input.md
|
||||||
\end{lstlisting}
|
\end{lstlisting}
|
||||||
|
|
||||||
|
|
||||||
\section{Customization}
|
\section{Customization}
|
||||||
|
|
||||||
\subsection{Package options}
|
\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.
|
A short description of the option.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
\subsubsection{Main theme}
|
\subsubsection{Main theme}
|
||||||
|
|
||||||
\DescribeOption{titleformat}%
|
\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).
|
Changes the format of ``standout'' frames (see |titleformat|, above).
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
\subsubsection{Inner theme}
|
\subsubsection{Inner theme}
|
||||||
|
|
||||||
\DescribeOption{sectionpage}{none, simple, progressbar}{progressbar}{
|
\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.
|
on the section structure of your presentation.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
\subsubsection{Outer theme}
|
\subsubsection{Outer theme}
|
||||||
|
|
||||||
\DescribeOption{numbering}{none, counter, fraction}{}{
|
\DescribeOption{numbering}{none, counter, fraction}{}{
|
||||||
|
@ -292,7 +285,6 @@ 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}
|
||||||
|
@ -305,7 +297,6 @@ The list of options is structured as shown in the following example.
|
||||||
frame titles (see |titleformat|, above).
|
frame titles (see |titleformat|, above).
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
\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
|
||||||
|
@ -340,7 +331,6 @@ For low-light situations \themename it might be helpful to use the
|
||||||
\usecolortheme{moloch-highcontrast}
|
\usecolortheme{moloch-highcontrast}
|
||||||
\end{lstlisting}
|
\end{lstlisting}
|
||||||
|
|
||||||
|
|
||||||
\subsection{Commands}
|
\subsection{Commands}
|
||||||
|
|
||||||
\subsubsection{Standout frames}
|
\subsubsection{Standout frames}
|
||||||
|
@ -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
|
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.
|
||||||
|
|
||||||
|
|
||||||
\subsection{Notes on second screen}
|
\subsection{Notes on second screen}
|
||||||
|
|
||||||
If you use the \verb+[show notes on second screen]+ option built in to Beamer and
|
If you use the \verb+[show notes on second screen]+ option built in to Beamer and
|
||||||
|
@ -424,7 +413,6 @@ on each slide.
|
||||||
\makeatother
|
\makeatother
|
||||||
\end{lstlisting}
|
\end{lstlisting}
|
||||||
|
|
||||||
|
|
||||||
\subsection{Standout frames with labels}
|
\subsection{Standout frames with labels}
|
||||||
|
|
||||||
Because the |standout| frame option creates a group to restrict the colour
|
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:
|
||||||
\end{lstlisting}
|
\end{lstlisting}
|
||||||
|
|
||||||
|
|
||||||
\subsection{Standout frames with Pandoc}
|
\subsection{Standout frames with Pandoc}
|
||||||
|
|
||||||
With Pandoc versions prior to 1.17.2 it was not possible to create standout frames
|
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
|
because Pandoc only supported a specific list of frame attributes thus ignoring
|
||||||
additional attributes such as |{.standout}|.
|
additional attributes such as |{.standout}|.
|
||||||
|
|
||||||
|
|
||||||
\section{License}
|
\section{License}
|
||||||
|
|
||||||
\themename is licensed under a
|
\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.
|
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{beamerthememoloch.dtx}
|
\DocInput{beamerthememoloch.dtx}
|
||||||
|
|
Loading…
Reference in New Issue