--- /dev/null
+\begin{titlepage}
+
+\newcommand{\HRule}{\rule{\linewidth}{0.5mm}}
+
+\begin{center}
+
+\textsc{\Large Homerton College, 2011}\\[1.5cm]
+\textsc{\Large Part II Computer Science Tripos}\\[1.5cm]
+
+\HRule \\[0.6cm]
+{ \LARGE \bfseries Simulation of Data Link Layer Protocols}\\[0.3cm]
+\HRule \\[2.6cm]
+
+\begin{minipage}{0.4\textwidth}
+\begin{flushleft} \large
+\emph{Author:}\\
+Richard Whitehouse
+\end{flushleft}
+\end{minipage}
+\begin{minipage}{0.4\textwidth}
+\begin{flushright} \large
+\emph{Supervisor:}\\
+Malcolm Scott
+\end{flushright}
+\end{minipage}
+
+\vfill
+
+% Bottom of the page
+{\large \today}
+
+\end{center}
+\end{titlepage}
--- /dev/null
+\section*{Declaration}
+
+I Richard Whitehouse of Homerton College,
+being a candidate for Part II of the Computer Science Tripos,
+hereby declare that this dissertation and the work described in it
+are my own work, unaided except as may be specified below, and
+that the dissertation does not contain material that has already
+been used to any substantial extent for a comparable purpose.
+
+\vspace{2cm}
+
+\leftline{Signed Richard Whitehouse}
+\medskip
+\leftline{Date \today}
+
--- /dev/null
+\documentclass{report}
+
+\begin{document}
+
+\include{cover}
+\include{proforma}
+\include{declaration}
+\include{toc}
+\include{introduction}
+\include{preparation}
+\include{implementation}
+\include{evaluation}
+\include{conclusion}
+\include{bibliography}
+\include{appendices}
+\include{index}
+\include{proposal}
+
+\end{document}
--- /dev/null
+\tableofcontents
+