This commit is contained in:
Marc Beninca 2020-10-12 13:28:26 +02:00
parent e2f97e24b7
commit a0225d32d4
2 changed files with 10 additions and 0 deletions

View file

@ -1 +1,7 @@
\ml
{\def\bib{References}}
{\def\bib{Références}}
\printbibliography[heading=bibintoc,
title=\bib]
\pagebreak

View file

@ -52,6 +52,10 @@ bmargin=20mm,lmargin=20mm,rmargin=20mm,tmargin=20mm]{geometry}
\setmainlanguage{\mainlanguage}
\setotherlanguages{\otherlanguages}
% references after polyglossia
\usepackage[sorting=anyt]{biblatex}
\bibliography{\name}
% simple commands
\newcommand{\hr}{\rule{\textwidth}{1pt}}