From: Richard Whitehouse Date: Fri, 15 Apr 2011 15:20:31 +0000 (+0100) Subject: Inital commit X-Git-Url: https://git.richardwhiuk.com/?a=commitdiff_plain;h=dec46a48e727cbf3816a629389fcf7b61861d304;p=ii-diss.git Inital commit --- dec46a48e727cbf3816a629389fcf7b61861d304 diff --git a/appendices.tex b/appendices.tex new file mode 100644 index 0000000..e69de29 diff --git a/bibliography.tex b/bibliography.tex new file mode 100644 index 0000000..e69de29 diff --git a/conclusion.tex b/conclusion.tex new file mode 100644 index 0000000..e69de29 diff --git a/cover.tex b/cover.tex new file mode 100644 index 0000000..fe2b488 --- /dev/null +++ b/cover.tex @@ -0,0 +1,33 @@ +\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} diff --git a/declaration.tex b/declaration.tex new file mode 100644 index 0000000..8e3a77d --- /dev/null +++ b/declaration.tex @@ -0,0 +1,15 @@ +\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} + diff --git a/dissertation.tex b/dissertation.tex new file mode 100644 index 0000000..f249e86 --- /dev/null +++ b/dissertation.tex @@ -0,0 +1,19 @@ +\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} diff --git a/evaluation.tex b/evaluation.tex new file mode 100644 index 0000000..e69de29 diff --git a/implementation.tex b/implementation.tex new file mode 100644 index 0000000..e69de29 diff --git a/index.tex b/index.tex new file mode 100644 index 0000000..e69de29 diff --git a/introduction.tex b/introduction.tex new file mode 100644 index 0000000..e69de29 diff --git a/preparation.tex b/preparation.tex new file mode 100644 index 0000000..e69de29 diff --git a/proforma.tex b/proforma.tex new file mode 100644 index 0000000..e69de29 diff --git a/proposal.tex b/proposal.tex new file mode 100644 index 0000000..e69de29 diff --git a/toc.tex b/toc.tex new file mode 100644 index 0000000..797e377 --- /dev/null +++ b/toc.tex @@ -0,0 +1,2 @@ +\tableofcontents +