summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex/bst
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2013-05-27 01:52:04 +0000
committerNorbert Preining <preining@logic.at>2013-05-27 01:52:04 +0000
commit0da954038fc199402b8d190a323de81a997709c4 (patch)
treea4ad71efb7dec35fecc962122c166afa174bcb0f /Master/texmf-dist/bibtex/bst
parent936a1e47ebfa9fa848749ff1365ed253ea520142 (diff)
uestcthesus update 5/27
git-svn-id: svn://tug.org/texlive/trunk@30711 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex/bst')
-rw-r--r--Master/texmf-dist/bibtex/bst/uestcthesis/uestcthesis.bst22
1 files changed, 18 insertions, 4 deletions
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