General ⇒ references
references
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
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
references
Code: Select all
\renewcommand{\bibname}{References}
Best regards
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: references
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. [...]
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10