On Mon, Oct 14, 2002 at 03:58:14PM +0200, Yvonne Becherini wrote:
> I would like to add some lines in the table of contents, (example: 
> Appendix), do you know how to do this?
> I'm still running lyx 1.1.6fix4.

At the first page of the appendix, put
  \addcontentsline{toc}{chapter}{Appendix}
in latex mode.
If you want to add the Bibliography to the table of contents, the simplest
way is to add 
  \usepackage{tocbibind}
to the preamble.
Read the documentation of tocbibind by typing 'texdoc tocbibind' in the shell.

Reply via email to