Hi Sébastien and Carsten,

Carsten Dominik wrote:

>> - How to get the TOC repeated when changing of section, with the new
>> item
>>  highlighted?  See my manual essay ;-)
> 
> I don't know!  Isn't this something that can be done with beamer themes?
> I have no idea.
>

\AtBeginSection[] % Do nothing for \section*
{
  \begin{frame}<beamer>
    \frametitle{Outline}
    \tableofcontents[currentsection]
    %or \tableofcontents
  \end{frame}
}

Should do the job.

Bet regards,
   Christian




_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to