From a470ceb69dea867e0dccb98efe2c9618858958bd Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 18 Nov 2020 12:39:30 +0100 Subject: [PATCH] * bin/make-bib.pl: Switch to English before references. --- bin/make-bib.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/make-bib.pl b/bin/make-bib.pl index 9afa1de..002901b 100755 --- a/bin/make-bib.pl +++ b/bin/make-bib.pl @@ -450,7 +450,7 @@ sub output () \usepackage{bibentry} \usepackage{hyperref} \hypersetup{colorlinks,linkcolor=blue,urlcolor=blue} - \usepackage[francais]{babel} + \usepackage[english,french]{babel} \bibliographystyle{plainurl} %% This command is output by lrde.bst, based on apalike.bst, @@ -505,6 +505,7 @@ print <<'EOF'; \newpage \tableofcontents \newpage +\selectlanguage{english} EOF print section_by_publication_type (); print section_by_project (); -- GitLab