2

I'm looking for a possibility to create a table of frames. The MWE illustrate my question:

\documentclass{beamer}
\begin{document}
\begin{frame}{Table of Contents}
\tableofcontents
\end{frame}
\section{Topic 1}
\begin{frame}{Topic 1}
Some stuff
\end{frame}
\section{Topic 2}
\begin{frame}{Topic 2}
Other stuff
\end{frame}
\end{document}

Without the \section entries, the toc will be empty. Is there a way, to include all frametitles automatically to the toc or a similiar list?

Micha
  • 2,869

0 Answers0