From caf75aad39580fd3c8536fb0d21ea94368c6c130 Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Sat, 27 Jun 2026 17:18:48 +0200 Subject: feat: removed the PhD template class in favour of a much simpler setup --- main.tex | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'main.tex') diff --git a/main.tex b/main.tex index 6ee174c..8e521a2 100644 --- a/main.tex +++ b/main.tex @@ -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} -- cgit v1.2.3