Références bibliographiques non trouvées de manière subite
Après quelques changement et une nouvelle compilation mes références bibliographiques ne sont plus trouvées.
Voici un MWE :
\documentclass[french,12pt,twoside]{report}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[a4paper,margin=2cm]{geometry}
\usepackage{biblatex}
\usepackage{csquotes}
\addbibresource{bibliographie2.bib}
\begin{document}
Test\cite{modele_rescorla_wagner}
\printbibliography
\end{document}
Et le fichier bibliographie2.bib
`@inbook{modele_rescorla_wagner,
author = {Rescorla, Robert A. and Wagner, Allan R.},
year = {1972},
month = {01},
pages = {},
title = {A theory of Pavlovian conditioning: Variations in the effectiveness of reinforcement and nonreinforcement},
volume = {Vol. 2},
journal = {Classical Conditioning II: Current Research and Theory},
}`
Je suis sous MacOS, j'ai réinstallé la TeX Live via MacTeX, mon éditeur est TeXStudio et j'utilise bien Biber par défaut. J'ai bien relancé Biber sur le fichier mais sans plus de résultats. Je précise également que ça s'est fait de manière subite, j'ai pu compiler un fichier beaucoup plus complet juste avant que le problème ne se manifeste.
manifeste. Étrangement, aucun problème avec Overleaf.
Voici quelques lignes du fichier log qui me semblent pertinentes :
Package biblatex Info: Trying to load biblatex default data model...
Package biblatex Info: ... file 'blx-dm.def' found.
Package biblatex Info: Trying to load biblatex custom data model...
Package biblatex Info: ... file 'biblatex-dm.cfg' not found.
Package biblatex Info: Trying to load configuration file...
Package biblatex Info: ... file 'biblatex.cfg' found.
Package biblatex Info: Trying to load bibliographic data...
Package biblatex Info: ... file 'main.bbl' found.
(./main.bbl)
Package biblatex Info: Reference section=0 on input line 10.
Package biblatex Info: Reference segment=0 on input line 10.
LaTeX Warning: Citation 'modele_rescorla_wagner' on page 1 undefined on input line 12.
LaTeX Warning: Empty bibliography on input line 14.
LaTeX Warning: There were undefined references.
Package biblatex Warning: Please (re)run Biber on the file:
(biblatex) main
(biblatex) and rerun LaTeX afterwards.