1

I'm using TexMaker for my thesis, but I can't have any bibliography printed in the final document. This is the code:

\documentclass[11pt,a4paper,twoside,openright]{book}

...
\usepackage[babel]{csquotes}
\usepackage[style=numeric,useprefix,hyperref,backend=biber]{biblatex}
\addbibresource{Bibliografia.bib}
...

\begin{document}

bla bla bla

\cleardoublepage
%\phantomsection
\addcontentsline{toc}{chapter}{\bibname}
\nocite{*}
\printbibliography

\end{document}

Already compiled with PDFLatex + BibTex + PDFLatex (x2), but no warnings or errors displayed, and bibliography still not printed. I put my citations in a ".bib" file, located within the same directory of the main file, is that right?

Thanks

0 Answers0