I'm using the book document class. I have just added my bibliography to the ToC using...
Code: Select all
\cleardoublepage
\addcontentsline{toc}{chapter}{Bibliography}
\begin{thebibliography}{200}
.
.
.
\end{thebibliography}
If I do...
Code: Select all
\cleardoublepage
\begin{thebibliography}{200}
\addcontentsline{toc}{chapter}{Bibliography}
.
.
.
\end{thebibliography}
Does anyone have any ideas? Thanks for your time...