GeneralBibliographie

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Thor314
Posts: 4
Joined: Sat Dec 12, 2009 8:32 pm

Bibliographie

Post by Thor314 »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by Stefan Kottwitz »

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:

Code: Select all

\renewcommand*\refname{Bibliography}
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
LaTeX.org admin
Thor314
Posts: 4
Joined: Sat Dec 12, 2009 8:32 pm

Bibliographie

Post by Thor314 »

Hey first thanks for the fast response

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}

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
Last edited by Thor314 on Sun Dec 13, 2009 8:11 pm, edited 1 time in total.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: Bibliographie

Post by localghost »

Although it is typographically questionable, take Stefan's suggestion.


Best regards and welcome to the board
Thorsten¹
Post Reply