forked from bashimao/ltu-thesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththesis.tex
140 lines (110 loc) · 4.26 KB
/
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
% (unofficial) La Trobe PhD Thesis Template
% Copyright (C) 2018 Matthias Langer
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation; either version 2 of the License, or
% (at your option) any later version.
%
% This program is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details.
%
% You should have received a copy of the GNU General Public License along
% with this program; if not, write to the Free Software Foundation, Inc.,
% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
%
\RequirePackage[english=usenglishmax]{hyphsubst}
\RequirePackage{acro}
\documentclass[twoside,openright,titlepage,numbers=noenddot,headinclude,footinclude=true,cleardoublepage=empty,listof=totoc,paper=a4,fontsize=11pt,australian,twoside=semi,DIV=calc]{scrreprt}
% -----------------------------------------------------------------------------
% CONFIGURATION
% -----------------------------------------------------------------------------
% Thesis and submission:
\newcommand{\myTitle}{Using Thinking Machines to Alleviate our Dependency on Guild Navigators}
\newcommand{\mySubmissionYear}{2018}
\newcommand{\mySubmissionMonth}{October}
\newcommand{\mySubmissionDay}{31}
% Regarding yourself:
\newcommand{\myFirstName}{Feyd-Rautha}
\newcommand{\myLastName}{Harkonnen}
\newcommand{\myWebsite}{https://en.wikipedia.org/wiki/Feyd-Rautha}
\newcommand{\myBirthYear}{1965}
\newcommand{\myBirthMonth}{January}
\newcommand{\myBirthDay}{31}
\newcommand{\myBirthPlace}{Lankiveil}
% Primary supervisor:
\newcommand{\myProfTitle}{Prof.}
\newcommand{\myProfFirstName}{Piter}
\newcommand{\myProfLastName}{De Vries}
\newcommand{\myProfWebsite}{http://homepage.cs.latrobe.edu.au/pdevries}
% Co-supervisor:
\newcommand{\myOtherProfTitle}{Dr}
\newcommand{\myOtherProfFirstName}{Thufir}
\newcommand{\myOtherProfLastName}{Hawat}
\newcommand{\myOtherProfWebsite}{http://homepage.cs.latrobe.edu.au/hthufir}
% University related:
\newcommand{\myDepartment}{Department of Computer Science and Information Technology}
\newcommand{\myFaculty}{College of Science, Health and Engineering}
\newcommand{\mySchool}{School of Engineering and Mathematical Sciences}
\newcommand{\myUni}{La Trobe University}
% -----------------------------------------------------------------------------
\input{classicthesis-config}
\usepackage[a4paper,top=25.4mm,bottom=25.4mm,left=25mm, right=25mm,bindingoffset=6mm]{geometry} %This package resizes the margins to meet La Trobe's guidelines
\addbibresource{library.bib}
\begin{document}
\frenchspacing
\raggedbottom
\selectlanguage{australian}
\pagestyle{plain}
\pagenumbering{roman}
\singlespacing
\input{text/ch0-title}
\input{text/ch0-backside}
\onehalfspacing
\input{text/ch0-contents}
\chapter*{Abstract}
\addcontentsline{toc}{chapter}{Abstract}
\input{text/ch0-abstract}
\chapter*{Statement of Authorship}
\addcontentsline{toc}{chapter}{Declaration of Authorship}
\input{text/ch0-declaration}
\input{text/ch0-acknowledgements}
\input{text/ch0-publications}
\input{text/ch0-dedication}
\input{text/ch0-abbreviations}
\cleardoublepage
\pagestyle{scrheadings}
\pagenumbering{arabic}
\onehalfspacing
\chapter{Introduction}\label{c:Introduction}
\input{text/ch1}
\chapter{Literature Review}\label{c:Background}
\input{text/ch2}
\chapter{Related Works}\label{c:Related-Works}
\input{text/ch3}
\chapter{Major Contribution 1}\label{c:Contribution-1}
\input{text/ch4}
\chapter{Major Contribution 2}\label{c:Contribution-2}
\input{text/ch5}
\chapter{Experiments}\label{c:Experiments}
\input{text/ch6}
\chapter{Conclusions}\label{c:Conclusions}
\input{text/ch7}
\cleardoublepage
\input{text/app-main} %Add appendices title to toc
\appendix
\chapter{Appendix 1}\label{app:A}
\acresetall
\input{text/app-a}
\acresetall
\chapter{Appendix 2}\label{app:B}
\input{text/app-b}
\singlespacing
\input{text/app-bibliography}
\cleardoublepage
\pagestyle{empty}
\onehalfspacing
\input{text/app-colophon}
\end{document}