\documentclass[10pt, a4paper]{report} \input{layout/headers} \begin{document} \pagenumbering{gobble} \input{layout/titlepage} \input{layout/contact} \pagenumbering{roman} \setcounter{page}{1} \input{layout/abstract} \input{body/revisions} \setcounter{tocdepth}{2} \tableofcontents \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{layout/references} \input{body/credits} \begin{appendices} \input{appendices/usermanual} \input{appendices/protocolreference} \input{appendices/gameoverview} \end{appendices} \end{document}