Latex: PDF does not print the bibliography from the .bib file
I am trying to put the bibliography in my .tex file, but it does not work. I think I have still some problems with biber/biblatex. I already updated all biblatex files through miktex update manager. But I still become the error:
Package biblatex Warning: Please (re)run Biber on the file: (biblatex) myfile (biblatex) and rerun LaTeX afterwards.
and
empty bibliography
and so on.
I've tryed all possible things, nothing helped me. And I do run correctly PDFLaTeX + Biblatex + 2PDFLaTeX. I use TexMaker. My preamble looks like this:
documentclass{article}
usepackage[T1]{fontenc}
usepackage[utf8]{inputenc}
usepackage[english]{babel}
%bibliography
usepackage[backend=biber]{biblatex}
addbibresource{references.bib}
usepackage{csquotes}
usepackage{tocbibind}
链接地址: http://www.djcxy.com/p/33462.html
上一篇: 乳胶:我可以在参考书目后引用参考文献吗?