无法使用{biblatex}包和\printReferority加载Biobliography

无法使用{biblatex}包和\printReferority加载Biobliography,latex,bibliography,Latex,Bibliography,这是我在参考书目中使用的代码 \usepackage[style=authoryear,sorting=ynt]{biblatex} \addbibresource{bibliography.bib} \印刷书目 \usepackage[style=authoryear,sorting=ynt]{biblatex} \addbibresource{bibliography.bib} 这是我的一个阅读习惯的例子: @Article{Acosta2008,author = {Acosta,

这是我在参考书目中使用的代码

\usepackage[style=authoryear,sorting=ynt]{biblatex}

\addbibresource{bibliography.bib}
\印刷书目

\usepackage[style=authoryear,sorting=ynt]{biblatex}

\addbibresource{bibliography.bib}
这是我的一个阅读习惯的例子:

@Article{Acosta2008,author = {Acosta, EG and Castilla, V and Damonte, EB}, title = {Functional entry of dengue virus into Aedes albopictusmosquito cells is dependent on clathrin-mediated endocytosis.}, journal = {J Gen Virol}, volume = {89}, number = {Pt 2}, pages = {474--484}, year = {2008}, abstract = {Entry of dengue virus 2 (DENV-2) into Aedes albopictus mosquito C6/36 cells was analysed using biochemical and molecular inhibitors, together with confocal and electron microscopy observations. Treatment with monodansylcadaverine, chlorpromazine, sucrose and ammonium chloride inhibited DENV-2 virus yield and protein expression, whereas nystatin, a blocker of caveolae-mediated endocytosis, did not have any effect. Using confocal microscopy, co-localization of DENV-2 E glycoprotein and the marker protein transferrin was observed at the periphery of the cytoplasm. To support the requirement of clathrin function for DENV-2 entry, overexpression of a dominant-negative mutant of Eps15 in C6/36 cells was shown to impair virus entry. The disruption of actin microfilaments by cytochalasin D also significantly affected DENV-2 replication. In contrast, microtubule disruption by colchicine treatment did not impair DENV-2 infectivity, suggesting that DENV-2 does not require transport from early to late endosomes for successful infection of mosquito cells. Furthermore, using transmission electron microscopy, DENV-2 particles of approximately 44-52 nm were found attached within electron-dense invaginations of the plasma membrane and in coated vesicles that resembled those of clathrin-coated pits and vesicles, respectively. Together, these results demonstrate for the first time that DENV-2 enters insect cells by receptor-mediated, clathrin-dependent endocytosis, requiring traffic through an acidic pH compartment for subsequent uncoating and completion of a productive infection.}, location = {}, keywords = {}}
我尝试了几种方法加载存储在我的书目.bib文件中的书目,但没有结果

错误是:

输入行上的空书目


如果包含上述内容的参考书目为书目.bib,则参考书目不为空,且参考书目与主“.tex”文件位于同一文件夹中

\documentclass{article}
\usepackage[style=authoryear,sorting=ynt]{biblatex}
\addbibresource{参考书目.bib}
\开始{document}
文本。。。引文:\cite{Acosta2008}。
\印刷书目
\结束{document}
如果main.tex在同一文件夹中,则应该没有问题

确保编译一次,然后用Biber编译书目,最后编译一次tex


与我的代码对抗你的最小代码,但主要是在编辑器的设置中检查Biber,而不是BibTex,用于构建参考书目(示例:)。

错误或警告?它有一个警告标志谢谢,但文本内引用确实出现,但是\PrintReferority不打印参考书目。它仍然说它是空的