42 lines
847 B
TeX
42 lines
847 B
TeX
\usetheme{Frankfurt}
|
|
|
|
\title{Einsatz von digitalen Wertungsgeräten bei Tanzturnieren}
|
|
\author{Christian Wolf}
|
|
\date{12. Okt. 2025}
|
|
|
|
\setbeamertemplate{navigation symbols}{}
|
|
\setcounter{tocdepth}{1}
|
|
|
|
|
|
\AtBeginSection[]
|
|
{
|
|
\begin{frame}{\insertsectionhead}
|
|
% \tableofcontents[currentsection,hideothersubsections,]
|
|
\tableofcontents[sectionstyle=show/hide,subsectionstyle=show/show/hide]
|
|
\end{frame}
|
|
}
|
|
|
|
\begin{document}
|
|
|
|
\begin{frame}
|
|
\titlepage
|
|
\end{frame}
|
|
|
|
\begin{frame}{Inhalt}
|
|
\tableofcontents
|
|
\end{frame}
|
|
|
|
\setcounter{tocdepth}{2}
|
|
|
|
\input{content.tex}
|
|
|
|
\begin{frame}{Lizenz}
|
|
Diese Präsentation © 2025 ist von Christian Wolf lizenziert unter CC BY-SA 4.0.
|
|
|
|
Eine Kopie der Lizenz ist zu finden unter \url{https://creativecommons.org/licenses/by-sa/4.0/}.
|
|
|
|
\includegraphics[]{license-deed.png}
|
|
\end{frame}
|
|
|
|
\end{document}
|