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}
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
- 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