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