LyXInstead of the word Bibliography how to show "Reference" in Lyx?

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
niran521152
Posts: 1
Joined: Sat Jul 29, 2023 10:33 am

Instead of the word Bibliography how to show "Reference" in Lyx?

Post by niran521152 »

I am using Lyx to write a report (document class). there I am using Bibtex generated Bibliography for giving the references. however automatically the Word "Bibliography" is shown in the starting of the page. I want to replace this word with "References". Please help me how to do it.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Instead of the word Bibliography how to show "Reference" in Lyx?

Post by kaiserkarl13 »

\renewcommand*\bibname{References} added to your preamble will do what you ask.
Post Reply