true final
[asr1617.git] / asr.tex
1 %&asr
2 \usepackage[nonumberlist]{glossaries}
3 \makeglossaries%
4 \input{glossaries}
5
6 \begin{document}
7 \frontmatter{}
8
9 \input{titlepage}
10
11 %Abstract
12 \addcontentsline{toc}{chapter}{Abstract}
13 \chapter*{\centering Abstract}
14 \begin{quotation}
15 \centering\noindent
16 \input{abstract}
17 \end{quotation}
18
19 % Acknowledgements
20 \addcontentsline{toc}{chapter}{Acknowledgements}
21 \chapter*{\centering Acknowledgements}
22 \begin{quotation}
23 \centering\it\noindent
24 \input{acknowledgements}
25 \end{quotation}
26 \tableofcontents
27
28 \glsaddall{}
29
30 \mainmatter{}
31
32 \chapter{Introduction}
33 \input{intro}
34
35 \chapter{Methods}
36 \input{methods}
37
38 \chapter{Results}
39 \input{results}
40
41 \chapter{Discussion \& Conclusion}
42 \input{conclusion}
43
44 %(Appendices)
45 \appendix
46 \input{appendices}
47
48 \addcontentsline{toc}{chapter}{Glossaries \& Acronyms}
49 \printglossaries%
50
51 \bibliographystyle{ieeetr}
52 \bibliography{asr}
53 \end{document}