From 3a4d20c730b60af23295d9868b3ef5eb1d9dab0d Mon Sep 17 00:00:00 2001 From: mohuangrui Date: Thu, 24 May 2018 11:05:16 -0400 Subject: [PATCH] update bst files for biliography Former-commit-id: 82d10e5197fa030b9c0f1eaa901d95d39f15cfd8 --- Biblio/gbt7714-plain.bst | 8 +++----- Biblio/gbt7714-unsrt.bst | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/Biblio/gbt7714-plain.bst b/Biblio/gbt7714-plain.bst index 5d2a7976..44f9f584 100644 --- a/Biblio/gbt7714-plain.bst +++ b/Biblio/gbt7714-plain.bst @@ -1192,7 +1192,7 @@ FUNCTION {periodical} fin.entry } -FUNCTION {article.in.journal} +FUNCTION {article} { output.bibitem format.authors "author" output.check author format.key output @@ -1256,7 +1256,7 @@ FUNCTION {online} FUNCTION {misc} { journal empty$ not - 'article.in.journal + 'article { booktitle empty$ not 'incollection { url empty$ not @@ -1277,8 +1277,6 @@ FUNCTION {archive} misc } -FUNCTION {article} { misc } - FUNCTION {book} { monograph } FUNCTION {collection} @@ -1317,7 +1315,7 @@ FUNCTION {mastersthesis} FUNCTION {newspaper} { "N" set.mark - article.in.journal + article } FUNCTION {phdthesis} { mastersthesis } diff --git a/Biblio/gbt7714-unsrt.bst b/Biblio/gbt7714-unsrt.bst index 01dc40da..c9dc4902 100644 --- a/Biblio/gbt7714-unsrt.bst +++ b/Biblio/gbt7714-unsrt.bst @@ -1192,7 +1192,7 @@ FUNCTION {periodical} fin.entry } -FUNCTION {article.in.journal} +FUNCTION {article} { output.bibitem format.authors "author" output.check author format.key output @@ -1258,7 +1258,7 @@ FUNCTION {online} FUNCTION {misc} { journal empty$ not - 'article.in.journal + 'article { booktitle empty$ not 'incollection { url empty$ not @@ -1279,8 +1279,6 @@ FUNCTION {archive} misc } -FUNCTION {article} { misc } - FUNCTION {book} { monograph } FUNCTION {collection} @@ -1319,7 +1317,7 @@ FUNCTION {mastersthesis} FUNCTION {newspaper} { "N" set.mark - article.in.journal + article } FUNCTION {phdthesis} { mastersthesis }