On Thu, Feb 01, 2001 at 05:07:14PM +0100, Michael Schmitt wrote:
> Hello,
>
> when using document class "Slides (Foiltex)", there is - of course - no table
> of contents and hence no way to navigate through the document. But wouldn't it
> make sense to add the foil headings to some kind of virtual table of contents
> such that the user can directly jump to a particular slide?
Edit foils.layout and change Style Foilhead by deleting the line
LabelType No_Label
and inserting
LabelType Counter_Section
LabelSep xxx
LabelFont
Size Footnotesize
Color Blue
EndFont
instead. This will show you the slide number.
PS: Should I make this change in CVS ?