看板 LaTeX 關於我們 聯絡資訊
※ 引述《kwc1.bbs@ptt.cc (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
kwc1:非常感謝~~不過我也太心急了,沒有發現上面就有註解,感恩 04/24 13:48