On Sun, Mar 30, 2008 at 6:20 PM, Jean-Michel Bouffard <[EMAIL PROTECTED]> wrote: > Hello, > > I am currently writing my Master thesis with Lyx. I have a simple > problem with Lyx and my bibliography. I inserted a Bibtex bibliography > in my document and it automatically creates a header with the title > "Bibliography". My problem is that I need to name this section > "References" instead of "Bibliography". Is there a way to remove to > automatic header so I could use my own? > > Thanks > > > J-M
I needed the same thing for my thesis and I used (this works for any class; article, book, etc.): \renewcommand\bibname{References} Just put this in ERT somewhere before your bibliography within the document. Cheers, /Bob