-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reverted copying wrong main.tex, added wrapfig
- Loading branch information
1 parent
44bacdc
commit 93fd2a7
Showing
1 changed file
with
22 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,43 @@ | ||
\documentclass[]{article} | ||
\usepackage{graphicx} | ||
\graphicspath{ {./contents/figures} } | ||
\documentclass[type=bachelor,twoside,BCOR=1cm]{rwuthesis} | ||
|
||
\usepackage[pdfusetitle]{hyperref} | ||
\hypersetup{ | ||
colorlinks = true, | ||
breaklinks, | ||
urlcolor=cyan, | ||
linkcolor=red, | ||
citecolor=red | ||
urlcolor=rwucyan, | ||
linkcolor=rwuviolet, | ||
citecolor=rwuviolet | ||
} | ||
|
||
\usepackage[]{biblatex} | ||
\addbibresource{bibliography.bib} | ||
|
||
\usepackage{graphicx} | ||
\graphicspath{ {./contents/figures} } | ||
|
||
\usepackage{wrapfig} | ||
|
||
\title{Whitepaper} | ||
|
||
\begin{document} | ||
\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/abtract} | ||
\include{./contents/abstract} | ||
\include{./contents/safety-report} | ||
\include{./contents/appendix} | ||
\include{./contents/batteries} | ||
\include{./contents/connectors} | ||
|
||
\end{document} | ||
|
||
\end{document} |