diff --git a/Introduction.tex b/Introduction.tex index 3fc37616d940cedbb191c7952c3a76a5f318aa05..19107900631fb7afb880504f8ebf209a9061a1cf 100644 --- a/Introduction.tex +++ b/Introduction.tex @@ -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. diff --git a/Starting.tex b/Starting.tex index 3442d8dfbd78f21f1f0a2e870660d8b391a468a4..6e060e3aab85f625f431dcd882186f801910f04c 100644 --- a/Starting.tex +++ b/Starting.tex @@ -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}