I am a LyX user and wanted to list an unnumbered chapter and sections to the table of content, document class "Book".
So I added this in the LaTeX Preamble:
\addcontentsline{toc}{chapter}{Title} \addcontentsline{toc}{section}{Title}
Thanks in advance!