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

Fix unmatched { and }, update some textual grammatical errors.

parent 9b8ebf97
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ It will help you to achieve consistency in your \LaTeX{} markup and make sure yo
\subsection{A Short Math Guide for \LaTeX{}}
If you are writing a technical or mathematical thesis, then you may want to read the document by the AMS (American Mathematical Society) called, ``{A Short Math Guide for \LaTeX{}''. It can be found online here:
If you are writing a technical or mathematical thesis, then you may want to read the document by the AMS (American Mathematical Society) called, ``A Short Math Guide for \LaTeX{}''. It can be found online here:
\url{http://www.ams.org/tex/amslatex.html}
under the ``Additional Documentation'' section towards the bottom of the page.
......
......@@ -39,16 +39,19 @@ If you are familiar with \LaTeX{}, go and explore the template and use it. Maybe
\section{File Structure}
The \verb|Thesis.tex| file is composed of two main parts.
Firstly, \verb|frontmatter| is all the information that goes before your and \verb|mainmatter|.
Firstly, \verb|frontmatter| is all the information that goes before your \verb|mainmatter|.
It is advisable to write each chapter (an possibly section) in a separate file to keep each file of a manageable size.
It is advisable to write each chapter (and possibly section) in a separate file to
keep each file of a manageable size.
They are included into the main file with an \verb|\include{Filename}| statement.
Also keep Appendix and Listings files separate if possible.
Also keep the Appendix and Listings files separate if possible.
\section{Changes and additions}
\subsection{University Organizational information}
The template assumes that you are in the \groupname, \deptname, \facname at the \univname.
This can be easily changed at the top of your latex file by redefinition of the variables.
The template assumes that you are in the \groupname, \deptname, \facname{} at the
\univname.
This can be easily changed at the top of your \verb|Thesis.tex| file by redefinition
of the variables.
These commands are:
\begin{lstlisting}
\university {\texorpdfstring{\href{http://www.soton.ac.uk}
......@@ -64,7 +67,8 @@ These commands are:
\end{lstlisting}
The all caps command version must be run after changing the normal case command for it to change the default. The university example here also has a link embedded.
More detail can be found in the class docs file. Found in \verb{doc\latex\ecsdocs}` of the texmf directory discussed in Section~\ref{start}.
More detail can be found in the class docs file. Found in \verb|doc\latex\ecsdocs|
of the texmf directory discussed in Section~\ref{start}.
The other common commands already exist in the top level template file.
\subsection{Add a Glossary or Index}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment