summaryrefslogtreecommitdiff
path: root/main.tex
blob: 78de8e80fb0ac1d1d5a47e16e5afcbcdd93f6adf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
\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}{}

% test comment
\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}