From dec46a48e727cbf3816a629389fcf7b61861d304 Mon Sep 17 00:00:00 2001 From: Richard Whitehouse Date: Fri, 15 Apr 2011 16:20:31 +0100 Subject: [PATCH] Inital commit --- appendices.tex | 0 bibliography.tex | 0 conclusion.tex | 0 cover.tex | 33 +++++++++++++++++++++++++++++++++ declaration.tex | 15 +++++++++++++++ dissertation.tex | 19 +++++++++++++++++++ evaluation.tex | 0 implementation.tex | 0 index.tex | 0 introduction.tex | 0 preparation.tex | 0 proforma.tex | 0 proposal.tex | 0 toc.tex | 2 ++ 14 files changed, 69 insertions(+) create mode 100644 appendices.tex create mode 100644 bibliography.tex create mode 100644 conclusion.tex create mode 100644 cover.tex create mode 100644 declaration.tex create mode 100644 dissertation.tex create mode 100644 evaluation.tex create mode 100644 implementation.tex create mode 100644 index.tex create mode 100644 introduction.tex create mode 100644 preparation.tex create mode 100644 proforma.tex create mode 100644 proposal.tex create mode 100644 toc.tex 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 + -- 2.34.1