参考:Change ieetr bibliography style to last name first
问题:在bibtex中IEEEtran样式的文献引用的姓在名的后面,如张三: s zhang,现在需要它显示为 zhang s,如何做呢?
方法:
将IEEEtran.bst中的
FUNCTION {default.name.format.string}{ "{f.~}{vv~}{ll}{, jj}" }
改为
FUNCTION {default.name.format.string}{ "{vv~}{ll}{ jj,}{ f}" }
其中ll表示last name, f表示firstname,详细含义参考Displaying author’s name in a bibliographic entry in the form: Surname, First Initial of Firstname
本文介绍如何修改BibTeX中IEEEtran样式,使得文献引用时作者姓名显示为姓前名后(例如:Zhang S)。通过调整IEEEtran.bst文件中的default.name.format.string函数实现。

1万+

被折叠的 条评论
为什么被折叠?



