Bruce Momjian wrote:
> Can someone suggest why an un-numbered Chapter called "Preface", and
my
> Bibliography section do not appear in the table of contents(TOC)?
They
> don't appear in the TOC popup box, nor do they appear in the printed
TOC
> pages. There appear as pages in the printout, just not in the TOC.
Tables of contents entries are generated only by the sectioning
commands. In
order to add a new entry you should type in Tex mode the following
command:
\addcontentsline{toc}{sec_unit}{entry}
where sec_unit is chapter, section... as you want the appearance in the
toc
and entry is Preface, Bibliography, Goofy or anything else!
Put the command just after the right heading in your document (but check
the
page number in the toc... in the past were reported some problems of a
wrong
page number... so you should adjust the position of the command}.
Hope this help.
Bye
Alessandro
>
>
> Any ideas? I am starting a book using LyX 1.04. The book is on
> PostgreSQL, www.postgresql.org.
>