Add current state of slides and code examples

This commit is contained in:
Julius Freudenberger 2022-04-12 21:37:05 +02:00
parent 83082a2a89
commit af4ba79052
4 changed files with 179 additions and 0 deletions

View file

@ -0,0 +1,13 @@
\documentclass[a4paper]{book}
\title{Beispieldokument}
\author{Julius Freudenberger}
\begin{document}
\maketitle
\tableofcontents
\section{Erste Überschrift}
Beispielhafter Text
\begin{itemize}
\item Aufzählung 1
\item Aufzählung 2
\end{itemize}
\end{document}