Add section about creating presentations

This commit is contained in:
Julius Freudenberger 2025-02-24 21:07:56 +02:00
parent 426b137172
commit 7c085cbc24
4 changed files with 63 additions and 0 deletions

View file

@ -0,0 +1,11 @@
\documentclass[aspectratio=169]{beamer}
\usetheme{<themename>}
\begin{frame}{Titel der Folie}
Hier kann jeder mögliche LaTeX-Code stehen
\end{frame}
\begin{frame}{Weitere Folie}
\begin{itemize}
\item Aufzählung
\end{itemize}
\end{frame}