On Tue, 24 Jul 2001, Andre Poenitz wrote:
> > I'm working with Klyx and need some help referring to the table of
> > contents. I can't find any possibility to enter something else in the toc
> > then the numbered sections, subsections and so on. But I would like to
> > place an unnumbered section too in the table of contents. Is there any
> > way?
>
> You could probably add a line
>
> \addtocontents{toc}{the stuff you want to show up in the TOC)
>
> and mark it as "LaTeX"
>
> Andre'
>
> PS: Note that KLyX is a pretty old branch of LyX that has not been
> maintained for about two years now.
>
> --
> Andr� P�nitz ............................................. [EMAIL PROTECTED]
>
Thanks - now it works :-)
but only with the following inserted line:
\addcontentsline{toc}{section}{\numberline{the stuff I want to show up}} -
without \numberline nothing happens.
Maybe that's a klyx problem.
Claudia