latex的bst文件 zz
(2013-07-30 15:09:45)分类: Latex |
这个文件配置花了我将近1天时间,搞定了中英文文献的引用和排序问题。修改后是以作者-年格式排序和引用。
现在用\cite{关键词}, \citet{关键词},\citep{关键词}引用时,在正文出现的形式如下:
Tosi et al. (2003)
Kluvers and Tippett
(2011)
(Kluvers and Tippett,
2011)
郭圆圆 (2007)
曹芳和钟乃雄
(2008)
(郭弈龍等, 2011)
凌茜等 (2010)
用\cite*{关键词}, \citet*{关键词},\citep*{关键词}引用时,在正文出现的形式如下:
Tosi, Brownlee, Silva, and Katz (2003)
Kluvers and Tippett (2011)
(Kluvers and Tippett, 2011)
郭圆圆 (2007)
曹芳和钟乃雄
(2008)
(郭弈龍, 曾敬梅, 和吳武典,
2011)
凌茜, 汪纯孝, 张秀娟, 和刘小平 (2010)
\cite中含有 "*" 时是显示所有人名,没有“*”是则用 “等”或“et al." , 非常完美。
% The \cite command functions as follows:
% \citet{key}
==>>
Jones et al. (1990)
%
\citet*{key}
==>>
Jones, Baker, and Smith (1990)
% \citep{key}
==>>
(Jones et al., 1990)
%
\citep*{key}
==>>
(Jones, Baker, and Smith, 1990)
%
\citep[chap. 2]{key}
==>>
(Jones et al., 1990, chap. 2)
%
\citep[e.g.][]{key}
==>>
(e.g. Jones et al., 1990)
%
\citep[e.g.][p. 32]{key}
==>> (e.g. Jones et al.,
p. 32)
%
\citeauthor{key}
==>>
Jones et al.
%
\citeauthor*{key}
==>>
Jones, Baker, and Smith
%
\citeyear{key}
==>>
1990
ENTRY
{ address
archive
author
booktitle
chapter
collaboration
doi
edition
editor
eid
eprint
howpublished
institution
isbn
issn
journal
key
language
%增加的字段,在.bib参考文献文件里面要对中文文献增加这个字段,并赋值为“zh”(因为我后面用zh这两字母)
month
note
number
numpages
organization
pages
现在用\cite{关键词}, \citet{关键词},\citep{关键词}引用时,在正文出现的形式如下:
Tosi et al. (2003)
郭圆圆 (2007)
用\cite*{关键词}, \citet*{关键词},\citep*{关键词}引用时,在正文出现的形式如下:
Tosi, Brownlee, Silva, and Katz (2003)
郭圆圆 (2007)
\cite中含有 "*" 时是显示所有人名,没有“*”是则用 “等”或“et al." , 非常完美。
ENTRY