diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-13 12:46:54 +0100 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-13 12:46:54 +0100 |
| commit | a4102d0252236e85b2813160b4b11e3a19a00d62 (patch) | |
| tree | d76601da26d87bad8b40eeabf1b71e6a6f0fbd69 /main.tex | |
| parent | 11626ee425dc307ff1744a357edda72210684c90 (diff) | |
feat: added some refinements to the introduction
Diffstat (limited to 'main.tex')
| -rw-r--r-- | main.tex | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -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} |
