Ben Knights wrote:
> 
> I am using a bibtex-based bibliography, which I include at the base of
> my lyx document. Using the "report" document class, this results in
> the final document having the word "Bibliography" as the section name
> for the bibliography.
> 
> I would like to change this from "Bibliography" to "References". I
> have looked at the report.cls class file, and it defines \bibname as
> Bibliography. Hence I tried \renewcommand{\bibname}{References} in my
> Latex preamble, but that didn't work. Have I made a mistake here?
> 
> Does anyone have any idea on how to change the "Bibliography" heading
> to "References" in lyx.

try

\AtBeginDocument{\renewcommand{\bibname}{References}}

Herbert


-- 
http://www.educat.hu-berlin.de/~voss/lyx/

Reply via email to