看板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