@@ -96,6 +96,10 @@ More detail can be found in the class docs file. Found in \verb|doc\latex\uosdoc
...
@@ -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}.
of the texmf directory discussed in Section~\ref{start}.
The other common commands already exist in the top level template file.
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}
\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.
\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.
Some people may want to have an index or prefer Glossary instead of a list of symbols.