I am writing my thesis in \documentstyle{report} in LaTeX
and ending it with a \begin{thebibliography}{99} command
after which I have my references.
This works well, but starts the references section with
"Bibliography" as the title. Now in theses it is more
usual to have the final section labelled "References", so
my question is:
How can I change the heading printed by a \begin{thebibliography}
command, without going into BibTeX or other alternatives?
Thanks, in advance, for your help.
M
\def\refname{whateveryouwant}
will overrule the title defined by the documentstyle you are using.
: Thanks, in advance, for your help.
: M