emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: New beamer support


From: Christian Lasarczyk
Subject: [Orgmode] Re: New beamer support
Date: Wed, 06 Jan 2010 12:13:39 +0100
User-agent: KNode/4.3.2

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]