Johannes Breu wrote: > lyx only makes a table of content for sections, subsections etc > without an *. The same problem I have on the latex-level. How do I get a
Yes, that's a feature of the starred versions.
> table of content for \section* ? I don`t want numbered sections or
> subsections.
The easiest solution is to use KOMA-script (scr-book) and \addchap.
Or set \addcontensline[toc]{chapter}{chaptertitle} manually after each
\chapter*
J�rgen.
