forked from rmeertens/coursePaparazzi
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmain.tex
33 lines (19 loc) · 892 Bytes
/
main.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
\documentclass{report}
\input{ccpap} % Packages, settings and custom commands
\newcommand{\todaytext}{\ifcase \month \or January\or February\or March\or %
April\or May \or June\or July\or August\or September\or October\or November\or %
December\fi, \number \year}
\begin{document}
\author{Guido de Croon, Christophe De Wagter, \\Roland Meertens, Tom van Dijk, \\Matteo Barbera, Sunyou Hwang \\Robin Ferede}
\title{\bf Crash Course Paparazzi \the\year\\MAVLab TU Delft\\\vspace{1cm}\includegraphics[width=7cm]{docs/paparazziimage.png}}
\date{\todaytext}
\maketitle
\tableofcontents
\setlength{\parindent}{0em}
\input{part1_installing_and_running_paparazzi.tex}
\input{part2_manual_flight_with_paparazzi.tex}
\input{part3_autonomous_flight_with_paparazzi.tex}
\input{part4_developing_your_own_module.tex}
\appendix
\input{app1_manually_installing_paparazzi.tex}
\end{document}