b*******g 发帖数: 513 | 1 natbib里的plainnat.bst文件放在windows的winedt的那个文件下面?主要是想在里面
改个东西,好让在bibliography 里的引用里作者的last name 在前,first name 的
abbreviation 在后,例如看下面这段话:
Open the imsi.bst file. Go
downto find the FUNCTION fformat.namesg code. You will see a line similar to
"{vv~}{ll}{ f{}}{ jj}".
The letter vv is the von part (e.g., von Neumann), ll is the last name part,
ff is the first name part,
and jj is the junior part. A double letter (e.g., ll) takes full name while
a singe letter (e.g., f)
abbreviates full name. Thus the current option creates like “Robinson C”
since there is no von and
junior parts. So in order to switch, just change the order like this "{f{}~}
{vv~}{ll}{ jj}".
我用的是natbib, bibiographystyle是plainnat,但是生成的引用列表的作者的first
name 在前,last name在后,我想颠倒过来,网上搜了一下,有上述方法。有更简单的
办法吗?哪个大虾支个招吧。多谢! | b*******g 发帖数: 513 | 2 我后来用了miktex的texworks,在miktex中的plainnat.bst文件中照哪个英文说明那样
改了plainnat.bst文件,但还是不行。为什么?感觉应该可以的。
to
part,
while
【在 b*******g 的大作中提到】 : natbib里的plainnat.bst文件放在windows的winedt的那个文件下面?主要是想在里面 : 改个东西,好让在bibliography 里的引用里作者的last name 在前,first name 的 : abbreviation 在后,例如看下面这段话: : Open the imsi.bst file. Go : downto find the FUNCTION fformat.namesg code. You will see a line similar to : "{vv~}{ll}{ f{}}{ jj}". : The letter vv is the von part (e.g., von Neumann), ll is the last name part, : ff is the first name part, : and jj is the junior part. A double letter (e.g., ll) takes full name while : a singe letter (e.g., f)
|
|