Craig Finch wrote:
>
> I am trying to call my "Bibliography" a "List of
> References." I have created a custom style file based
> on the Report class where I use the command:
>
> \renewcommand{\bibname}{LIST OF REFERENCES}
>
> Unfortunately that doesn't work. I also tried placing
> it in the LaTeX preamble, but that doesn't change the
> name either. The only way it works is if I use Red
> Text (TeX mode) and insert the command just before the
> beginning of the bibliography.
>
> Why is this? How can I incorporate the correct name
> into the style file?
try
\AtBeginDocument{\renewcommand{\bibname}{LIST OF REFERENCES}}
i suppose that you use babel, which overwrites your
\renewcommand.
Herbert
--
http:[EMAIL PROTECTED]