Add Bibliography to toc 

Newsgroups: comp.text.tex
\cleardoublepage
\addcontentsline{toc}{chapter}{Bibliography}
\bibliography{tsd}

Or use (or create) a document class that make a toc entry for the bibliography. (The fact that the the default document classes make no entry is silly and annoying. Yes, I know why — it is easier to add an entry than prevent one — but how often do you need to prevent.)

Donald Arseneau