Consider the following code.
\documentclass[a4paper,twoside,11pt,usenames,dvipsnames]{article}
\usepackage[backend=biber,style=ieee, maxnames=10]{biblatex}
\addbibresource{biblio.bib}
%\bibliographystyle{unsrt}
\begin{document}
\section{Test}
\cite{someReferenceInBiblioFile}
\printbibliography
\end{document}
Process started
This is BibTeX, Version 0.99d (MiKTeX 21.1) The top-level auxiliary file: test.aux I found no \citation commands---while reading file test.aux I found no \bibdata command---while reading file test.aux I found no \bibstyle command---while reading file test.aux (There were 3 error messages)
Process exited with error(s)
What is wrong here? Am I not using properly the package?
backend=biber– David Carlisle Dec 01 '22 at 10:55