看板LaTeX
标 题Re: [问题] 使用IEEEtran.bst编辑bib,人名重复会变成dash
发信站SayYA 资讯站 (Thu Apr 24 13:23:09 2008)
转信站ptt!ctu-reader!ctu-gate!news.nctu!news.ccu!Yuntech-News!csnews.cs.nctu
※ 引述《[email protected] (Never Give Up)》之铭言:
> 遵照IEEE的排版之後发现
> 如果连续两个reference人名重复会变成一连串的dash
> 打开bst档案後发现有做人名重复的检查
> 好像是
> FUNCTION {default.is.dash.repeated.names}
> 可是不知道怎麽移除这个部分
> 请各位大大指点
参考 [1] 该 function 上面的说明
<quote>
% #0 turns off the "dashification" of repeated (i.e., identical to those
% of the previous entry) names. IEEE normally does this.
% #1 enables
FUNCTION {default.is.dash.repeated.names} { #1 }
</quote>
请试看看
FUNCTION {default.is.dash.repeated.names} { #0 }
[1] ~/texmf-texlive/bibtex/bst/IEEEtran/IEEEtran.bst
--
我是路过的路人
--
※ Origin: SayYA 资讯站 <bbs.sayya.org>
◆ From: adsl-218-211-15-237.nh.sparqnet.net
1F:推 kwc1:非常感谢~~不过我也太心急了,没有发现上面就有注解,感恩 04/24 13:48