summaryrefslogtreecommitdiff
path: root/main.tex
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-06-27 17:18:48 +0200
committermjkwiatkowski <mati.rewa@gmail.com>2026-06-27 17:18:48 +0200
commitcaf75aad39580fd3c8536fb0d21ea94368c6c130 (patch)
tree3c68fab0f00b670c94e20e1275b91a239339a32b /main.tex
parent577d8de6f8847ac562aa3c02c52c54f1956a756c (diff)
feat: removed the PhD template class in favour of a much simpler setup
Diffstat (limited to 'main.tex')
-rw-r--r--main.tex14
1 files changed, 6 insertions, 8 deletions
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}