Ares wrote:
> If I use the option Sectioned Bibliography, I cannot check the option "Add
> bibliography to TOC" in the "BibTeX generated bibliography" dialog.
Yes, because there isn't a heading to add.
> What I did is to define the "Bibliography" section name as a Chapter*
> (chapter title without numbering). Either this way, the Bibliography does
> not appear in TOC. I also went to Document settings --> Numbering and TOC,
> but it is not possible from here to change the behaviour of Chapter* since
> Chapter* is not there at all! but there are Part* and Section*, so why not
> Chapter* ? By the way, I noticed that even if I set Part* and Section* to
> appear in TOC, they don't. What's wrong? is it a bug or maybe I don't get
> the meaning of it all?
The starred versions of the headings are _by definition_ excluded from the
toc. So either add
\addcontentsline{toc}{chapter}{Bibliography}
in ERT below the heading, or use the KOMA-script classes, which provide
\addchap (unnumbered headings that are included in the TOC).
HTH,
Jürgen