\documentclass[11pt]{report} \input{style/style.tex} \input{appendix/glossary.tex} \begin{document} \input{style/first-page} \input{content/preamble/abstract} \input{content/preamble/acknowledgement} \input{content/preamble/dedication} \input{style/toc} \input{content/intro} \input{content/background} \input{content/design} \input{content/implementation} \input{content/evaluation} \input{content/conclusion} \printglossary[type=\acronymtype] \bibliographystyle{is-unsrt} \bibliography{main} \input{appendix/appendix} \end{document}