Skip to content

Commit

Permalink
reverted copying wrong main.tex, added wrapfig
Browse files Browse the repository at this point in the history
  • Loading branch information
leandroebner committed Jul 20, 2024
1 parent 44bacdc commit 93fd2a7
Showing 1 changed file with 22 additions and 12 deletions.
34 changes: 22 additions & 12 deletions main.tex
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}

0 comments on commit 93fd2a7

Please sign in to comment.