I currently am preparing some slides for a presentation and am using Latex with the Beamer package. Currently the sections and subsections of my presentation cause the presentation overview text in the table of contents slide to extend past the bottom of the page.
Is there a way to split my table of contents up so they are displayed across multiple slides?
The \framebreak macro stands for \pagebreak<presentation> and inserts the frame/page break only in presentation mode but e.g. not in article or other modes. Use \pagebreak directly if you don't want that.
Creating the table of contents in Beamer can be done with the same manner as in standard LaTeX. The first thing that we should do is to structure our presentation using the commands \section{} and \subsection{} ( \section*{} and \subsection*{} , to hide it from table of contents).
\begin{frame}[allowframebreaks]{Outline}
The above code will split any over hang across multiple slides.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With