mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-03-14 04:40:07 +01:00
[Electives] Add
This commit is contained in:
@@ -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
|
||||||
|
|||||||
BIN
electives/amr/autonomous-mobile-robots-cheatsheet.pdf
Normal file
BIN
electives/amr/autonomous-mobile-robots-cheatsheet.pdf
Normal file
Binary file not shown.
17
electives/amr/autonomous-mobile-robots-cheatsheet.tex
Normal file
17
electives/amr/autonomous-mobile-robots-cheatsheet.tex
Normal 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}
|
||||||
0
electives/amr/parts/01_positioning/00_intro.tex
Normal file
0
electives/amr/parts/01_positioning/00_intro.tex
Normal file
1
electives/vr1/parts/00_intro.tex
Normal file
1
electives/vr1/parts/00_intro.tex
Normal file
@@ -0,0 +1 @@
|
|||||||
|
\section{Introduction}
|
||||||
BIN
electives/vr1/virtual-reality1-summary.pdf
Normal file
BIN
electives/vr1/virtual-reality1-summary.pdf
Normal file
Binary file not shown.
46
electives/vr1/virtual-reality1-summary.tex
Normal file
46
electives/vr1/virtual-reality1-summary.tex
Normal 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}
|
||||||
Reference in New Issue
Block a user