From 0da954038fc199402b8d190a323de81a997709c4 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 27 May 2013 01:52:04 +0000 Subject: uestcthesus update 5/27 git-svn-id: svn://tug.org/texlive/trunk@30711 c570f23f-e606-0410-a88d-b1316a301751 --- .../bibtex/bst/uestcthesis/uestcthesis.bst | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist/bibtex/bst') diff --git a/Master/texmf-dist/bibtex/bst/uestcthesis/uestcthesis.bst b/Master/texmf-dist/bibtex/bst/uestcthesis/uestcthesis.bst index 0ed97ef09d5..f99376ef6da 100644 --- a/Master/texmf-dist/bibtex/bst/uestcthesis/uestcthesis.bst +++ b/Master/texmf-dist/bibtex/bst/uestcthesis/uestcthesis.bst @@ -27,10 +27,9 @@ %% Other files in this work's package are belongs to the respective owners. %% - %本文件基于吴凯制作的GBT7714-2005NLang.bst(1 Beta 2 测试版2012年9月20日)修改而成。 - %根据GBT7714-2005NLang.bst中copyright的要求,将文件名修改成uestcthesis.bst。 - %对吴凯的杰出工作表示感谢! - +%%本文件基于吴凯制作的GBT7714-2005NLang.bst(1 Beta 2 测试版2012年9月20日)修改而成。 +%%根据GBT7714-2005NLang.bst中copyright的要求,将文件名修改成uestcthesis.bst。 +%%对吴凯的杰出工作表示感谢! ENTRY { address author @@ -2765,6 +2764,21 @@ FUNCTION {unpublished} } if$ } +FUNCTION {onlynote} %定义note类型,将note项目单独原文输出,满足自定义任何条目的需求 +{ +newline$ + "\bibitem[" write$ + label write$ + "]{" write$ + cite$ write$ + "}" write$ + newline$ + "" + before.all 'output.state := + new.block + note output + fin.entry +} FUNCTION {default.type} { book } %wk 因为主要是基于book类型,因此将缺省类型由misc改为book -- cgit v1.2.3