记得 使用 JabRef 生成条目的键值 都是 author+journal+year
的形式,并且:
- author 是第一个作者的
- journal 是简写,最简单的那种 例如:PRL= Physical Review Letters,而不使用 PhyRevLett,因为作为键值这个太长了
- year 就是正常的 年份
例如一个条目的键值是 HanPRL2016
但是今天在给新版本的 JabRef 设置这个的时候总是会生成 HanPhyRevLett2016
这样的
在官网 Customizing the BibTex key generator 查到了如何去设置这些东西,看到了里面的东西就知道了以前设置的时候也是参考这里的,
:abbr: Abbreviates the text produced by the field name or spcial field marker. Only the first character and subsequent characters following white space will be included. For example, [journal:abbr] would from the journal name “Journal of Fish Biology” produce “JoFB”.
所以最后最后的设置就是这样的: [auth][journal:abbr][year]
网友评论