Document Classes ⇒ How to Change the name Bibliography to References
-
- Posts: 20
- Joined: Thu Sep 06, 2007 7:31 pm
How to Change the name Bibliography to References
1. Hi if add \bibliographystyle{unsrt} and \bibliography{bibfile} then at the listingthe bibliographies are coming under the heading of "Bibliography". If I need to change into "References" then I need to do.
2. If I want to add the Publication list before the begining of tableofcontents just the same style as bibliography then what I need to do. Now I am doing by adding \input{publication.tex} after \documentclass and within publication.tex I am writing the references as general text. But it is not the same style as in bibliography. Please suggest what I need to do
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
How to Change the name Bibliography to References
chandangiri wrote: 1. Hi if add \bibliographystyle{unsrt} and \bibliography{bibfile} then at the listingthe bibliographies are coming under the heading of "Bibliography". If I need to change into "References" then I need to do.
Just add a command in the preamble that redefines the bilbiography's name.
Code: Select all
\renewcommand{\bibname}{References}
chandangiri wrote: 2. If I want to add the Publication list before the begining of tableofcontents just the same style as bibliography then what I need to do. Now I am doing by adding \input{publication.tex} after \documentclass and within publication.tex I am writing the references as general text. But it is not the same style as in bibliography. Please suggest what I need to do
Set the commands for the bilbliography wherever you want its output.
Code: Select all
\bibliographystyle{unsrt}
\bibliography{bibfile}
\tableofcontents
Best regards
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10