When I write:
\documentclass{report}
\begin{document}
\begin{thebibliography}{99}
\bibitem{key1} First item
\bibitem{key2} Second item
\end{thebibliography}
\end{document}
The pdf displays "Bibliography" like a title. Can I change it? For example, istead of displaying "Bibliography", displaying "Information sources". Also, can I make it appear in the table of contents?
Here is my full preamble:
\documentclass[12pt,a4paper,twoside]{report}
\usepackage[catalan]{babel}
\addto\captionscatalan{\renewcommand{\bibname}{Fonts d'informació}}
\usepackage[nottoc,numbib]{tocbibind}
\usepackage{graphicx}
\usepackage[left=2.5cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\usepackage{fancyvrb}
\usepackage{color}
\usepackage{float}
\usepackage{verbatim}
\usepackage[utf8]{inputenc}
\usepackage{setspace}
\usepackage{parskip}
\parskip=2mm
\makeindex
Thanks for your help.

