Skip to content

Rename Bibliography to References in LaTeX


If the Babel package is used,

For book or report class, add the following code in the preamble.

\addto\captionsenglish{\renewcommand{\bibname}{References}}

For article class, add the following code in the preamble.

\addto\captionsenglish{\renewcommand{\refname}{References}}

If the Babel package is NOT used,

For book or report class, add the following code in the preamble.

\renewcommand{\bibname}{References}

For article class, add the following code in the preamble.

\renewcommand{\refname}{References}

 

No comments yet

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: