Knut Lian wrote:
> A small but annoying problem: I can't get the Bibtex generated
> Bibliography into my ToC (I'm using the Report envoronment). Can anyone
> help me?
>
I usually put in the Latex generated file the following two lines:
\pagenumbering{roman} %% after the \begin{document}
\addcontentsline{toc}{chapter}{Bibliography} %% before
\begin{thebibliography}{99}
Here Bibliography is exactly the title of your bibliography section (if
you have changed it you should put the new name in the command above). Bye
Alessandro C.