General ⇒ References instead of Bibliography
References instead of Bibliography
I want to change the title and headings of the bibliography for "References". I tried with the command
\renewcommand{\bibname}{References}
and
\renewcommand{\refname}{References}
but nothing happens. Any idea?
Thanks
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
- Stefan Kottwitz
- Site Admin
- Posts: 10397
- Joined: Mon Mar 10, 2008 9:44 pm
References instead of Bibliography
what document class do you use?
Do you use babel? If yes, then use instead of the commands above
Code: Select all
\addto\captionsenglish{\renewcommand{\bibname}{References}}
Code: Select all
\addto\captionsenglish{\renewcommand{\refname}{References}}
Stefan
Re: References instead of Bibliography
References instead of Bibliography
Not sure if I should open a new post but I have exactly the same problem, except that for me adding
Code: Select all
\addto\captionsenglish{\renewcommand{\bibname}{References}}or
Code: Select all
\addto\captionsenglish{\renewcommand{\refname}{References}}I'm using natbib.
Thanks!
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
References instead of Bibliography
Code: Select all
\renewcommand{\refname}{References} % for the article class
\renewcommand{\bibname}{References} % for the report or book classBest regards
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: References instead of Bibliography
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
References instead of Bibliography
And we are all interested in the cause so that others can avoid your mistake.snowfrog wrote:Thanks, advising me to do a MWE helped me find my own (rather stupid) mistake!
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
References instead of Bibliography
NO error generated!
Document Class: Book(Standard Class with Extra Font Sizes)
Bibliography:
Style format: Biblatex (natbib mode)
Variant: Author-year
Processor: bibtex
================================================
I found the solution myself!
I had to add a TEX Code right before the "Biblatex Generated Bibliography" and inserted those commands
Having the commands in the preamble did not work for some reason