\documentclass[twoside,11pt]{style/class/PhDthesisPSnPDF} \input{style/style.tex} \input{appendix/glossary.tex} \begin{document} \input{style/first-page} \input{content/preamble/abstract} \frontmatter \input{content/preamble/dedication} \input{content/preamble/acknowledgement} \setcounter{secnumdepth}{3} \setcounter{tocdepth}{3} \tableofcontents %\listoffigures %\listoftables \mainmatter \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} \printglossary[type=\acronymtype] \bibliographystyle{style/class/PhDbiblio-url2} \renewcommand{\bibname}{References} \bibliography{main} \input{appendix/appendix} \end{document}