From a4102d0252236e85b2813160b4b11e3a19a00d62 Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Fri, 13 Feb 2026 12:46:54 +0100 Subject: feat: added some refinements to the introduction --- main.tex | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'main.tex') 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} -- cgit v1.2.3