-
Notifications
You must be signed in to change notification settings - Fork 2
/
MasterThesis.tex
78 lines (52 loc) · 1.67 KB
/
MasterThesis.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
% !TEX TS-program = pdflatex
% !TEX encoding = UTF-8 Unicode
\documentclass[12pt]{report} % use larger type; default would be 10pt
\usepackage[utf8]{inputenc} % set input encoding
\usepackage{mystyle}
\title{Master Thesis \\
\bf{Swarm of autonomous MAVs in urban Search and Rescue applications} }
\author{Francesco Wanderlingh}
\date{September, 2014}
\DeclareRobustCommand{\SkipTolEntry}[5]{}
\graphicspath{{img/}}
\newcommand{\HRule}{\rule{\linewidth}{0.4mm}} % Change HRule default width
\providecommand{\e}[1]{\ensuremath{\times 10^{#1}}} % Exponential notation
%%% The "real" document content comes below...
\begin{document}
\nocite{*} %Include articles in bibliography even if they are not cited.
\input{./tex/0_Title_WUT}
\pagenumbering{gobble}
\null\newpage
\input{./tex/0.1_Authors_Declaration}
\null\newpage
\input{./tex/0.2_Abstract}
\null\newpage
\normalsize % Needed since the introduction of the abstract file was unexpectedly messing everything up
\pagenumbering{roman}
\tableofcontents
\listoffigures
\listoftables
\clearpage
\onehalfspace
\pagenumbering{arabic}
\input{./tex/Ch__1_Introduction}
\input{./tex/Ch__2_Work_Overview}
\input{./tex/Ch__3_Online_Algorithms}
\input{./tex/Ch__4_Offline_Algorithms}
\input{./tex/Ch__5_Results}
\input{./tex/Ch__6_Experiments_With_Real_Quadcopters}
\input{./tex/Ch__7_Additional_Details}
\begin{appendices}
\input{./tex/Appendix}
\end{appendices}
\singlespace
\bibliographystyle{plain} % Arrange the bibliography in order of appearance
\bibliography{MasterThesis}
\end{document}
% VARIOUS SNIPPETS OF CODE:
%\[
%\left|\sum_{i=1}^n a_ib_i\right|
%\le
%\left(\sum_{i=1}^n a_i^2\right)^{1/2}
%\left(\sum_{i=1}^n b_i^2\right)^{1/2}
%\]