its-network/presentation/main.tex
Wachtl Enterprises LLC ccb747c82b Make renderable by mkdocs-material
Move docs into a renderable form for mkdocs. This necessitated a
reordering of things inside this repo.

Signed-off-by: Wachtl Enterprises LLC <tyrolyean@escpe.net>
2025-03-15 22:21:42 +01:00

41 lines
1.2 KiB
TeX

\documentclass[aspectratio=169]{beamer}
\usepackage[english]{babel}
\usepackage{svg}
\title{IT-Syndikat Infrastructure}
\subtitle{Workshop}
\author[Daniel P.]{Daniel Plank}
\institute[ITS]{
IT-Syndikat%
\\%
Verein zur Förderung des freien Zugangs zu technischer Fort- und
Weiterbildung jeglicher Art%
}
\date{2022-12-20}
\logo{\includesvg[width= 0.2\textwidth]{images/logo2013.svg}}
\begin{document}
\frame{\titlepage}
\begin{frame}{Summary}
\tableofcontents
\end{frame}
\section*{Acknowledgments} %You can remove this if you do not want to use it
\begin{frame}{Acknowledgments}
The author is extremely thankful to Prof. Antônio F. R. T. Piza for the short, yet wonderful, conversations about this seminar.
\end{frame}
\section*{References} %You can remove this if you do not want to use it
\nocite{Djairo} \nocite{PhilPanof} \nocite{Fleming} \nocite{Shankar}
\begin{frame}{References}
\printbibliography
\end{frame}
\section{}
\begin{frame}{}
\centering
\Huge\bfseries
\textcolor{orange}{The End}
\end{frame}
\end{document}