-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.tex
More file actions
43 lines (32 loc) · 989 Bytes
/
main.tex
File metadata and controls
43 lines (32 loc) · 989 Bytes
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
\documentclass[type=bachelor,twoside,BCOR=1cm]{rwuthesis}
\usepackage[pdfusetitle]{hyperref}
\hypersetup{
colorlinks = true,
breaklinks,
urlcolor=rwucyan,
linkcolor=rwuviolet,
citecolor=rwuviolet
}
\usepackage{graphicx}
\graphicspath{ {./contents/figures} }
\usepackage{wrapfig}
\title{Whitepaper: Rover to Mars}
\author{Leandro Ebner | ORCID: 0009-0006-2742-3750}
\authormail{leandro.ebner@rwu.de}
\fordegree{(within the framework of R2M)}
\firstreviewer{Prof. Dr. rer. nat. Markus Pfeil}
\firstreviewermail{markus.pfeil@rwu.de}
\secondreviewer{Benjamin Stähle M.Sc.}
\secondreviewermail{staehle@rwu.de}
\degreecourse{Electrical Engineering \& Information Technology}
\faculty{Electrical Engineering and Computer Science}
\date{\today}
\begin{document}
\maketitle
\tableofcontents
\include{./contents/abstract}
\include{./contents/safety-report}
\include{./contents/appendix}
\include{./contents/batteries}
\include{./contents/connectors}
\end{document}