我正在为 PLOS 撰写一篇论文,该论文不允许在参考文献之外添加脚注或尾注,因此我希望我的脚注出现在参考文献部分。PLOS 要求使用 plos15.bst 样式。不幸的是,我尝试使用 notes2bib 包中的 \bibnotes 和这种样式,但参考文献只显示为空白:
[13] ;.
并给出编译警告:
BibTeX: empty author in Note 1
BibTeX: empty title in Note 1
BibTeX: there's a month but no year in Note1
我注意到,有了这种unsrt
风格,它就能很好地工作,有了这种vancouver
风格,它也能工作,但会在每个 bibnote 前面加上;.
我尝试(但没有成功)根据我对文档的阅读设置一些选项,例如:
\bibnotesetup{
note-name = ,
use-sort-key = false
}
我想知道是否有办法获得具有或具有样式的\bibnote
功能。plos15
vancouver