[Electives] Add

This commit is contained in:
2026-02-24 13:57:45 +01:00
parent 2d48c0fd16
commit 6440a3bbab
7 changed files with 70 additions and 0 deletions

View File

@@ -46,6 +46,12 @@ If you find mistakes, please open an issue or fix them yourself and open a PR.
- [Introduction to Machine Learning Cheat-Sheet (EN)](./semester6/iml/main.pdf) Author: Robin Bacher - [Introduction to Machine Learning Cheat-Sheet (EN)](./semester6/iml/main.pdf) Author: Robin Bacher
### Electives
#### Autonomous Mobile Robots
- [Autonomous Mobile Robots Cheat-Sheet (EN)](./electives/amr/autonomous-mobile-robots-cheatsheet.pdf) Author: Janis Hutz
- [Virtual Reality I Summary (EN)](./electives/vr1/virtual-reality1-summary.pdf) Author: Janis Hutz
## Contributing ## Contributing
Clone this repo locally using Clone this repo locally using
```bash ```bash

Binary file not shown.

View File

@@ -0,0 +1,17 @@
\documentclass{article}
\input{~/projects/latex/janishutz-helpers.tex}
\usepackage{lmodern}
\setFontType{sans}
\setupCheatSheet{Autonomous Mobile Robots}
\begin{document}
\startDocument
\end{document}

View File

@@ -0,0 +1 @@
\section{Introduction}

Binary file not shown.

View File

@@ -0,0 +1,46 @@
\documentclass{article}
\input{~/projects/latex/janishutz-helpers.tex}
\usepackage{lmodern}
\setFontType{sans}
\setup{Visualization, Simulation and Interaction\\ Virtual Reality I}
\begin{document}
\startDocument
\vspace{1cm}
\begin{center}
\includegraphics[width=0.5\linewidth]{~/projects/latex/assets/logo.jpg}
\end{center}
\vspace{2cm}
\begin{center}
\begin{Large}
\quote{A funny quote by a professor}
\end{Large}
\hspace{3cm} - Prof. Dr. Professor Name, YEAR
\end{center}
\vspace{1.5cm}
\begin{center}
FS2026, ETHZ
\begin{Large}
Summary of the Script and Lectures
\end{Large}
\end{center}
\newpage
\printtoc{Aquamarine}
\newpage
\input{parts/00_intro.tex}
\end{document}