%% ----------------------------------------------------------------
%% Thesis.tex
%% ---------------------------------------------------------------- 
\documentclass{ecsthesis}      % Use the Thesis Style
\graphicspath{{../Figures/}}   % Location of your graphics files
\usepackage{natbib}   
\usepackage{pdfpages}         % Use Natbib style for the refs.
\hypersetup{colorlinks=false}   % Set to false for black/white printing
\input{Definitions}            % Include your abbreviations
%% ----------------------------------------------------------------
\begin{document}
\frontmatter
\title      {An Investigation into \dots}
\addresses  {\groupname {Faculty of Engineering and Physical Science}\\
	         \deptname {Electronics and Computer Science}\\ 
	         \univname {University of Southampton}}
\authors    {\texorpdfstring
{\href{}{}}
{}
}
\date       {\today}
\supervisor {}
\examiner {}
\subject    { }
\keywords   {}
\maketitle
\begin{abstract}
This work is all about \dots
\end{abstract}
\acknowledgements{Thanks to no one.}
\includepdf[offset=25mm -30mm]{soo.pdf}
\tableofcontents
\listoffigures
\listoftables
\lstlistoflistings
\listofsymbols{ll}{$w$ & The weight vector}
\mainmatter
%% ----------------------------------------------------------------
\include{Introduction}
\include{Conclusions}
\appendix
\include{AppendixA}
\backmatter
\bibliographystyle{ecs}
\bibliography{ECS}
\end{document}
%% ----------------------------------------------------------------