aboutsummaryrefslogtreecommitdiff
path: root/src/doc.tex
diff options
context:
space:
mode:
authorDarkelarious <darkelarious@333networks.com>2020-12-21 18:40:14 +0000
committerDarkelarious <darkelarious@333networks.com>2020-12-21 18:40:14 +0000
commit6b7437536bbf9fa1219ed2657fe53b4767fdda1d (patch)
tree9f95696f23d8e01d471a579a6277172fe425e3bb /src/doc.tex
parent51f9c4adf8a605bd955bfc4c2c09e7ff99808a0f (diff)
downloadMasterServer-Documentation-6b7437536bbf9fa1219ed2657fe53b4767fdda1d.tar.gz
MasterServer-Documentation-6b7437536bbf9fa1219ed2657fe53b4767fdda1d.zip
add chapter heartbeat, organise files
Diffstat (limited to 'src/doc.tex')
-rwxr-xr-xsrc/doc.tex34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/doc.tex b/src/doc.tex
index 339f0b1..57847e9 100755
--- a/src/doc.tex
+++ b/src/doc.tex
@@ -1,31 +1,31 @@
\documentclass[10pt, a4paper]{report}
-\input{headers}
+\input{layout/headers}
\begin{document}
\pagenumbering{gobble}
-\input{titlepage}
-\input{contact}
+\input{layout/titlepage}
+\input{layout/contact}
\pagenumbering{roman}
\setcounter{page}{1}
-\input{abstract}
-\input{revisions}
+\input{layout/abstract}
+\input{body/revisions}
\setcounter{tocdepth}{2}
\tableofcontents
-\input{introduction}
-\input{background}
-\input{heartbeat}
-\input{serverlist}
-\input{status}
-\input{implementation}
-\input{website}
+\input{body/introduction}
+\input{body/background}
+\input{body/heartbeat}
+\input{body/serverlist}
+\input{body/status}
+\input{body/implementation}
+\input{body/website}
\clearpage
\phantomsection
\addcontentsline{toc}{chapter}{Bibliography}
\bibliographystyle{unsrt}
-\bibliography{references}
-\input{credits}
+\bibliography{layout/references}
+\input{body/credits}
\begin{appendices}
-\input{usermanual}
-\input{protocolreference}
-\input{gameoverview}
+\input{appendices/usermanual}
+\input{appendices/protocolreference}
+\input{appendices/gameoverview}
\end{appendices}
\end{document}