Showing posts with label rename. Show all posts
Showing posts with label rename. Show all posts

Friday, December 07, 2007

Rename bibliography title in Latex

Sometimes we need to rename the bibliography's title in Latex, for example, we want the title to be 'References'.

In the preamble, add "\renewcommand\refname{New Title}" for article type documents and "\renewcommand\bibname{New Title}" for book and report type documents.