I created a standard table of contents page in Beamer
\AtBeginSubsection[] {
\begin{frame}{Outline}
\tableofcontents[currentsection,currentsubsection]
\end{frame} }
I have a lot of sections and this leads to the contents being cut out.
How can I split the page in two (something like minipage) or in the worst case continue in the next slide ?