On Mon, Sep 09, 2002 at 10:12:07AM -0300, Osvaldo Fornaro wrote:
> 
> I need to present an article in a style similar to aps, so i used revtex 
> style. But now i need to change the bibliography line separator by the word 
> Referencias (the article is spanish, but any example will works :-) )


Add the following lines to the preamble:

\def\bibsection{%
   \section*{Referencias}%
   \@nobreaktrue}
   

Reply via email to