GeneralChanging the language of BibTeX

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
meklenborg
Posts: 18
Joined: Tue Mar 20, 2007 7:42 pm

Changing the language of BibTeX

Post by meklenborg »

I use BibTeX for my bibliography (which is great), but I want the bibliography to turn out in French. My document settings are French, but the bibliography comes out in English. I need the bibliography to say that "X et Y" wrote an article (not "X and Y"), I need the bibliography to reflect the édition, not the edition and so on. Does anybody know what to do to change the BibTeX settings? I don't find it while googling the net.

Thanx

Christine

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

balf
Posts: 158
Joined: Sat Jan 12, 2008 1:11 am

Re: Changing the language of BibTeX

Post by balf »

Pour utiliser un des styles usuels de bibliographie en version française, il y a l'extension bib-fr. Sinon il y a babel-bib (que je n'ai jamais utilisé), qui permet des bibliographies multilingues, semble-t-il.

B.A.
meklenborg
Posts: 18
Joined: Tue Mar 20, 2007 7:42 pm

Re: Changing the language of BibTeX

Post by meklenborg »

Voilà! Parfait! Merci beaucoup!

c
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Changing the language of BibTeX

Post by localghost »

balf wrote:Pour utiliser un des styles usuels de bibliographie en version française, il y a l'extension bib-fr. Sinon il y a babel-bib (que je n'ai jamais utilisé), qui permet des bibliographies multilingues, semble-t-il.

B.A.
It would be very nice if you could add an english version to your reply. My French is not good enough to understand that completely. I guess in such cases it might be good to give a bilingual answer (provided that you can see the country of the requesting user). I already did that here in some posts with German and English.


Best regards
Thorsten¹
Stefanie
Posts: 25
Joined: Fri Apr 04, 2008 2:39 pm

Changing the language of BibTeX

Post by Stefanie »

balf wrote:Pour utiliser un des styles usuels de bibliographie en version française, il y a l'extension bib-fr. Sinon il y a babel-bib (que je n'ai jamais utilisé), qui permet des bibliographies multilingues, semble-t-il.

B.A.
Translation: "To use one of the common bibliography styles in french, there is the extension "bib-fr". Otherwise there is "babel-bib" (which I have never used), which allows multilingual bibliographies, apparently."

I think you can also solve the problem by creating your own bibliography style using custom-bib.

Je crois qu'on peut résoudre le problème en utilisant custom-bib, qui permet de créer son propre style de bibliographie.
balf
Posts: 158
Joined: Sat Jan 12, 2008 1:11 am

Re: Changing the language of BibTeX

Post by balf »

@Thorsten: I'm quite sorry; I stupidly thought the question and my answer were useful only to people using mostly the french language, but of course it could be useful for other languages as well.

Let me also point out the experimental package biblatex which is natively multilingual (and has many more functionalities).

B.A.
Post Reply