Skip to content
Snippets Groups Projects
Commit 421b6bb7 authored by Edward Longman's avatar Edward Longman
Browse files

Write section about fonts, change to subfigbox, recompile

parent d8088c5f
No related branches found
No related tags found
No related merge requests found
...@@ -35,11 +35,11 @@ Here are some of the nice things you can do with the template. ...@@ -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}. This page shows you a subfigure example in \fref{Figure:figsubex}.
\begin{figure}[!htb] \begin{figure}[!htb]
\centering \centering
\subfigure[The left caption]{ \subcaptionbox{The left caption}{
\includegraphics[width=4.2cm]{figure} \includegraphics[width=4.2cm]{figure}
\label{Figure:figsubex:left} \label{Figure:figsubex:left}
} }
\subfigure[The right caption]{ \subcaptionbox{The right caption}{
\includegraphics[width=4.2cm]{figure} \includegraphics[width=4.2cm]{figure}
\label{Figure:figsubex:right} \label{Figure:figsubex:right}
} }
......
No preview for this file type
...@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment