diff options
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} |
