From 35ae0f9f9bbfe10244e72f1ed53a503f1f5bb1cf Mon Sep 17 00:00:00 2001 From: andnot Date: Sat, 8 Apr 2017 14:25:43 +0800 Subject: [PATCH] =?UTF-8?q?conference=E6=A0=BC=E5=BC=8F=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将booktitle设定为论文集名称,符合标准BiBTeX规范,避免与publisher条目出现冲突。 论文脚本编译也正常。 --- template/uestcthesis.bst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/template/uestcthesis.bst b/template/uestcthesis.bst index 965d374..a409cd9 100644 --- a/template/uestcthesis.bst +++ b/template/uestcthesis.bst @@ -1994,7 +1994,8 @@ FUNCTION {conference} new.block format.conference.title output new.block - publisher ", " * address * output + booktitle output + address output year output format.comma.pages output new.block @@ -2005,7 +2006,8 @@ FUNCTION {conference} new.block format.conference.title output new.block - publisher ", " * address * output + booktitle output + address output year output format.comma.pages output new.block