diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-27 17:18:48 +0200 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-27 17:18:48 +0200 |
| commit | caf75aad39580fd3c8536fb0d21ea94368c6c130 (patch) | |
| tree | 3c68fab0f00b670c94e20e1275b91a239339a32b /main.tex | |
| parent | 577d8de6f8847ac562aa3c02c52c54f1956a756c (diff) | |
feat: removed the PhD template class in favour of a much simpler setup
Diffstat (limited to 'main.tex')
| -rw-r--r-- | main.tex | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -1,19 +1,18 @@ -\documentclass[twoside,11pt]{style/class/PhDthesisPSnPDF} +\documentclass[11pt]{report} \input{style/style.tex} \input{appendix/glossary.tex} \begin{document} \input{style/first-page} -\input{content/preamble/abstract} -\frontmatter -\input{content/preamble/dedication} -\input{content/preamble/acknowledgement} +%\input{content/preamble/abstract} +%\input{content/preamble/dedication} +%\input{content/preamble/acknowledgement} \setcounter{secnumdepth}{3} \setcounter{tocdepth}{3} \tableofcontents +\newpage %\listoffigures %\listoftables -\mainmatter \input{content/intro} \input{content/background} @@ -26,8 +25,7 @@ \input{content/conclusion} \printglossary[type=\acronymtype] -\bibliographystyle{style/class/PhDbiblio-url2} -\renewcommand{\bibname}{References} +\bibliographystyle{is-unsrt} \bibliography{main} \input{appendix/appendix} \end{document} |
