2020-10-21 15:58:34 +02:00
|
|
|
\newcommand{\toc}[1]{%
|
|
|
|
\tableofcontents[sections={#1},currentsection,currentsubsection]}
|
|
|
|
|
|
|
|
\newcommand{\plan}{\begin{frame}%
|
|
|
|
{\titlelong\\\titlesub}%
|
2020-10-26 11:43:45 +01:00
|
|
|
\begin{multicols}{3}\columnbreak\toc{1}\columnbreak\end{multicols}%
|
2020-10-21 15:58:34 +02:00
|
|
|
\begin{multicols}{3}%
|
2020-10-26 11:43:45 +01:00
|
|
|
\toc{2}\columnbreak\toc{3}\columnbreak\toc{4}%
|
2020-10-21 15:58:34 +02:00
|
|
|
\end{multicols}%
|
2020-10-26 11:43:45 +01:00
|
|
|
\begin{multicols}{3}\columnbreak\toc{5}\columnbreak\end{multicols}%
|
2020-10-21 15:58:34 +02:00
|
|
|
\end{frame}}
|
|
|
|
|
|
|
|
\AtBeginSection{\plan}
|
|
|
|
\AtBeginSubsection{\plan}
|
|
|
|
\AtBeginSubsubsection{\plan}
|