summaryrefslogtreecommitdiff
path: root/main.tex
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-02-05 19:30:08 +0100
committermjkwiatkowski <mati.rewa@gmail.com>2026-02-05 19:30:08 +0100
commit6a76f57432dd942cc68b248486a28c523c4dd382 (patch)
tree9611b986355d8a9fce7fc62e5a97b41044ce9a2e /main.tex
parent3e8e2ea55ae43a6463f8f1d793f132e09fa951ce (diff)
initial commit
Diffstat (limited to 'main.tex')
-rw-r--r--main.tex35
1 files changed, 35 insertions, 0 deletions
diff --git a/main.tex b/main.tex
new file mode 100644
index 0000000..fd21158
--- /dev/null
+++ b/main.tex
@@ -0,0 +1,35 @@
+\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}