Compilation biber/biblatex Undefined control sequence \begin{document}
Bonjour,
Problème de compilation lors de l'utilisation de la bibliographie avec LaTeX/XeLaTeX sous Windows (MiktTeX 1.9, W7), voici un MWE :
\documentclass[french]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{lmodern}
\usepackage[a4paper]{geometry}
\usepackage[babel=true]{csquotes}
\usepackage{babel}
\begin{filecontents}{bib.bib}
@article{arrow,
title = {Uncertainty and the Welfare Economics of Medical Care},
volume = {53},
url = {https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2585909/pdf/15042238.pdf},
date = {2005},
pages = {941--973},
journaltitle = {American Economic Review},
author = {Arrow, K},
urldate = {2017-06-22}
}
\end{filecontents}
\usepackage[backend=biber,style=apa,citestyle=authoryear]{biblatex}
\bibliography{bib}
%\addbibresource{../ce qui fonctionne/27 mai 2017/biosimilaires.bib}
\begin{document}
\textcite{arrow}
\printbibliography
\end{document}
Message de log :
! Undefined control sequence.
<argument> ...docsvlist \expandafter {\bbl@loaded
}\ifboolexpr { not test {\...
l.12 \begin{document}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
Merci d'avance,undefined.