Is there any way that the Bibliography is headed with "Bilbiography" instead of "References"?
It looks like this:
(last page)
References
text
text
text
I want it to look like this:
(last page)
Bibliography
text
text
text
Thanks for you answer Thor314
General ⇒ Bibliographie
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Bibliographie
Hi Thor,
welcome to the board!
The solution depends on the class you're using. For instance the book class writes "Bibliography" by default, with the article class you could change it by:
If you're using the babel package it could be different with article as well.
If you would show your code next time, like a compilable small example with your class, packages, settings etc. you could get help quicker.
Stefan
welcome to the board!
The solution depends on the class you're using. For instance the book class writes "Bibliography" by default, with the article class you could change it by:
Code: Select all
\renewcommand*\refname{Bibliography}
If you would show your code next time, like a compilable small example with your class, packages, settings etc. you could get help quicker.
Stefan
LaTeX.org admin
Bibliographie
Hey first thanks for the fast response
here is the code of my packages and class
I'm using TeXnixCenter with BibTex. My teacher really wants the Bibliography like that.
So thanks for your future responses.
Thor314
Edit: Tested it and works fine.
However I stumbled across this http://www.ele.uri.edu/info/thesis/guid ... raphy.html.
It differs between Bibliography and a list of references. If there is a difference, and I am sure there is, how do I get only the Bibliography, not the References.
Thanks in Advance
Thor314
here is the code of my packages and class
Code: Select all
\documentclass{article}
\usepackage{url}
\usepackage{fancyhdr}
\usepackage{tocloft}
\setcounter{secnumdepth}{3}
\usepackage{setspace}
\usepackage{natbib}
\usepackage[pdftex]{graphicx}
\doublespacing
\pdfpagewidth 8.5in
\pdfpageheight 11in
[....]
\bibliographystyle{chicagoa}
\bibliography{test}
\end{document}
So thanks for your future responses.
Thor314
Edit: Tested it and works fine.
However I stumbled across this http://www.ele.uri.edu/info/thesis/guid ... raphy.html.
It differs between Bibliography and a list of references. If there is a difference, and I am sure there is, how do I get only the Bibliography, not the References.
Thanks in Advance
Thor314
Last edited by Thor314 on Sun Dec 13, 2009 8:11 pm, edited 1 time in total.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: Bibliographie
Although it is typographically questionable, take Stefan's suggestion.
Best regards and welcome to the board
Thorsten¹
Best regards and welcome to the board
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