Hi Carsten,

Carsten Dominik wrote:
> On Jan 6, 2010, at 12:13 PM, Christian Lasarczyk wrote:
>> 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}
>> }
>
> Do I understand correctly that this has to be set only once, and will
> automatically happen at the beginning of each section?

Yes, you do.


> Can this be done in the preamble, or must it be after \begin{document} ?

It can be done in the preamble as well. Tested.

Best regards,
  Seb

-- 
Sébastien Vauban



_______________________________________________
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