-
Notifications
You must be signed in to change notification settings - Fork 0
/
Main.tex
69 lines (60 loc) · 1.6 KB
/
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
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
\documentclass[11pt,a4paper]{report}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\makeatletter
\def\@makechapterhead#1{%
\vspace*{25\p@}%
{\parindent \z@ \raggedright \normalfont
\interlinepenalty\@M
\Huge\bfseries \thechapter.\quad #1\par\nobreak
\vskip 30\p@
}}
\makeatother
\usepackage{float}
\usepackage{caption}
\usepackage{subcaption}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\usepackage{graphicx}
\usepackage{epstopdf} % for converting .eps images to pdf images
\usepackage{amssymb} % for curly L
\usepackage{amsmath}
\usepackage{setspace}
\usepackage{float}
\usepackage{multicol}
\newcommand*{\SignatureAndDate}[1]{%
\par\noindent\makebox[2.5in]{\hrulefill} \hfill\makebox[2.0in]{\hrulefill}%
\par\noindent\makebox[2.5in][l]{#1} \hfill\makebox[2.0in][l]{Date}%
}%
\usepackage{acronym}
\usepackage{hyperref}
\usepackage{listings} % for code
\usepackage{color} %red, green, blue, yellow, cyan, magenta, black, white
\usepackage{enumitem}
\definecolor{mygreen}{RGB}{28,172,0} % color values Red, Green, Blue
\definecolor{mylilas}{RGB}{170,55,241}
\onehalfspacing
\setlength\parindent{0pt}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}}
\usepackage{todonotes}
%Pre report
\begin{document}
%Frontpage
\input{Frontpage.tex}
%Abstract
\input{Abstract.tex}
%content list
\input{Content.tex}
%Introduction and Acronyms
\input{Introduction.tex}
%Drones part
\input{Drones.tex}
%Vision part
\input{Vision.tex}
%Conclusion
\input{Conclusion.tex}
%Bibliography
\input{References.tex}
%Appendix
\input{Appendix.tex}
%Major change for Steffen. jasdlkj
\end{document}