Jonathan Stafford schrieb:
I would like to be able to change the title of my Bibliography to
'References'.
Have a look at
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
and
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=latexwords
In your case add the following lines to the document preamble:
\usepackage[english]{babel}
\addto\captionsenglish{\renewcommand{\bibname}{References}}
Note that the babel option must be identic to the document language to
avoid problems.
Note also that one normally uses the name "References" only for
articles. For reports and books one uses "Bibliography".
regards Uwe