Skip to content

Commit

Permalink
Added docs for including subtitles
Browse files Browse the repository at this point in the history
Fixes #6
  • Loading branch information
Foggalong committed Aug 30, 2024
1 parent 5e061eb commit 788fe53
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/beamertheme-edmaths-docs.tex
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ \section{Initial Setup}
\item Choose a document class using \lstinline|\documentclass[<options>]{beamer}|, with \key{<options>} being defined in the full \pkg{beamer} documentation.
\item Apply the theme using \lstinline|\usetheme{edmaths}|.
\item Use \lstinline|\title[Short Title]{Full Title}|| to define the title (the \key{Short Title} is optional).
\item Set the optional \lstinline|\subtitle{...}| if desired.
\item Set the \lstinline|\author{...}| and \lstinline|\date{...}|.
\end{enumerate}
These steps {\bf must} be done in exactly this order or the compiler will throw errors.
Expand Down
15 changes: 15 additions & 0 deletions docs/edmaths-docs.tex
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,21 @@ \subsection{Fonts}

Use the \pkg{ccaption} package to customise the way that captions under figures and tables appear ({\it e.g.\/} if you prefer them to use a sans-serif font).

\subsection{Subtitles}

You may also wish to give your document a subtitle. Be aware that it is ambiguous whether this is allowable in the thesis guidelines, but it may be done by adding formatting commands within the title command, as below.

\begin{lstlisting}
\title{Underwater Basket Weaving \\
\large Analysing the optimal depth for willow rods}
\author{Author Name}
\date{YYYY}

\usepackage[phd]{edmaths}
\end{lstlisting}

If also using \key{fancyhdr}, remember to also add \lstinline|\shorttitle{Underwater Basket Weaving}| after loading \pkg{edmaths} also for consistency with your headers.

\subsection{Overleaf}

As a student or staff member at the University of Edinburgh you have access to \href{https://www.ed.ac.uk/information-services/computing/desktop-personal/software/main-software-deals/other-software/overleaf}{Overleaf Professional}! Do make use of this, it alleviates many of the headaches which come with using \LaTeX{} across multiple computers, which you surely will..
Expand Down

0 comments on commit 788fe53

Please sign in to comment.