Präsentation Gerüst
This commit is contained in:
parent
1e095ca2da
commit
1b9c92d617
7
Presentation/.gitignore
vendored
Normal file
7
Presentation/.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
*.aux
|
||||||
|
*.log
|
||||||
|
*.nav
|
||||||
|
*.out
|
||||||
|
*.snm
|
||||||
|
*.pdf
|
||||||
|
*.toc
|
46
Presentation/Presentation.tex
Normal file
46
Presentation/Presentation.tex
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
\documentclass{beamer}
|
||||||
|
\usepackage[T1]{fontenc}
|
||||||
|
\usepackage[ngerman]{babel}
|
||||||
|
|
||||||
|
\usetheme{Boadilla}
|
||||||
|
|
||||||
|
\title{Arduino Grundlagen}
|
||||||
|
\subtitle{Wir bauen eine Ampel}
|
||||||
|
\author{Alexander Gabriel}
|
||||||
|
\institute{Z-Lab-Bruchsal}
|
||||||
|
\date{\today}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
\begin{frame}
|
||||||
|
\titlepage
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\section{01 Grundlagen}
|
||||||
|
\subsection{Folie 1}
|
||||||
|
|
||||||
|
\begin{frame}
|
||||||
|
\frametitle{01 Grundlagen - Folie 1}
|
||||||
|
Hier noch Text und Bilder zu den Grundlagen
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}
|
||||||
|
\frametitle{Outline}
|
||||||
|
\tableofcontents
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
\end{document}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user