summaryrefslogtreecommitdiff
path: root/main.tex
diff options
context:
space:
mode:
Diffstat (limited to 'main.tex')
-rw-r--r--main.tex15
1 files changed, 8 insertions, 7 deletions
diff --git a/main.tex b/main.tex
index 78de8e8..de8c772 100644
--- a/main.tex
+++ b/main.tex
@@ -1,12 +1,14 @@
\documentclass[twoside,11pt]{style/class/PhDthesisPSnPDF}
+
\input{style/style.tex}
+\input{appendix/glossary.tex}
\begin{document}
-\include{style/first-page}
-\include{content/preamble/abstract}
+\input{style/first-page}
+\input{content/preamble/abstract}
\frontmatter
-\include{content/preamble/dedication}
-\include{content/preamble/acknowledgement}
+\input{content/preamble/dedication}
+\input{content/preamble/acknowledgement}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\tableofcontents
@@ -27,10 +29,9 @@
\input{content/related}
\input{content/conclusion}
+\printglossary[type=\acronymtype]
\bibliographystyle{style/class/PhDbiblio-url2}
\renewcommand{\bibname}{References}
-
\bibliography{main}
-
-\include{content/appendix}
+\input{appendix/appendix}
\end{document}