diff --git a/Conclusions.tex b/Conclusions.tex index 8864ca55b6966636085c002a8441e06ac5af030f..a6ab9f779f94e6cca4d7c152570b12ec73797eb4 100644 --- a/Conclusions.tex +++ b/Conclusions.tex @@ -35,11 +35,11 @@ Here are some of the nice things you can do with the template. This page shows you a subfigure example in \fref{Figure:figsubex}. \begin{figure}[!htb] \centering - \subfigure[The left caption]{ + \subcaptionbox{The left caption}{ \includegraphics[width=4.2cm]{figure} \label{Figure:figsubex:left} } - \subfigure[The right caption]{ + \subcaptionbox{The right caption}{ \includegraphics[width=4.2cm]{figure} \label{Figure:figsubex:right} } diff --git a/README.pdf b/README.pdf index 4bd6196b386c93922abb002bedb505966739a2b3..2033f691a994d307d8dba67a6f9afa20e1525ae2 100644 Binary files a/README.pdf and b/README.pdf differ diff --git a/Starting.tex b/Starting.tex index 2edf9e8957ccacf297bf47c8b8051078b1b368ce..4e7dc9933146f2f6d7e69be4a53e69c3c44d1c1f 100644 --- a/Starting.tex +++ b/Starting.tex @@ -96,6 +96,10 @@ More detail can be found in the class docs file. Found in \verb|doc\latex\uosdoc of the texmf directory discussed in Section~\ref{start}. The other common commands already exist in the top level template file. +\subsection{Fonts} +It is very easy to change the default font of the document. Fonts in \LaTeX{} come as packages, so +\verb|\usepackage{fontname}| before your \verb|\begin{document}| directive. + \subsection{Add a Glossary or Index} \emph{Both Indexes and Glossaries involve an extra build step so you will need to read the manual before inserting these.} They should be put after a \verb|\cleartoeven| as is convention for indexes to start on the left. Some people may want to have an index or prefer Glossary instead of a list of symbols.