Joao Cardoso wrote:
> > >> How can I make Bibliography show up as a TOC item, e.g.,
> > Reuben> It seems that LyX needs a FAQ. But more to the point, there
> > Reuben> should be an easy way of making starred sections show up in
> > Reuben> the TOC. For the Bibliography, it should default to showing up
> > Reuben> (because that's what most people want). I think this is a bad
> > Reuben> default in LaTeX.
> >
> > In the case of koma script, the answer is to add bibtotoc or
> > bibtotocnumbered in the Extra Options field of Layout->Document.
>
> I also has this problem, so I searched the mailing list and this apears.
> However it does not work.
>
> I had already tried it, after reading the english version of the koma
> docs, but without success. By the way, is there a more complete english
> version of the koma-script docs---there are several german dvi files and
> only one english one; is anything relevant missing from the english
> version?
>
> I'm using lyx-1.1.5 with multifile/multidirectories chapters and the
> above 'bibtococ...' stuff only in the main document extra options. Any
> further hints?
Just add the following latex command:
\addcontentsline{toc}{chapter}{Bibliography}
You cannot put it in an extra line. So, insert it directly in the first line of
your bibliography (as TEX).
I don't know if it works with bibtex.
Have a nice day
Steffen