98344027291bb47fb85cadd7c52a3adfb7536251
[asr1617.git] / asr.tex
1 %&asr
2 \usepackage[nonumberlist]{glossaries}
3 \makeglossaries%
4 \input{glossaries}
5
6 \begin{document}
7 \frontmatter{}
8
9 \maketitleru[
10 course={(Automatic) Speech Recognition},
11 institute={Radboud University Nijmegen},
12 authorstext={Author:},
13 righttextheader={Supervisor:},
14 righttext={Louis ten Bosch},
15 pagenr=1]
16
17 %Abstract
18 \addcontentsline{toc}{chapter}{Abstract}
19 \chapter*{\centering Abstract}
20 \begin{quotation}
21 \centering\noindent
22 \input{abstract}
23 \end{quotation}
24
25 % Acknowledgements
26 \addcontentsline{toc}{chapter}{Acknowledgements}
27 \chapter*{\centering Acknowledgements}
28 \begin{quotation}
29 \centering\it\noindent
30 \input{acknowledgements}
31 \end{quotation}
32 \tableofcontents
33
34 \glsaddall{}
35
36 \mainmatter{}
37
38 \chapter{Introduction}
39 \input{intro}
40
41 \chapter{Methods}
42 \input{methods}
43
44 \chapter{Results}
45 \input{results}
46
47 \chapter{Conclusion \& Discussion}
48 \input{conclusion}
49
50 %(Appendices)
51 \appendix
52 \input{appendices}
53
54 \addcontentsline{toc}{chapter}{Glossaries \& Acronyms}
55 \printglossaries%
56
57 \bibliographystyle{ieeetr}
58 \bibliography{asr}
59 \end{document}