Search found 2 matches

by DCM
Fri Dec 07, 2018 7:00 pm
Forum: BibTeX, biblatex and biber
Topic: Get a bibliography in French using BibTeX
Replies: 2
Views: 3163

Get a bibliography in French using BibTeX

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 ...
by DCM
Fri Dec 07, 2018 5:22 pm
Forum: BibTeX, biblatex and biber
Topic: Get a bibliography in French using BibTeX
Replies: 2
Views: 3163

Get a bibliography in French using BibTeX

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