Paul A. Rubin wrote:
> Babel loads after the preamble, so if it redefines \refname, that would 
> be the culprit.

It loads at the end of the preamble.

\AtBeginDocument{%
 \renewcommand{\refname}{%   
  \rmfamily\mdseries\begin{center}References\end{center}
 }
}

should do.

Jürgen

Reply via email to