Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added contents/figures/gfdl-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added contents/figures/power-architecture-v1.1.0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed contents/figures/power-architecture.png
Binary file not shown.
Binary file added contents/figures/wiring-diagram-p-v1.1.0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed contents/figures/wiring-power.png
Binary file not shown.
193 changes: 134 additions & 59 deletions contents/safety-report.tex

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
\usepackage[pdfusetitle]{hyperref}
\usepackage{graphicx}
\graphicspath{ {./contents/figures} }
\usepackage{wrapfig}
\usepackage[export]{adjustbox}

\title{Whitepaper: Rover to Mars}
\author{Leandro Ebner}
\authormail{leandro.ebner@rwu.de}
Expand All @@ -19,7 +22,7 @@
\maketitle
\tableofcontents

test
\include{./contents/safety-report}


\end{document}
Expand Down
6 changes: 3 additions & 3 deletions rwuthesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
\DeclareTranslation{English}{rwuthesis-master-thesis}{Master Thesis}
\DeclareTranslation{German}{rwuthesis-master-thesis}{Master-Thesis}

\DeclareTranslationFallback{rwuthesis-degree-course}{Degree Course}
\DeclareTranslation{English}{rwuthesis-degree-course}{Degree Course}
\DeclareTranslation{German}{rwuthesis-degree-course}{Studiengang}
\DeclareTranslationFallback{rwuthesis-degree-course}{}
\DeclareTranslation{English}{rwuthesis-degree-course}{}
\DeclareTranslation{German}{rwuthesis-degree-course}{}

\DeclareTranslationFallback{rwuthesis-faculty}{Faculty of}
\DeclareTranslation{English}{rwuthesis-faculty}{Faculty of}
Expand Down