我使用 IEEE 的模板,准确地说,我使用IEEEtran.cls 2015/08/26 版本 V1.8b 它应该与您在此处下载的内容相同:https://www.ieee.org/conferences/publishing/templates.html 直接链接:https://www.ieee.org/content/dam/ieee-org/ieee/web/org/pubs/conference-latex-template_10-17-19.zip
我想添加对某个网站的引用,但我不知道该怎么做。这是我现在使用的格式:
@online{NameRef,
author = {Name},
title = {Title},
year = 2019,
url = {https://www.website.com},
}
但是,当我这样使用它时,它只会显示:
[2] 姓名。标题,2019。我该如何修复它,使它也会显示网址?
答案1
对于该类,IEEEtran
使用随附的书目样式是有意义的
\bibliographystyle{IEEEtran}
而不是标准的unsrt
。开箱即用地IEEEtran.bst
支持该字段,因此问题中的示例应该在那里工作。(虽然只知道不是。)url
IEEEtran
@misc
@online