add sections to theme

This commit is contained in:
2019-05-31 19:38:57 +02:00
parent 1798152010
commit afe1d82251

View File

@@ -14,5 +14,17 @@
\usebeamerfont{date}\insertdate
}
\setbeamertemplate{section page}
{
\begingroup
\usebeamerfont{section title}\insertsection\par
\endgroup
}
\AtBeginSection[]{%
\begin{frame}[plain]
\usebeamertemplate{section page}
\end{frame}
}
\mode<all>
\endinput