Would something like this work?
\AtBeginSubsection[]{
\begin{frame}
\frametitle{Outline}
\tableofcontents[currentsubsection]
\end{frame}}
-
Make sure you have this in your file header:
#+options: tex:t latex:t
John
On Wed, Sep 8, 2010 at 2:24 PM, aditya siram wrote:
> Thanks
Thanks folks that fixed it!
I have another question, I'd like the sub-headings to show up as a
full-page slide as I transition into that topic. For example given the
following structure:
* Presentation
** Topic 1
*** Slide 1
*** Slide 2
** Topic 2
*** Slide 3
*** Slide 4
I'd like a full page slid
For what it's worth on the topic of beamer outlines, I recently created a
presentation and wanted the Outline to re-appear before every section.
Having this at the top of the document (right after all the #+options stuff)
worked great:
-
\AtBeginSection[]{
\begin{frame}
\frametitle{Outline}
\t