Latex 相邻两条引用有相同作者时作者名字变横杠解决办法
1. 从 http://tug.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/bibtex/IEEEtran.bst
获取IEEE.bst文件,将文件放到latex文件夹中。
2.在IEEEtran.bst找到这样一条命令:FUNCTION {default.is.dash.repeated.names} { #1 },然后将1改成0即可。
1. 从 http://tug.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/bibtex/IEEEtran.bst
获取IEEE.bst文件,将文件放到latex文件夹中。
2.在IEEEtran.bst找到这样一条命令:FUNCTION {default.is.dash.repeated.names} { #1 },然后将1改成0即可。
共有 0 条评论