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?
\frameto that it be preceded by some sectioning command... – jub0bs Apr 16 '13 at 18:05