diff options
Diffstat (limited to 'main.tex')
| -rw-r--r-- | main.tex | 16 |
1 files changed, 5 insertions, 11 deletions
@@ -4,16 +4,10 @@ \begin{document} \input{style/first-page} -%\input{content/preamble/abstract} -%\input{content/preamble/dedication} -%\input{content/preamble/acknowledgement} -\setcounter{secnumdepth}{3} -\setcounter{tocdepth}{3} -\tableofcontents -\newpage -%\listoffigures -%\listoftables - +\input{content/preamble/abstract} +\input{content/preamble/acknowledgement} +\input{content/preamble/dedication} +\input{style/toc} \input{content/intro} \input{content/background} \input{content/design} @@ -22,7 +16,7 @@ \input{content/conclusion} \printglossary[type=\acronymtype] +\input{appendix/appendix} \bibliographystyle{is-unsrt} \bibliography{main} -\input{appendix/appendix} \end{document} |
