Nirmal Govind wrote:
> I know this has come up in the past 2 weeks, and I tried something
> mentioned in one of the replies but it doesn't seem to work.. when I do a
> \renewcommand{\refname}{REFERENCES} in the preamble (actually, in a
> separate .sty file which is included using \usepackage{} in the preamble),
> the references section still shows up as "References"... any suggestions?
Try
\usepackage{babel}
\AtBeginDocument{\renewcommand\refname{REFERENCES}}
J�rgen.
