forked from shearn89/ug4-report-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreport.tex
More file actions
67 lines (51 loc) · 1.39 KB
/
report.tex
File metadata and controls
67 lines (51 loc) · 1.39 KB
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
%\documentclass[12pt,twoside,abbrevs,bsc,logo,notimes,deptreport]{styles/cs4rep}
\documentclass[parskip]{styles/cs4rep}
% Packages
\usepackage{graphicx}
\usepackage{abbrevs}
\usepackage{acronym}
\usepackage{minted}
\usepackage{multirow}
\usepackage[backend=biber,sorting=none]{biblatex}
\usepackage{todonotes}
\usepackage{setspace}
\usepackage[breaklinks]{hyperref}
\addbibresource{refs/bibliography.bib}
\renewcommand\theFancyVerbLine{\normalsize\arabic{FancyVerbLine}}
\onehalfspacing
\begin{document}
% Project Details
\title{Crowdsourcing Usability Testing for \\ Mobile Apps}
\author{Ben Kay}
\degree{Artificial Intelligence and Computer Science}
\project{4th Year Project Report}
%\submityear{2013}
%\graduationdate{June 2013}
\date{\today}
%\input{sections/misc/acronyms}
\input{sections/misc/abstract}
% Extra Package Commands
% \begin{preliminary}
% Title Page
\maketitle
% Preamble
\input{sections/misc/acknowledgements}
% \standarddeclaration
%\input{sections/misc/dedication}
\tableofcontents
% \listoffigures
% \end{preliminary}
% Chapters
\input{sections/intro}
\input{sections/prior}
\input{sections/formulation}
\input{sections/design}
\input{sections/implementation}
\input{sections/evaluation}
\input{sections/conclusion}
% Appendix
\appendix
\input{sections/appendix/evaluation}
% Bibliography
\printbibliography
\end{document}