diff options
| author | Darkelarious <darkelarious@333networks.com> | 2020-12-20 19:42:29 +0000 |
|---|---|---|
| committer | Darkelarious <darkelarious@333networks.com> | 2020-12-20 19:42:29 +0000 |
| commit | 51f9c4adf8a605bd955bfc4c2c09e7ff99808a0f (patch) | |
| tree | 6580091a75c37626f2579c6ff7afbd52da31ebec /src/doc.tex | |
| download | MasterServer-Documentation-51f9c4adf8a605bd955bfc4c2c09e7ff99808a0f.tar.gz MasterServer-Documentation-51f9c4adf8a605bd955bfc4c2c09e7ff99808a0f.zip | |
initial draft commit
Diffstat (limited to 'src/doc.tex')
| -rwxr-xr-x | src/doc.tex | 31 |
1 files changed, 31 insertions, 0 deletions
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} |
