true final
[asr1617.git] / asr.tex
diff --git a/asr.tex b/asr.tex
index 938078f..608eb1e 100644 (file)
--- a/asr.tex
+++ b/asr.tex
@@ -1,24 +1,31 @@
 %&asr
-\usepackage[toc,nonumberlist,acronyms]{glossaries}
+\usepackage[nonumberlist]{glossaries}
 \makeglossaries%
-\input{acronyms}
 \input{glossaries}
 
 \begin{document}
 \frontmatter{}
 
-\maketitleru[
-       course={(Automatic) Speech Recognition},
-       institute={Radboud University Nijmegen},
-       authorstext={Author:},
-       righttextheader={Supervisor:},
-       righttext={Louis ten Bosch},
-       pagenr=1]
-
+\input{titlepage}
+
+%Abstract
+\addcontentsline{toc}{chapter}{Abstract}
+\chapter*{\centering Abstract}
+\begin{quotation}
+       \centering\noindent
+       \input{abstract}
+\end{quotation}
+
+% Acknowledgements
+\addcontentsline{toc}{chapter}{Acknowledgements}
+\chapter*{\centering Acknowledgements}
+\begin{quotation}
+       \centering\it\noindent
+       \input{acknowledgements}
+\end{quotation}
 \tableofcontents
 
 \glsaddall{}
-\printglossaries{}
 
 \mainmatter{}
 
 \chapter{Methods}
 \input{methods}
 
-\chapter{Conclusion \& Discussion}
+\chapter{Results}
+\input{results}
+
+\chapter{Discussion \& Conclusion}
 \input{conclusion}
 
 %(Appendices)
 \appendix
 \input{appendices}
 
+\addcontentsline{toc}{chapter}{Glossaries \& Acronyms}
+\printglossaries%
+
 \bibliographystyle{ieeetr}
 \bibliography{asr}
 \end{document}