BibTeX, biblatex and biber ⇒ Get a bibliography in French using BibTeX
Get a bibliography in French using BibTeX
I am using BibTeX for the bibliography of a document that I write in French. I want the bibliography to be in French not in English. Can someone help me!!!!
Thanks.
Below you can see my preamble.
\documentclass[12pt, a4paper]{report}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{mathpazo}
\usepackage[french]{babel}
\usepackage[authoryear, sectionbib]{natbib}
\usepackage{chapterbib}
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Get a bibliography in French using BibTeX
You may want to take a look at the more modern system of biblatex with biber. That combination is aware of the document language and translates strings accordingly.
https://en.m.wikibooks.org/wiki/LaTeX/B ... _and_biber
Get a bibliography in French using BibTeX
Thanks @Johannes_B for your help!!!Johannes_B wrote:You need a bibliographystyle in french. A big drawback of the old BibTeX system is the hardcoding of strings.
You may want to take a look at the more modern system of biblatex with biber. That combination is aware of the document language and translates strings accordingly.
https://en.m.wikibooks.org/wiki/LaTeX/B ... _and_biber