我是 Latex 的新手,如果这个问题看起来有点愚蠢,请原谅我。我的参考书目中有以下条目。
@misc{fuller2011,
author = {V. Fuller and D. Farinacci and D. Meyer and D. Lewis},
month = {June},
organization = {Internet Engineering Task Force},
publisher = {IETF},
series = {Request for Comments},
title = {LISP Alternative Topology (LISP+ALT)},
year = {2011},
howpublished = {http://tools.ietf.org/html/draft-ietf-lisp-alt-07},
}
当我使用时\bibliographystyle{plain}
,我在后续的 .pdf 中看到以下内容:
V. Fuller, D. Farinacci, D. Meyer, and D. Lewis. Lisp alternative topol-
ogy (lisp+alt). http://tools.ietf.org/html/draft-ietf-lisp-alt-07, June
2011.
这没问题。
但是,当我使用时\bibliographystyle{acm}
(我被迫使用“acm”),我在后续的.pdf 中看到以下内容:
Fuller, V., Farinacci, D., Meyer, D., and Lewis, D. Lisp
alternative topology (lisp+alt), http://tools.ietf.org/html/draft-ietf-lisp-alt-07, June 2011.
您会看到逗号放在一个名称内(即名称显示不正确)。我做错了什么?我该如何修复?我在 Windows XP 中使用带有 TexNicCenter 的 MikTEX 2.8。
答案1
与plain
参考书目风格相反,acm
样式使用姓氏/名字方案来显示作者姓名,并且这种方案通常在姓名的不同部分之间添加逗号。请查看ACM LaTeX 风格指南—— 姓氏和名字之间的逗号是正确的。