diff --git a/bin/make-bib.pl b/bin/make-bib.pl index 9afa1de992ade6d2a09c1a78b57a42b3f7ae33d1..002901b2edb3abbc5bf01f165624c7bb4220f298 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 ();