Brad wrote:
Hi all
I've found info on how to change the bibliography or references name for books
and articles, but I can't use either to change the name on a report. I want
the current 'Bibliography' to read 'References' in the TOC and chapter
heading.
I have tried \renewcommand{\refname}{References}
, but that gives me a LaTeX error (refname not defined).
Try an ert box just before the reference inset box, with
\renewcommand\bibname{References}
it works for me in report class.
I have tried \renewcommand{\bibname}{References}
, no errors, but no change either.
Thanks
Brad
NZ