diff --git a/Presentation/.gitignore b/Presentation/.gitignore new file mode 100644 index 0000000..4db2cb5 --- /dev/null +++ b/Presentation/.gitignore @@ -0,0 +1,7 @@ +*.aux +*.log +*.nav +*.out +*.snm +*.pdf +*.toc diff --git a/Presentation/Presentation.tex b/Presentation/Presentation.tex new file mode 100644 index 0000000..f4cf808 --- /dev/null +++ b/Presentation/Presentation.tex @@ -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} +