Ubuntu 管理心得

搜尋此網誌

2019年3月15日 星期五

Prevent dash on the repeated author for IEEE bibliography

The following might not be work. Try my another blog:

https://kpchiaoo.blogspot.com/2019/07/bibtex-citation-with-author-for.html
  1. Put the following line inside bib file, @IEEEtranBSTCTL{IEEEexample:nodash,CTLdash_repeated_names = "no"}
  2. Put the TeX ERT inside lyx file contains
    \bstctlcite{IEEEexample:nodash}
  3. Make sure "nodash" in both files are the same
  4. Or edit IEEEtrans.bst, change # 1 to #0 as follows:
    % #0 turns off the "dashification" of repeated (i.e., identical to those
    % of the previous entry) names. The IEEE normally does this.
    % #1 enables
    FUNCTION {default.is.dash.repeated.names} { #1 }

沒有留言:

張貼留言

網誌存檔