::
Scusate ho sbagliato. Vi scrivo qui quello di cui parlavo prima.
`\documentclass[a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[italian]{babel}
\usepackage{csquotes}
\usepackage[style=philosophy-modern, backend=biber]{biblatex}
\addbibresource{biblioprova.bib}
\begin{document}
\nocite{*}
\printbibliography
\end{document}`
Questo è il sorgente. Il database invece è
` @book{antonio,
author = {Antonio},
title = {Ciao mi chiamo Antonio},
date = {2017}
}
@book{bruno,
author = {Bruno},
title = {Ciao mi chiamo Bruno},
date = {2016}
}`
Mentre la parte incriminata del file .log è questa:
`Package biblatex Info: Trying to load bibliographic data…
Package biblatex Info: … file 'testo.bbl' not found.
No file testo.bbl.
Package biblatex Info: Reference section=0 on input line 10.
Package biblatex Info: Reference segment=0 on input line 10.
LaTeX Warning: Empty bibliography on input line 13.
(testo.aux)
LaTeX Warning: There were undefined references.
Package biblatex Warning: Please (re)run Biber on the file:
(biblatex) testo
(biblatex) and rerun LaTeX afterwards.
Package logreq Info: Writing requests to 'testo.run.xml'.
\openout1 = `testo.run.xml'.
)
`