\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}