我需要向期刊投稿温哥华风格參考。温哥华样式可以通过包含 来使用\bibliographystyle{vancouver}
。.bst
定义如下:https://www.ctan.org/tex-archive/biblio/bibtex/contrib/vancouver
该期刊还要求在参考文献后添加 DOI。我已将这些内容添加到我的 中.bib
。例如:
@ARTICLE{Berglund2001,
author = {Berglund, Anders and Gunilla Rosenqvist},
title = {Male pipefish prefer ornamented females},
journal = {Animal Behaviour},
year = {2001},
pages = {345-350},
doi = {10.1006/anbe.2000.1599}
}
但是,这个 DOI 不会自动打印在我的参考书目中。相关问题发布在这里:参考书目中引用的网站 URL。DOI 定义于温哥华,打开时可以看到.bst
。因此,我认为应该有一个简单的方法让它也打印 DOI,而不需要更改bibliographystyle
。
如何使用 DOI 添加到参考书目中温哥华风格?
答案1
答案如下:http://mirrors.ctan.org/biblio/bibtex/contrib/vancouver/FAQ。
默认情况下,doi 格式是禁用的。您可以通过将 vancouver.bst 中的以下行从以下行更改为启用它:
#0 'adddoiresolver := % 0=no DOI resolver; 1=include it
到:
#1 'adddoiresolver := % 0=no DOI resolver; 1=include it