I'm a newbie of LaTeX and LyX. I love LyX, but recently I've faced a problem and couldn't have found a working solution for that.
I have to add my bibliography to table of content, but no solution has worked for me. Here is the official page of LyX about that:
http://wiki.lyx.org/FAQ/TOC#bibtotoc
I don't understand this:
I don't know many idioms and expressions about LyX and LaTeX. Could anybody please help me on how can I add the bibliography to the ToC in a very easy step?If you use a KOMA class: use the document option liststotoc
Else: use the package tocbibind from CTAN:/, i.e. \usepackage{tocbibind}
If you use \usepackage[nottoc]{tocbibind} instead, the toc will not show up in the toc.
(PS: I've added my bibliography by the drop-down menu, top left of LyX IDE.)
thanks in advance