>>To: [EMAIL PROTECTED]
>>Subject: Re: Preface/Bibliography missing from TOC
>>From: [EMAIL PROTECTED] (Lars Gullik Bjønnes)
>>Date: 13 Oct 1999 15:10:43 +0200
>>
>>Bruce Momjian <[EMAIL PROTECTED]> writes:
>>
>>| 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.
>>
>>This is a LaTeX feature. If you want these headings in the TOC anyway
>>you have to add them manually, that is done by adding a line of tex
>>magic right before or right after the hading in question:
>>
>>[and now to I remember the magic?]
>>
>>No...I don't remember the magic, and my LaTeX book is several meters
>>away...
>>
>>I am sure somebody else will provide the needed magic.
>>
>>Anyway, this is not a problem and is easy solvable.
>>
>>      Lgb

Here is one way:
add 
\newcommand{\tocchap}[1]{\addcontentsline{toc}{chapter}{\protect\numberline{}#1}}
in the preamble, and mark
\tocchap{Whatever title}
after the starred chapter or biblio, lof or lot reference section

If you want the toc entry look like an entry section, define a similar \tocsect 
command.


Regards

-- 
Jean-Pierre


Reply via email to