I am creating a dissertation style document in LaTeX and am required to use the universities layout which is a premade code I have saved and added in to my premable. At the moment the title for the bibliography reads 'Reference' but I want it to read 'Bibliography'. I have seen other pages on here that tell you to add in this line
\renewcommand{\bibname}{Bibliography}
which I have done but it has not changed anything for me. Below is the code I have used, have I done anything wrong? Is there a command I need to add into the bibliography itself?
\documentclass[a4paper,12pt]{report}
\renewcommand{\bibname}{Bibliography}
\begin{document}
\begin{thebibliography}{99}
\bibitem{derbyshire} J. Derbyshire.{\em Unknown Quantity}, Atlantic, London (2007).
\end{thebibliography}
\end{document}

\begin{document}to your code, then it works fine. The renewcommand works to replace the name of the bibliography, which is not really necessary in the example, as "Bibliography" is already the default value. Can you make a small example, that shows your problem? – samcarter_is_at_topanswers.xyz Mar 16 '17 at 16:58babel? We cannot read minds :) – samcarter_is_at_topanswers.xyz Mar 16 '17 at 17:05