It is the first time I try to use BiBlaTeX for my bibliography because I need to divide it per chapter. So far I have been using BiBteX.
The problem is that I get an error message just by inserting the simple
\usepackage[style=numeric]{biblatex}
\addbibresource{Biblio.bib}
The error I get is
Package biblatex error: File 'File.bbl' not created \begin{document}
It is not a great start!
Any idea as far as what I am doing wrong?
.log,.blg,.aux,.bbl,.bcf,.lot,.loffiles. – moewe Jan 05 '22 at 19:44.logfile should be! Package biblatex Error: File 'File.bbl' not created by biblatex.If your editor only shows the truncated error message, keep that in mind for future reference or find a different editor that shows complete messages (or try to find the setting in your editor that lets you see the full message, if there is such a thing). – moewe Jan 05 '22 at 19:47I found no \citation commands---while reading file file.aux I found no \bibdata command---while reading file file.aux I found no \bibstyle command---while reading file file.auxAlso I get these kind of messages:This is BibTeX, Version 0.99d (TeX Live 2019/Debian) The top-level auxiliary file: LGlaparocele.aux A level-1 auxiliary file: ./capitoli/introduzione.aux(after I inserted a `\cite command in one chapter – Fabio Campanile Jan 06 '22 at 06:02biber <filename of tex file without extension>instead ofbibtex <filename>.auxorbibtex <filename>. If you are using an editor, see http://tex.stackexchange.com/q/154751/35864. – moewe Jan 06 '22 at 06:57