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
backend=biber? – campa Jun 13 '16 at 11:14.blgfile have some complaints? – Joseph Wright Jun 13 '16 at 11:22backend=bibernotbackend=bibtex– Joseph Wright Jun 13 '16 at 13:23