-
Notifications
You must be signed in to change notification settings - Fork 4
/
thesis.tex
53 lines (41 loc) · 911 Bytes
/
thesis.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
% !TEX TS-program = arara
% arara: pdflatex
% arara: bibtex
% arara: pdflatex
% arara: pdflatex
\documentclass[12pt,a4paper]{article}
\usepackage{thesiscommands}
\begin{document}
\hypersetup{pageanchor=false}
\include{title-page}
\pagenumbering{roman}
\setcounter{page}{2}
\onehalfspacing
\include{abstract}
\include{declaration}
\include{acknowledgements}
% Table of Contents section
\newpage
\tableofcontents
\newpage
\listoffigures
\listoftables
\newpage
% Start page numbers again, using arabic this time
\hypersetup{pageanchor=true}
\pagenumbering{arabic}
\setcounter{page}{1}
\include{introduction}
\include{low-resource-languages}
\include{resources}
\include{floss}
\include{open-source-for-lrls}
\include{case-studies}
\include{methods}
\include{discussion}
\include{future-work}
\include{conclusion}
\singlespacing
\bibliographystyle{apalike-refs}
\bibliography{references}
\end{document}