Inital commit
authorRichard Whitehouse <github@richardwhiuk.com>
Fri, 15 Apr 2011 15:20:31 +0000 (16:20 +0100)
committerRichard Whitehouse <github@richardwhiuk.com>
Fri, 15 Apr 2011 15:20:31 +0000 (16:20 +0100)
14 files changed:
appendices.tex [new file with mode: 0644]
bibliography.tex [new file with mode: 0644]
conclusion.tex [new file with mode: 0644]
cover.tex [new file with mode: 0644]
declaration.tex [new file with mode: 0644]
dissertation.tex [new file with mode: 0644]
evaluation.tex [new file with mode: 0644]
implementation.tex [new file with mode: 0644]
index.tex [new file with mode: 0644]
introduction.tex [new file with mode: 0644]
preparation.tex [new file with mode: 0644]
proforma.tex [new file with mode: 0644]
proposal.tex [new file with mode: 0644]
toc.tex [new file with mode: 0644]

diff --git a/appendices.tex b/appendices.tex
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/bibliography.tex b/bibliography.tex
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/conclusion.tex b/conclusion.tex
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/cover.tex b/cover.tex
new file mode 100644 (file)
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 (file)
index 0000000..8e3a77d
--- /dev/null
@@ -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 (file)
index 0000000..f249e86
--- /dev/null
@@ -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 (file)
index 0000000..e69de29
diff --git a/implementation.tex b/implementation.tex
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/index.tex b/index.tex
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/introduction.tex b/introduction.tex
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/preparation.tex b/preparation.tex
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/proforma.tex b/proforma.tex
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/proposal.tex b/proposal.tex
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/toc.tex b/toc.tex
new file mode 100644 (file)
index 0000000..797e377
--- /dev/null
+++ b/toc.tex
@@ -0,0 +1,2 @@
+\tableofcontents
+