Hi,
I am writing a technical report for which I need a chapter "references". I am creating this chapter with "thebibliography" environment. But I need to do print "References" in the output. Currently, the system is printing "Bibliography" automatically.
Thank you,
Omkar
General ⇒ references
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
references
To rename the bibliography, add a simple command to the preamble.
That doesn't work in this way if using babel. In that case you have to tell us in which way you are using it.
Best regards
Thorsten
Code: Select all
\renewcommand{\bibname}{References}
Best regards
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: references
Hi,
Your suggestion has worked. Thanks for that.
By the way, what is babel? Just curious. I tried searching for it but could not get enough of information on it.
Thank you,
Omkar
Your suggestion has worked. Thanks for that.
By the way, what is babel? Just curious. I tried searching for it but could not get enough of information on it.
Thank you,
Omkar
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
references
That's a package that allows to typeset documents in other languages than English or multilingual documents. Moreover it redefines such expressions like the bibliography name so I get the german term "Literatur" automatically (in this case depending a little bit on the document class). The same is done with other terms like chapters, figures and tables. As a german user I also have to include it to get the right hyphenation in my documents. For more information refer to CTAN (Comprehensive TeX Archive Network) or just follow the link I gave above.omkardpd wrote:[...] By the way, what is babel? Just curious. I tried searching for it but could not get enough of information on it. [...]
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10