From 51f9c4adf8a605bd955bfc4c2c09e7ff99808a0f Mon Sep 17 00:00:00 2001 From: Darkelarious Date: Sun, 20 Dec 2020 19:42:29 +0000 Subject: initial draft commit --- src/doc.tex | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100755 src/doc.tex (limited to 'src/doc.tex') diff --git a/src/doc.tex b/src/doc.tex new file mode 100755 index 0000000..339f0b1 --- /dev/null +++ b/src/doc.tex @@ -0,0 +1,31 @@ +\documentclass[10pt, a4paper]{report} +\input{headers} +\begin{document} +\pagenumbering{gobble} +\input{titlepage} +\input{contact} +\pagenumbering{roman} +\setcounter{page}{1} +\input{abstract} +\input{revisions} +\setcounter{tocdepth}{2} +\tableofcontents +\input{introduction} +\input{background} +\input{heartbeat} +\input{serverlist} +\input{status} +\input{implementation} +\input{website} +\clearpage +\phantomsection +\addcontentsline{toc}{chapter}{Bibliography} +\bibliographystyle{unsrt} +\bibliography{references} +\input{credits} +\begin{appendices} +\input{usermanual} +\input{protocolreference} +\input{gameoverview} +\end{appendices} +\end{document} -- cgit v1.2.3