BibTeX, biblatex and biberGet a bibliography in French using BibTeX

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
DCM
Posts: 2
Joined: Fri Dec 07, 2018 5:05 pm

Get a bibliography in French using BibTeX

Post by DCM »

Hi all,

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}

Recommended reading 2024:

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

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

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Get a bibliography in French using BibTeX

Post by Johannes_B »

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
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
DCM
Posts: 2
Joined: Fri Dec 07, 2018 5:05 pm

Get a bibliography in French using BibTeX

Post by DCM »

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
Thanks @Johannes_B for your help!!!
Post Reply