-
Notifications
You must be signed in to change notification settings - Fork 0
/
thesis_2012.tex
executable file
·131 lines (108 loc) · 3.69 KB
/
thesis_2012.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
\documentclass[a4paper, 12pt, oneside]{Thesis}
%%\usepackage[latin1]{inputenc}
\usepackage{amsmath,amsfonts,amssymb,graphicx,setspace,url,verbatim,subfigure,listings} %breakurl
%\usepackage[sort&compress]{natbib}
%\usepackage[parfill]{parskip}
%\usepackage[english]{babel}
\usepackage[section]{placeins}
\usepackage[nopar]{lipsum} % for dummy text
\usepackage[american]{babel}
\usepackage[babel]{csquotes}
\usepackage[notes,natbib,isbn=false,backend=biber,authordate,url=false]{biblatex-chicago}
\usepackage{mdframed}
%\usepackage[showframe,paper=a4paper,margin=1in]{geometry}
%\usepackage[noibid, authordate,backend=biber,doi=true]{biblatex-chicago}
\addbibresource{thesis_2012.bib}
\DefineBibliographyStrings{english}{%
bibliography = {REFERENCES},% replace "references" with "bibliography" for `book`/`report`
}
%%\usepackage[framed,numbered,autolinebreaks,useliterate]{mcode}
% Include any extra LaTeX packages required
%\usepackage[square, numbers, comma, sort&compress]{natbib} % Use the "Natbib" style for the references in the Bibliography
\usepackage{verbatim} % Needed for the "comment" environment to make LaTeX comments
%\usepackage{vector} % Allows "\bvec{}" and "\buvec{}" for "blackboard" style bold vectors in maths
\usepackage{minted}
\usepackage{fontspec}{
\usepackage{multicol}
\hypersetup{urlcolor=blue, colorlinks=true} % Colours hyperlinks in blue, but this can be distracting if there are many links.
%\usepackage[pdftex]{graphicx}
\setlength{\parindent}{0in}
\urlstyle{rm}
\hypersetup{linkcolor=black, urlcolor=black, colorlinks=true, citecolor=black}
\usepackage{float}
\usepackage{chngcntr}
\AtBeginDocument{\counterwithin{listing}{chapter}}
\begin{document}
%% ----------------------------------------------------------------
\newcommand{\xten}{\texttt{X10ABOT }}
\newcommand{\reg}{\textsuperscript{\textregistered}}
\newcommand{\lego}{LEGO\reg }
\newcommand{\iic}{I$^2$C }
\newcommand{\includecode}[1]{\inputminted[linenos=true,breaklines=true,baselinestretch=1,frame=lines,framesep=2mm,label=\url{#1}]{c}{#1}}
\definecolor{bg}{rgb}{0.95,0.95,0.95}
\definecolor{hilite}{rgb}{0.95,0.95,0.5}
%\renewcommand\listingscaption{Code Example}
%\renewcommand{\thelisting}{\thesection-\arabic{listing}}
\pagestyle{fancy}
\frontmatter
\begin{titlepage}
\singlespacing
\begin{center}
{\uppercase{The X10ABOT Modular, Extensible, Robotics Platform}}
\mbox{ }\\
\mbox{ }\\
\mbox{ }\\
\begin{center}
A Thesis\\
Submitted in Partial Fulfilment of the Requirement for the \\
Degree of Master of Philosophy in Computer Science\\
%in the\\
%Department of Computing\\
%Faculty of Pure and Applied Sciences\\
\mbox{ }\\
\mbox{ }\\
\mbox{ }\\
\mbox{ }\\
\mbox{ }\\
of\\
The University of the West Indies\\
\end{center}
\vfill
by\\
Rohan Anthony Smith\\
2017\\
\end{center}
Department of Computing\\
Faculty of Science and Technology\\
Mona Campus
%\begin{center}
%Supervisor: Dr. Daniel Coore\\
%August 15, 2012\\
%\end{center}
%\end{center}
\end{titlepage}
\input{./chapters/abstract}
\doublespacing
%\raggedright
\input{./chapters/acknowledgements}
\input{./chapters/dedication}
%\thispagestyle{empty}
\tableofcontents
\listoffigures
\listoftables
\mainmatter
\input{./chapters/chapter1} % \chapter{Introduction}
\input{./chapters/chapter2} % \chapter{Background}
\input{./chapters/chapter3} % \chapter{Design and Implementation}
\input{./chapters/chapter4} % \chapter{Results and Discussion}
\input{./chapters/chapter5} % \chapter{Conclusion}
%\bibliographystyle{chicago}
\newpage
\singlespacing
\addtotoc{References}
%\bibliography{thesis_2012}
\printbibliography
%\addtocontents{toc}{\vspace{2em}} % Add a gap in the Contents, for aesthetics
\doublespacing
\input{./chapters/chapter6} % \chapter*{Appendices}
\end{document}