\documentclass[twoside,11pt]{style/class/PhDthesisPSnPDF} \input{style/style.tex} \begin{document} \include{style/first-page} \include{content/preamble/abstract} \frontmatter \include{content/preamble/dedication} \include{content/preamble/acknowledgement} \setcounter{secnumdepth}{3} \setcounter{tocdepth}{3} \tableofcontents \listoffigures \listoftables \mainmatter % Uncomment to print `Chapter 1` instead of just `1` \renewcommand{\chaptername}{} \input{content/intro} \input{content/background} \input{content/overview} \input{content/design} \input{content/evaluation} \input{content/discussion} \input{content/threats} \input{content/related} \input{content/conclusion} \bibliographystyle{style/class/PhDbiblio-url2} \renewcommand{\bibname}{References} \bibliography{main} \include{content/appendix} \end{document}