无法使用 biblatex 包和 \printbibliography 加载 Biobliography
Posted
技术标签:
【中文标题】无法使用 biblatex 包和 \\printbibliography 加载 Biobliography【英文标题】:Unable to load Biobliography using biblatex package and \printbibliography无法使用 biblatex 包和 \printbibliography 加载 Biobliography 【发布时间】:2016-03-08 06:03:32 【问题描述】:这是我用于参考书目的代码
\usepackage[style=authoryear,sorting=ynt]biblatex
\addbibresourcebibliography.bib
\打印参考书目
这是我的参考书目示例:
@ArticleAcosta2008,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 =
我尝试了几种方法来加载存储在我的 bibliography.bib 文件中的书目,但没有结果。
错误是:
输入行上的参考书目为空
参考书目不为空,并且参考书目与主 '.tex' 文件位于同一文件夹中
【问题讨论】:
错误或警告? tex.stackexchange.com/… 它有一个警告标志 【参考方案1】:如果你上面内容的参考书目是bibliography.bib,那么下面
\documentclassarticle
\usepackage[style=authoryear,sorting=ynt]biblatex
\addbibresourcebibliography.bib
\begindocument
Text ... citation: \citeAcosta2008.
\printbibliography
\enddocument
是main.tex在同一个文件夹,那么你应该没有问题。
确保编译一次,然后用 Biber 编译参考书目,最后一次编译 tex。
用我的最小代码来处理你的代码,但主要是检查你的编辑器的设置,即 Biber,而不是 BibTex,用于构建参考书目(例如:@ 987654321@).
【讨论】:
谢谢,但文本引用确实出现了,但是 \printbibliography 不打印参考书目。它仍然说它是空的【参考方案2】:我遇到了同样的问题。但是当我在usepackage
删除整个[]
时,它对我有用。
所以,对于\usepackage[style=alphabetic]biblatex
,我删除了中间部分,所以只有\usepackagebiblatex
。我运行它并且它工作。在那之后,我可以再次使用这个\usepackage[style=alphabetic]biblatex
,它也起作用了。
【讨论】:
以上是关于无法使用 biblatex 包和 \printbibliography 加载 Biobliography的主要内容,如果未能解决你的问题,请参考以下文章
将 biblatex 与 ACM-reference-format 一起使用时出错
使用 bibtex 和 biblatex 的 Latex 问题(参考书目)
如何在R Markdown中改变biblatex中的引用风格?
BibLaTeX(不是 BibTeX)的 IEEE 书目风格? [关闭]