I have a document with several chapters that are all numbered and incorporated in table of contents. I wanted to add Bibliography manually to the TOC with:
Code: Select all
\addcontentsline{toc}{chapter}{\textbf{Bibliography}}
1 Chapter 1
2 Chapter 2
Bibliography
instead it should be
1 Chapter 1
2 Chapter 2
Bibliography
how can I solve this problem?
thanks