From 36616b2cff836a1619c46593839c86539334a769 Mon Sep 17 00:00:00 2001
From: Edward Longman <el7g15@soton.ac.uk>
Date: Wed, 16 Jan 2019 17:15:07 +0000
Subject: [PATCH] Fix unmatched { and }, update some textual grammatical
 errors.

---
 Introduction.tex |  2 +-
 Starting.tex     | 16 ++++++++++------
 2 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/Introduction.tex b/Introduction.tex
index 3fc3761..1910790 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 3442d8d..6e060e3 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}
-- 
GitLab