In Koma-script, the "*" marked parts of a document are not included in the TOC.

So, you'll have to use a little bit of LaTeX to do what you want. In
an ERT box, right after your "*" part title is declared, you should
add (for example):

\addcontentsline{toc}{section}{Introduction}

Hope this helps.

On 5/28/07, Mikhail Teterin <[EMAIL PROTECTED]> wrote:
Hello!

I have a document with the class of "book (koma-script)". The page layout
is "fancy".

It contains the following pieces in the given order:

        Introduction    --      a Section*
        TOC
        Chapter 1       --      a Chapter
          Section 1-1   --      a Section*
          ...
          Section 1-k   --      a Section*
        Chapter 2       --      a Chapter
          Section 2-1   --      a Section*
          ...
          Section 2-l   --      a Section*
        ...
        Chapter N       --      a Chapter
          Section N-1   --      a Section*
          ...
          Section N-n   --      a Section*
        Extras          --      Addpart
          Extra 1       --      Addsec*
          ...
          Extra e       --      Addsec*

Unfortunately, my the TOC only lists the top-level Chapters and the Extras
(the Addpart). None of the Section*-s nor the Addsec*-s are listed.

How can I fix that? The "Numbering & TOC" part of the "Document Settings" does
not list any of these layouts at all in LyX-1.4.4. I think, they were listed
there in 1.4.3, but even though the "Appears in TOC" column was set to "Yes",
the TOC did not contain them...

Thanks!

        -mi





--
-------------------------------------------------
Julio Rojas
[EMAIL PROTECTED]

Reply via email to