summaryrefslogtreecommitdiff
path: root/main.tex
diff options
context:
space:
mode:
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}