From 1b9c92d6178d45449079fdf53ee965ce97a68698 Mon Sep 17 00:00:00 2001 From: Alexander Gabriel Date: Wed, 28 Feb 2024 23:51:20 +0100 Subject: [PATCH] =?UTF-8?q?Pr=C3=A4sentation=20Ger=C3=BCst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Presentation/.gitignore | 7 ++++++ Presentation/Presentation.tex | 46 +++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 Presentation/.gitignore create mode 100644 Presentation/Presentation.tex 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} +