I need to write "References" title at the end of each chapter instead of "Bibliography". My codes are simply
\begin{thebibliography}{99}
....
\end{thebibliography}
I tried with adding
\addtocaptionsenglish{References}
and
\renewcommand\contentsname{References}
but they didn't work.
Thanks for your helps.
\renewcommand{\bibname}{References}, or possibly\renewcommand{\refname}{References}. what this string is known as depends on the document class. – barbara beeton Jul 10 '14 at 16:15