summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex/bst/thuthesis/thuthesis-numeric.bst
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/thuthesis/thuthesis-numeric.bst')
-rw-r--r--Master/texmf-dist/bibtex/bst/thuthesis/thuthesis-numeric.bst1207
1 files changed, 734 insertions, 473 deletions
diff --git a/Master/texmf-dist/bibtex/bst/thuthesis/thuthesis-numeric.bst b/Master/texmf-dist/bibtex/bst/thuthesis/thuthesis-numeric.bst
index 824aadb94b7..17f186e6dea 100644
--- a/Master/texmf-dist/bibtex/bst/thuthesis/thuthesis-numeric.bst
+++ b/Master/texmf-dist/bibtex/bst/thuthesis/thuthesis-numeric.bst
@@ -1,26 +1,61 @@
%%
-%% This is file `gbt7714-unsrt.bst',
+%% This is file `versions/thu/thuthesis-numeric.bst',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
-%% gbt7714.dtx (with options: `numerical')
-%%
-%% Copyright (C) 2016-2018 by Zeping Lee <zepinglee AT gmail.com>
-%%
+%% gbt7714.dtx (with options: `thu,2005,numerical')
+%% -------------------------------------------------------------------
+%% GB/T 7714-2015 BibTeX Style
+%% https://github.com/CTeX-org/gbt7714-bibtex-style
+%% Version: 2019/03/21 v1.1.1
+%% -------------------------------------------------------------------
+%% Copyright (C) 2016-2019 by Zeping Lee <zepinglee AT gmail.com>
+%% -------------------------------------------------------------------
%% This file may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License, either
-%% version 1.2 of this license or (at your option) any later
-%% version. The latest version of this license is in:
-%%
-%% http://www.latex-project.org/lppl.txt
-%%
-%% and version 1.2 or later is part of all distributions of
-%% LaTeX version 1999/12/01 or later.
-%%
-%% This BibTeX style file is derived from `plainnat.bst' by Patrick W Daly,
-%% which was designed for use with the `natbib.sty' package.
-%%
+%% conditions of the LaTeX Project Public License, either version 1.3c
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%% https://www.latex-project.org/lppl.txt
+%% and version 1.3c or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+%% -------------------------------------------------------------------
+INTEGERS {
+ uppercase.name
+ max.num.authors
+ period.between.author.year
+ sentence.case.title
+ link.title
+ show.mark
+ slash.for.extraction
+ in.booktitle
+ italic.jounal
+ bold.journal.volume
+ show.missing.address.publisher
+ show.url
+ show.doi
+ show.note
+}
+
+FUNCTION {load.config}
+{
+ #1 'uppercase.name :=
+ #0 'uppercase.name :=
+ #3 'max.num.authors :=
+ #1 'sentence.case.title :=
+ #0 'link.title :=
+ #1 'show.mark :=
+ #1 'slash.for.extraction :=
+ #0 'in.booktitle :=
+ #0 'italic.jounal :=
+ #0 'bold.journal.volume :=
+ #1 'show.missing.address.publisher :=
+ #1 'show.url :=
+ #1 'show.doi :=
+ #0 'show.doi :=
+ #0 'show.note :=
+}
+
ENTRY
{ address
author
@@ -29,16 +64,17 @@ ENTRY
doi
edition
editor
+ howpublished
institution
journal
key
language
mark
medium
+ note
number
organization
pages
- pinyin
publisher
school
series
@@ -49,14 +85,14 @@ ENTRY
volume
year
}
- { entry.lang }
- { label extra.label sort.label short.list entry.mark }
+ { entry.lang entry.is.electronic entry.numbered }
+ { label extra.label sort.label short.list entry.mark entry.url }
INTEGERS { output.state before.all mid.sentence after.sentence after.block after.slash }
INTEGERS { lang.zh lang.ja lang.en lang.ru lang.other }
-INTEGERS { charptr stringlength }
+INTEGERS { charptr len }
FUNCTION {init.state.consts}
{ #0 'before.all :=
@@ -71,34 +107,63 @@ FUNCTION {init.state.consts}
#0 'lang.other :=
}
-STRINGS { s t }
+FUNCTION {bbl.anonymous}
+{ entry.lang lang.zh =
+ { "佚名" }
+ { "Anon" }
+ if$
+}
-FUNCTION {debug}
-{ 's :=
- duplicate$
- "DEBUG: " s * " -> `" *
- swap$ * "'" *
- top$
+FUNCTION {bbl.space}
+{ entry.lang lang.zh =
+ { "\ " }
+ { " " }
+ if$
}
-FUNCTION {debug.int}
-{ 's :=
- duplicate$ int.to.str$
- "DEBUG: " s * " == " *
- swap$ *
- top$
+FUNCTION {bbl.et.al}
+{ entry.lang lang.zh =
+ { "等" }
+ { entry.lang lang.ja =
+ { "他" }
+ { entry.lang lang.ru =
+ { "идр" }
+ { "et~al." }
+ if$
+ }
+ if$
+ }
+ if$
}
-FUNCTION {punct.colon}
-{ ": "
+FUNCTION {citation.et.al}
+{ bbl.et.al }
+
+FUNCTION {bbl.colon} { ": " }
+
+FUNCTION {bbl.wide.space} { "\ " }
+
+FUNCTION {bbl.slash} { "//\allowbreak " }
+
+FUNCTION {bbl.sine.loco}
+{ entry.lang lang.zh =
+ { "[出版地不详]" }
+ { "[S.l.]" }
+ if$
}
-FUNCTION {punct.slash}
-{ "//\allowbreak{}"
+FUNCTION {bbl.sine.nomine}
+{ entry.lang lang.zh =
+ { "[出版者不详]" }
+ { "[s.n.]" }
+ if$
}
-FUNCTION {punct.space}
-{ " "
+FUNCTION {bbl.sine.loco.sine.nomine}
+{ entry.lang lang.zh =
+ { "[出版地不详: 出版者不详]" }
+ { "[S.l.: s.n.]" }
+ if$
}
FUNCTION {not}
@@ -119,6 +184,8 @@ FUNCTION {or}
if$
}
+STRINGS { s t }
+
FUNCTION {output.nonnull}
{ 's :=
output.state mid.sentence =
@@ -131,7 +198,9 @@ FUNCTION {output.nonnull}
{ output.state before.all =
'write$
{ output.state after.slash =
- { punct.slash * write$ }
+ { bbl.slash * write$
+ newline$
+ }
{ add.period$ " " * write$ }
if$
}
@@ -166,7 +235,7 @@ FUNCTION {output.after}
{ output.state before.all =
'write$
{ output.state after.slash =
- { punct.slash * write$ }
+ { bbl.slash * write$ }
{ add.period$ " " * write$ }
if$
}
@@ -190,13 +259,7 @@ FUNCTION {output.check}
}
FUNCTION {fin.entry}
-{ type$ "book" =
- type$ "inbook" = or
- type$ "incollection" = or
- type$ "collection" = or
- 'skip$
- 'add.period$
- if$
+{ add.period$
write$
newline$
}
@@ -230,7 +293,11 @@ FUNCTION {new.sentence}
FUNCTION {new.slash}
{ output.state before.all =
'skip$
- { after.slash 'output.state := }
+ { slash.for.extraction
+ { after.slash 'output.state := }
+ { after.block 'output.state := }
+ if$
+ }
if$
}
@@ -273,34 +340,14 @@ FUNCTION {field.or.null}
if$
}
-FUNCTION {emphasize}
+FUNCTION {italicize}
{ duplicate$ empty$
{ pop$ "" }
- { "\emph{" swap$ * "}" * }
+ { "\textit{" swap$ * "}" * }
if$
}
-INTEGERS { ascii }
-
-FUNCTION {get.char.lang}
-{ chr.to.int$ 'ascii :=
- ascii #64 > ascii #91 < and ascii #96 > ascii #123 < and or
- { lang.en }
- { ascii #227 > ascii #234 < and
- { lang.zh }
- { ascii #227 =
- { lang.ja }
- { ascii #207 > ascii #212 < and
- { lang.ru }
- { lang.en }
- if$
- }
- if$
- }
- if$
- }
- if$
-}
+INTEGERS { byte second.byte }
INTEGERS { char.lang tmp.lang }
@@ -309,47 +356,106 @@ STRINGS { tmp.str }
FUNCTION {get.str.lang}
{ 'tmp.str :=
lang.other 'tmp.lang :=
- tmp.str empty$
- { "Empty string!" warning$ }
- { #1 'charptr :=
- tmp.str text.length$ #1 + 'stringlength :=
- { charptr stringlength < }
- { tmp.str charptr #1 substring$ get.char.lang 'char.lang :=
- char.lang tmp.lang >
- { char.lang 'tmp.lang := }
- 'skip$
+ #1 'charptr :=
+ tmp.str text.length$ #1 + 'len :=
+ { charptr len < }
+ { tmp.str charptr #1 substring$ chr.to.int$ 'byte :=
+ byte #128 <
+ { charptr #1 + 'charptr :=
+ byte #64 > byte #91 < and byte #96 > byte #123 < and or
+ { lang.en 'char.lang := }
+ { lang.other 'char.lang := }
if$
-
- char.lang lang.zh = char.lang lang.ja = or
- { charptr #3 + 'charptr := }
- { char.lang lang.ru =
- { charptr #2 + 'charptr := }
- { charptr #1 + 'charptr := }
+ }
+ { tmp.str charptr #1 + #1 substring$ chr.to.int$ 'second.byte :=
+ byte #224 <
+ { charptr #2 + 'charptr :=
+ byte #207 > byte #212 < and
+ byte #212 = second.byte #176 < and or
+ { lang.ru 'char.lang := }
+ { lang.other 'char.lang := }
+ if$
+ }
+ { byte #240 <
+ { charptr #3 + 'charptr :=
+ byte #227 > byte #234 < and
+ { lang.zh 'char.lang := }
+ { byte #227 =
+ { second.byte #143 >
+ { lang.zh 'char.lang := }
+ { second.byte #128 > second.byte #132 < and
+ { lang.ja 'char.lang := }
+ { lang.other 'char.lang := }
+ if$
+ }
+ if$
+ }
+ { byte #239 =
+ second.byte #163 > second.byte #172 < and and
+ { lang.zh 'char.lang := }
+ { lang.other 'char.lang := }
+ if$
+ }
+ if$
+ }
+ if$
+ }
+ { charptr #4 + 'charptr :=
+ byte #240 = second.byte #159 > and
+ { lang.zh 'char.lang := }
+ { lang.other 'char.lang := }
+ if$
+ }
if$
}
if$
}
- while$
+ if$
+ char.lang tmp.lang >
+ { char.lang 'tmp.lang := }
+ 'skip$
+ if$
}
- if$
+ while$
tmp.lang
}
-FUNCTION {is.in.chinese}
-{ entry.lang lang.zh =
+FUNCTION {check.entry.lang}
+{ author field.or.null
+ title field.or.null *
+ get.str.lang
}
-FUNCTION {format.et.al}
-{ is.in.chinese
- { "等"}
- { "et~al." }
+FUNCTION {set.entry.lang}
+{ language empty$
+ { check.entry.lang }
+ { language "english" = language "american" = or language "british" = or
+ { lang.en }
+ { language "chinese" =
+ { lang.zh }
+ { language "japanese" =
+ { lang.ja }
+ { language "russian" =
+ { lang.ru }
+ { check.entry.lang }
+ if$
+ }
+ if$
+ }
+ if$
+ }
+ if$
+ }
if$
+ 'entry.lang :=
}
-FUNCTION {format.anonymous}
-{ is.in.chinese
- { "佚名" }
- { "Anon" }
+FUNCTION {set.entry.numbered}
+{ type$ "patent" =
+ type$ "standard" = or
+ type$ "techreport" = or
+ { #1 'entry.numbered := }
+ { #0 'entry.numbered := }
if$
}
@@ -362,15 +468,21 @@ FUNCTION {format.names}
numnames 'namesleft :=
{ namesleft #0 > }
{ s nameptr "{vv~}{ll}{, jj}{, ff}" format.name$ 't :=
- nameptr #4 =
- { format.et.al
+ nameptr max.num.authors >
+ { bbl.et.al
#1 'namesleft :=
}
{ t "others" =
- { format.et.al }
+ { bbl.et.al }
{ t get.str.lang 'name.lang :=
name.lang lang.en =
- { t #1 "{vv~}{ll}{ f{~}}{, jj}" format.name$ }
+ { t #1 "{vv~}{ll}{~f{~}}" format.name$
+ uppercase.name
+ { "u" change.case$ }
+ 'skip$
+ if$
+ t #1 "{, jj}" format.name$ *
+ }
{ t #1 "{ll}{ff}" format.name$ }
if$
}
@@ -395,9 +507,11 @@ FUNCTION {format.key}
}
FUNCTION {format.authors}
-{ author empty$
- { "" }
+{ author empty$ not
{ author format.names }
+ { "empty author in " cite$ * warning$
+ ""
+ }
if$
}
@@ -412,7 +526,7 @@ FUNCTION {format.translators}
{ translator empty$
{ "" }
{ translator format.names
- is.in.chinese
+ entry.lang lang.zh =
{ translator num.names$ #3 >
{ "译" * }
{ ", 译" * }
@@ -424,46 +538,6 @@ FUNCTION {format.translators}
if$
}
-FUNCTION {format.url}
-{ url empty$
- { "" }
- { new.block "\url{" url * "}" * }
- if$
-}
-
-FUNCTION {format.doi}
-{ ""
-}
-
-FUNCTION {format.title}
-{ title empty$
- { "" }
- { title "t" change.case$ }
- if$
-}
-
-FUNCTION {set.mark}
-{ entry.mark empty$ not
- 'pop$
- { mark empty$ not
- { pop$ mark 'entry.mark := }
- { 'entry.mark := }
- if$
- medium empty$ not
- { entry.mark "/" * medium * 'entry.mark := }
- { url empty$ not
- { entry.mark "/OL" * 'entry.mark := }
- 'skip$
- if$
- }
- if$
- }
- if$
-}
-
-FUNCTION {format.mark}
-{ "\allowbreak[" entry.mark * "]" * }
-
FUNCTION {format.full.names}
{'s :=
#1 'nameptr :=
@@ -547,7 +621,20 @@ FUNCTION {output.bibitem}
")" make.full.names duplicate$ short.list =
{ pop$ }
{ * }
- if$
+ if$
+ 's :=
+ s text.length$ 'charptr :=
+ { charptr #0 > }
+ { s charptr #1 substring$ "]" =
+ { #0 'charptr := }
+ { charptr #1 - 'charptr := }
+ if$
+ }
+ while$
+ charptr #0 >
+ { "{" s * "}" * }
+ { s }
+ if$
"]{" * write$
cite$ write$
"}" write$
@@ -556,122 +643,44 @@ FUNCTION {output.bibitem}
before.all 'output.state :=
}
-FUNCTION {hyphenate}
-{ 't :=
- ""
- { t empty$ not }
- { t #1 #1 substring$ "-" =
- { "-" *
- { t #1 #1 substring$ "-" = }
- { t #2 global.max$ substring$ 't := }
- while$
- }
- { t #1 #1 substring$ *
- t #2 global.max$ substring$ 't :=
- }
- if$
- }
- while$
-}
-
-FUNCTION {extract.before.dash}
-{ duplicate$ empty$
- { pop$ "" }
- { 's :=
- #1 'charptr :=
- s text.length$ #1 + 'stringlength :=
- { charptr stringlength <
- s charptr #1 substring$ "-" = not
- and
- }
- { charptr #1 + 'charptr := }
- while$
- s #1 charptr #1 - substring$
- }
- if$
-}
-
-FUNCTION {extract.after.dash}
-{ duplicate$ empty$
- { pop$ "" }
- { 's :=
- #1 'charptr :=
- s text.length$ #1 + 'stringlength :=
- { charptr stringlength <
- s charptr #1 substring$ "-" = not
- and
- }
- { charptr #1 + 'charptr := }
- while$
- { charptr stringlength <
- s charptr #1 substring$ "-" =
- and
- }
- { charptr #1 + 'charptr := }
- while$
- s charptr global.max$ substring$
- }
- if$
-}
-
-FUNCTION {contains.dash}
-{ duplicate$ empty$
- { pop$ #0 }
- { 's :=
- { s empty$ not
- s #1 #1 substring$ "-" = not
- and
- }
- { s #2 global.max$ substring$ 's := }
- while$
- s empty$ not
- }
+FUNCTION {change.sentence.case}
+{ entry.lang lang.en =
+ { "t" change.case$ }
+ 'skip$
if$
}
-FUNCTION {format.year}
-{ year empty$ not
- { year extract.before.dash }
- { date empty$ not
- { date extract.before.dash }
- { "empty year in " cite$ * warning$
- ""
- }
+FUNCTION {add.link}
+{ url empty$ not
+ { "\href{" url * "}{" * swap$ * "}" * }
+ { doi empty$ not
+ { "\href{http://dx.doi.org/" doi * "}{" * swap$ * "}" * }
+ 'skip$
if$
}
if$
- extra.label *
}
-FUNCTION {format.date}
-{ type$ "patent" = type$ "newspaper" = or
- date empty$ not and
- { date }
- { year }
- if$
-}
-
-FUNCTION {format.editdate}
-{ date empty$ not
- type$ "newspaper" = not and
- url empty$ not doi empty$ not or
- and
- { "\allowbreak(" date * ")" * }
- { "" }
- if$
-}
-
-FUNCTION {format.urldate}
-{ urldate empty$ not
- { "\allowbreak[" urldate * "]" * }
+FUNCTION {format.title}
+{ title empty$
{ "" }
+ { title
+ sentence.case.title
+ 'change.sentence.case
+ 'skip$
+ if$
+ entry.numbered number empty$ not and
+ { bbl.colon * number * }
+ 'skip$
+ if$
+ link.title
+ 'add.link
+ 'skip$
+ if$
+ }
if$
}
-FUNCTION {format.btitle}
-{ title emphasize
-}
-
FUNCTION {tie.or.space.connect}
{ duplicate$ text.length$ #3 <
{ "~" }
@@ -720,32 +729,32 @@ FUNCTION {is.number}
}
FUNCTION {format.volume}
-{ volume empty$
- { "" }
+{ volume empty$ not
{ volume is.number
- { is.in.chinese
- { "第" volume * "卷" * }
+ { entry.lang lang.zh =
+ { "第 " volume * " 卷" * }
{ "volume" volume tie.or.space.connect }
if$
}
{ volume }
if$
}
+ { "" }
if$
}
FUNCTION {format.number}
-{ number empty$
- { "" }
+{ number empty$ not
{ number is.number
- { is.in.chinese
- { "第" number * "册" * }
+ { entry.lang lang.zh =
+ { "第 " number * " 册" * }
{ "number" number tie.or.space.connect }
if$
}
{ number }
if$
}
+ { "" }
if$
}
@@ -756,42 +765,129 @@ FUNCTION {format.volume.number}
if$
}
+FUNCTION {format.title.vol.num}
+{ title
+ sentence.case.title
+ 'change.sentence.case
+ 'skip$
+ if$
+ entry.numbered
+ { number empty$ not
+ { bbl.colon * number * }
+ 'skip$
+ if$
+ }
+ { format.volume.number 's :=
+ s empty$ not
+ { bbl.colon * s * }
+ 'skip$
+ if$
+ }
+ if$
+}
+
FUNCTION {format.series.vol.num.title}
{ format.volume.number 's :=
series empty$ not
- { series ": " *
- s empty$ not
- { s * "\quad " * }
+ { series
+ sentence.case.title
+ 'change.sentence.case
'skip$
if$
+ entry.numbered
+ { bbl.wide.space * }
+ { bbl.colon *
+ s empty$ not
+ { s * bbl.wide.space * }
+ 'skip$
+ if$
+ }
+ if$
title *
+ sentence.case.title
+ 'change.sentence.case
+ 'skip$
+ if$
+ entry.numbered number empty$ not and
+ { bbl.colon * number * }
+ 'skip$
+ if$
}
- { title
+ { format.title.vol.num }
+ if$
+ link.title
+ 'add.link
+ 'skip$
+ if$
+}
+
+FUNCTION {format.booktitle.vol.num}
+{ booktitle
+ entry.numbered
+ 'skip$
+ { format.volume.number 's :=
s empty$ not
- { ": " * s * }
+ { bbl.colon * s * }
'skip$
if$
}
if$
- "t" change.case$
}
FUNCTION {format.series.vol.num.booktitle}
{ format.volume.number 's :=
series empty$ not
- { series ": " *
- s empty$ not
- { s * "\quad " * }
+ { series bbl.colon *
+ entry.numbered not s empty$ not and
+ { s * bbl.wide.space * }
'skip$
if$
booktitle *
}
- { booktitle
- s empty$ not
- { ": " * s * }
+ { format.booktitle.vol.num }
+ if$
+ in.booktitle
+ { duplicate$ empty$ not entry.lang lang.en = and
+ { "In: " swap$ * }
'skip$
if$
}
+ 'skip$
+ if$
+}
+
+FUNCTION {format.journal}
+{ journal
+ italic.jounal entry.lang lang.en = and
+ 'italicize
+ 'skip$
+ if$
+}
+
+FUNCTION {set.entry.mark}
+{ entry.mark empty$ not
+ 'pop$
+ { mark empty$ not
+ { pop$ mark 'entry.mark := }
+ { 'entry.mark := }
+ if$
+ }
+ if$
+}
+
+FUNCTION {format.mark}
+{ show.mark
+ { medium empty$ not
+ { entry.mark "/" * medium * 'entry.mark := }
+ { entry.is.electronic
+ { entry.mark "/OL" * 'entry.mark := }
+ 'skip$
+ if$
+ }
+ if$
+ "\allowbreak[" entry.mark * "]" *
+ }
+ { "" }
if$
}
@@ -816,13 +912,13 @@ FUNCTION {format.edition}
{ edition empty$
{ "" }
{ edition is.number
- { is.in.chinese
- { edition "版" * }
+ { entry.lang lang.zh =
+ { edition " 版" * }
{ edition num.to.ordinal " ed." * }
if$
}
{ entry.lang lang.en =
- { edition "t" change.case$ 's :=
+ { edition change.sentence.case 's :=
s "Revised" = s "Revised edition" = or
{ "Rev. ed." }
{ s " ed." *}
@@ -836,23 +932,6 @@ FUNCTION {format.edition}
if$
}
-FUNCTION {format.sine.loco}
-{ is.in.chinese
- { "[出版地不详]" }
- { "[S.l.]" }
- if$
-}
-
-FUNCTION {format.address}
-{ address }
-
-FUNCTION {format.sine.nomine}
-{ is.in.chinese
- { "[出版者不详]" }
- { "[s.n.]" }
- if$
-}
-
FUNCTION {format.publisher}
{ publisher empty$ not
{ publisher }
@@ -872,29 +951,22 @@ FUNCTION {format.publisher}
if$
}
-FUNCTION {format.sine.loco.sine.nomine}
-{ is.in.chinese
- { "[出版地不详: 出版者不详]" }
- { "[S.l.: s.n.]" }
- if$
-}
-
FUNCTION {format.address.publisher}
{ address empty$ not
{ address
format.publisher empty$ not
- { ": " * format.publisher * }
- { url empty$ doi empty$ and
- { ": " * format.sine.nomine * }
+ { bbl.colon * format.publisher * }
+ { entry.is.electronic not show.missing.address.publisher and
+ { bbl.colon * bbl.sine.nomine * }
'skip$
if$
}
if$
}
- { url empty$ doi empty$ and
+ { entry.is.electronic not show.missing.address.publisher and
{ format.publisher empty$ not
- { format.sine.loco ": " * format.publisher * }
- { format.sine.loco.sine.nomine }
+ { bbl.sine.loco bbl.colon * format.publisher * }
+ { bbl.sine.loco.sine.nomine }
if$
}
{ format.publisher empty$ not
@@ -907,6 +979,118 @@ FUNCTION {format.address.publisher}
if$
}
+FUNCTION {extract.before.dash}
+{ duplicate$ empty$
+ { pop$ "" }
+ { 's :=
+ #1 'charptr :=
+ s text.length$ #1 + 'len :=
+ { charptr len <
+ s charptr #1 substring$ "-" = not
+ and
+ }
+ { charptr #1 + 'charptr := }
+ while$
+ s #1 charptr #1 - substring$
+ }
+ if$
+}
+
+FUNCTION {extract.after.dash}
+{ duplicate$ empty$
+ { pop$ "" }
+ { 's :=
+ #1 'charptr :=
+ s text.length$ #1 + 'len :=
+ { charptr len <
+ s charptr #1 substring$ "-" = not
+ and
+ }
+ { charptr #1 + 'charptr := }
+ while$
+ { charptr len <
+ s charptr #1 substring$ "-" =
+ and
+ }
+ { charptr #1 + 'charptr := }
+ while$
+ s charptr global.max$ substring$
+ }
+ if$
+}
+
+FUNCTION {contains.dash}
+{ duplicate$ empty$
+ { pop$ #0 }
+ { 's :=
+ { s empty$ not
+ s #1 #1 substring$ "-" = not
+ and
+ }
+ { s #2 global.max$ substring$ 's := }
+ while$
+ s empty$ not
+ }
+ if$
+}
+
+FUNCTION {format.year}
+{ year empty$ not
+ { year extract.before.dash }
+ { date empty$ not
+ { date extract.before.dash }
+ { "empty year in " cite$ * warning$
+ urldate empty$ not
+ { "[" urldate extract.before.dash * "]" * }
+ { "" }
+ if$
+ }
+ if$
+ }
+ if$
+ extra.label *
+}
+
+FUNCTION {format.date}
+{ type$ "patent" = type$ "newspaper" = or
+ date empty$ not and
+ { date }
+ { year }
+ if$
+}
+
+FUNCTION {format.editdate}
+{ date empty$ not
+ { "\allowbreak(" date * ")" * }
+ { "" }
+ if$
+}
+
+FUNCTION {format.urldate}
+{ urldate empty$ not entry.is.electronic and
+ { "\allowbreak[" urldate * "]" * }
+ { "" }
+ if$
+}
+
+FUNCTION {hyphenate}
+{ 't :=
+ ""
+ { t empty$ not }
+ { t #1 #1 substring$ "-" =
+ { "-" *
+ { t #1 #1 substring$ "-" = }
+ { t #2 global.max$ substring$ 't := }
+ while$
+ }
+ { t #1 #1 substring$ *
+ t #2 global.max$ substring$ 't :=
+ }
+ if$
+ }
+ while$
+}
+
FUNCTION {format.pages}
{ pages empty$
{ "" }
@@ -915,7 +1099,15 @@ FUNCTION {format.pages}
}
FUNCTION {format.journal.volume}
-{ volume }
+{ volume empty$ not
+ { bold.journal.volume
+ { "\textbf{" volume * "}" * }
+ { volume }
+ if$
+ }
+ { "" }
+ if$
+}
FUNCTION {format.journal.number}
{ number empty$ not
@@ -924,10 +1116,17 @@ FUNCTION {format.journal.number}
if$
}
+FUNCTION {format.journal.pages}
+{ pages empty$
+ { "" }
+ { ":\penalty0 " pages hyphenate * }
+ if$
+}
+
FUNCTION {format.periodical.year.volume.number}
{ year empty$ not
{ year extract.before.dash }
- { "No year in periodical " cite$ * warning$ }
+ { "empty year in periodical " cite$ * warning$ }
if$
volume empty$ not
{ ", " * volume extract.before.dash * }
@@ -962,90 +1161,144 @@ FUNCTION {format.periodical.year.volume.number}
if$
}
-FUNCTION {format.in.ed.booktitle}
-{ booktitle empty$
- { "" }
- { editor empty$
- { "In " booktitle emphasize * }
- { "In " format.editors * ", " * booktitle emphasize * }
+FUNCTION {check.url}
+{ url empty$ not
+ { "\url{" url * "}" * 'entry.url :=
+ #1 'entry.is.electronic :=
+ }
+ { howpublished empty$ not
+ { howpublished #1 #5 substring$ "\url{" =
+ { howpublished 'entry.url :=
+ #1 'entry.is.electronic :=
+ }
+ 'skip$
+ if$
+ }
+ { note empty$ not
+ { note #1 #5 substring$ "\url{" =
+ { note 'entry.url :=
+ #1 'entry.is.electronic :=
+ }
+ 'skip$
+ if$
+ }
+ 'skip$
+ if$
+ }
if$
}
if$
}
-FUNCTION {empty.misc.check}
-{ author empty$ title empty$
- year empty$
- and and
- key empty$ not and
- { "all relevant fields are empty in " cite$ * warning$ }
+FUNCTION {format.url}
+{ entry.url empty$ not
+ { new.block entry.url }
+ { "" }
+ if$
+}
+
+FUNCTION {check.doi}
+{ doi empty$ not
+ { #1 'entry.is.electronic := }
'skip$
if$
}
-FUNCTION {format.article.crossref}
-{ key empty$
- { journal empty$
- { "need key or journal for " cite$ * " to crossref " * crossref *
- warning$
- ""
+FUNCTION {is.in.url}
+{ 's :=
+ s empty$
+ { #1 }
+ { entry.url empty$
+ { #0 }
+ { s text.length$ 'len :=
+ entry.url text.length$ 'charptr :=
+ { entry.url charptr len substring$ s = not
+ charptr #0 >
+ and
+ }
+ { charptr #1 - 'charptr := }
+ while$
+ charptr
}
- { "In \emph{" journal * "}" * }
if$
}
- { "In " }
if$
- " \citet{" * crossref * "}" *
}
-FUNCTION {format.book.crossref}
-{ volume empty$
- { "empty volume in " cite$ * "'s crossref of " * crossref * warning$
- "In "
- }
- { "Volume" volume tie.or.space.connect
- " of " *
- }
- if$
- editor empty$
- editor field.or.null author field.or.null =
- or
- { key empty$
- { series empty$
- { "need editor, key, or series for " cite$ * " to crossref " *
- crossref * warning$
- "" *
+FUNCTION {format.doi}
+{ ""
+ doi empty$ not show.doi and
+ { "" 's :=
+ doi 't :=
+ #0 'numnames :=
+ { t empty$ not}
+ { t #1 #1 substring$ 'tmp.str :=
+ tmp.str "," = tmp.str " " = or t #2 #1 substring$ empty$ or
+ { t #2 #1 substring$ empty$
+ { s tmp.str * 's := }
+ 'skip$
+ if$
+ s empty$ s is.in.url or
+ 'skip$
+ { numnames #1 + 'numnames :=
+ numnames #1 >
+ { ", " * }
+ { "DOI: " * }
+ if$
+ "\doi{" s * "}" * *
+ }
+ if$
+ "" 's :=
}
- { "\emph{" * series * "}" * }
+ { s tmp.str * 's := }
if$
+ t #2 global.max$ substring$ 't :=
}
- 'skip$
+ while$
+ 's :=
+ s empty$ not
+ { new.block s }
+ { "" }
if$
}
'skip$
if$
- " \citet{" * crossref * "}" *
}
-FUNCTION {format.incoll.inproc.crossref}
-{ editor empty$
- editor field.or.null author field.or.null =
- or
- { key empty$
- { booktitle empty$
- { "need editor, key, or booktitle for " cite$ * " to crossref " *
- crossref * warning$
- ""
- }
- { "In \emph{" booktitle * "}" * }
- if$
- }
- { "In " }
+FUNCTION {check.electronic}
+{ "" 'entry.url :=
+ #0 'entry.is.electronic :=
+ 'check.doi
+ 'skip$
+ if$
+ 'check.url
+ 'skip$
+ if$
+ medium empty$ not
+ { medium "MT" = medium "DK" = or medium "CD" = or medium "OL" = or
+ { #1 'entry.is.electronic := }
+ 'skip$
if$
}
- { "In " }
+ 'skip$
+ if$
+}
+
+FUNCTION {format.note}
+{ note empty$ not show.note and
+ { note }
+ { "" }
+ if$
+}
+
+FUNCTION {empty.misc.check}
+{ author empty$ title empty$
+ year empty$
+ and and
+ key empty$ not and
+ { "all relevant fields are empty in " cite$ * warning$ }
+ 'skip$
if$
- " \citet{" * crossref * "}" *
}
FUNCTION {monograph}
@@ -1054,14 +1307,16 @@ FUNCTION {monograph}
{ format.authors }
{ editor empty$ not
{ format.editors }
- { "" }
+ { "empty author and editor in " cite$ * warning$
+ ""
+ }
if$
}
if$
output
new.block
format.series.vol.num.title "title" output.check
- "M" set.mark
+ "M" set.entry.mark
format.mark "" output.after
new.block
format.translators output
@@ -1070,20 +1325,22 @@ FUNCTION {monograph}
new.block
format.address.publisher output
format.year "year" output.check
- format.pages punct.colon output.after
+ format.pages bbl.colon output.after
format.urldate "" output.after
format.url output
format.doi output
+ new.block
+ format.note output
fin.entry
}
FUNCTION {incollection}
{ output.bibitem
- format.authors "author" output.check
+ format.authors output
author format.key output
new.block
format.title "title" output.check
- "M" set.mark
+ "M" set.entry.mark
format.mark "" output.after
new.block
format.translators output
@@ -1096,20 +1353,22 @@ FUNCTION {incollection}
new.block
format.address.publisher output
format.year "year" output.check
- format.pages punct.colon output.after
+ format.pages bbl.colon output.after
format.urldate "" output.after
format.url output
format.doi output
+ new.block
+ format.note output
fin.entry
}
FUNCTION {periodical}
{ output.bibitem
- format.authors "author" output.check
+ format.authors output
author format.key output
new.block
format.title "title" output.check
- "J" set.mark
+ "J" set.entry.mark
format.mark "" output.after
new.block
format.periodical.year.volume.number output
@@ -1119,27 +1378,30 @@ FUNCTION {periodical}
format.urldate "" output.after
format.url output
format.doi output
+ new.block
+ format.note output
fin.entry
}
-FUNCTION {article.in.journal}
+FUNCTION {article}
{ output.bibitem
- format.authors "author" output.check
+ format.authors output
author format.key output
new.block
format.title "title" output.check
- "J" set.mark
+ "J" set.entry.mark
format.mark "" output.after
new.block
- journal "journal" output.check
+ format.journal "journal" output.check
format.date "year" output.check
- volume output
+ format.journal.volume output
format.journal.number "" output.after
- format.pages punct.colon output.after
- format.editdate "" output.after
+ format.journal.pages "" output.after
format.urldate "" output.after
format.url output
format.doi output
+ new.block
+ format.note output
fin.entry
}
@@ -1148,29 +1410,28 @@ FUNCTION {patent}
format.authors output
author format.key output
new.block
- format.title
- number empty$ not
- { punct.colon * number * }
- 'skip$
- if$
- "title" output.check
- "P" set.mark
+ format.title "title" output.check
+ "P" set.entry.mark
format.mark "" output.after
new.block
format.date "year" output.check
format.urldate "" output.after
format.url output
format.doi output
+ new.block
+ format.note output
fin.entry
}
-FUNCTION {online}
-{ output.bibitem
+FUNCTION {electronic}
+{ #1 #1 check.electronic
+ #1 'entry.is.electronic :=
+ output.bibitem
format.authors output
author format.key output
new.block
format.series.vol.num.title "title" output.check
- "EB" set.mark
+ "EB" set.entry.mark
format.mark "" output.after
new.block
format.address.publisher output
@@ -1178,23 +1439,29 @@ FUNCTION {online}
{ format.date output }
'skip$
if$
- format.pages punct.colon output.after
+ format.pages bbl.colon output.after
format.editdate "" output.after
format.urldate "" output.after
format.url output
format.doi output
+ new.block
+ format.note output
fin.entry
}
FUNCTION {misc}
{ journal empty$ not
- 'article.in.journal
+ 'article
{ booktitle empty$ not
'incollection
- { url empty$ not
- 'online
- { "Z" set.mark
- monograph
+ { publisher empty$ not
+ 'monograph
+ { entry.is.electronic
+ 'electronic
+ { "Z" set.entry.mark
+ monograph
+ }
+ if$
}
if$
}
@@ -1205,83 +1472,95 @@ FUNCTION {misc}
}
FUNCTION {archive}
-{ "A" set.mark
+{ "A" set.entry.mark
misc
}
-FUNCTION {article} { misc }
-
FUNCTION {book} { monograph }
+FUNCTION {booklet} { book }
+
FUNCTION {collection}
-{ "G" set.mark
+{ "G" set.entry.mark
monograph
}
FUNCTION {database}
-{ "DB" set.mark
- misc
+{ "DB" set.entry.mark
+ electronic
}
FUNCTION {dataset}
-{ "DS" set.mark
- misc
+{ "DS" set.entry.mark
+ electronic
}
FUNCTION {inbook} { book }
FUNCTION {inproceedings}
-{ "C" set.mark
+{ "C" set.entry.mark
incollection
}
FUNCTION {conference} { inproceedings }
FUNCTION {map}
-{ "CM" set.mark
+{ "CM" set.entry.mark
misc
}
+FUNCTION {manual} { monograph }
+
FUNCTION {mastersthesis}
-{ is.in.chinese
- { "\thumasterbib{}" }
+{ lang.zh entry.lang =
+ { "硕士学位论文" }
{ "D" }
if$
- set.mark
+ set.entry.mark
monograph
}
FUNCTION {newspaper}
-{ "N" set.mark
- article.in.journal
+{ "N" set.entry.mark
+ article
+}
+
+FUNCTION {online}
+{ "EB" set.entry.mark
+ electronic
}
FUNCTION {phdthesis}
-{ is.in.chinese
- { "\thuphdbib{}" }
+{ lang.zh entry.lang =
+ { "博士学位论文" }
{ "D" }
if$
- set.mark
+ set.entry.mark
monograph
}
FUNCTION {proceedings}
-{ "C" set.mark
+{ "C" set.entry.mark
monograph
}
FUNCTION {software}
-{ "CP" set.mark
- misc
+{ "CP" set.entry.mark
+ electronic
}
FUNCTION {standard}
-{ "S" set.mark
+{ "S" set.entry.mark
misc
}
FUNCTION {techreport}
-{ "R" set.mark
+{ "R" set.entry.mark
+ misc
+}
+
+FUNCTION {unpublished}
+{ "Z" set.entry.mark
misc
}
@@ -1352,41 +1631,11 @@ MACRO {toplas} {"ACM Transactions on Programming Languages and Systems"}
MACRO {tcs} {"Theoretical Computer Science"}
-READ
-
-EXECUTE {init.state.consts}
-
-FUNCTION {set.entry.lang}
-{ language empty$
- { author field.or.null title field.or.null * get.str.lang }
- { language "english" = language "american" = or language "british" = or
- { lang.en }
- { language "chinese" =
- { lang.zh }
- { language "japanese" =
- { lang.ja }
- { language "russian" =
- { lang.ru }
- { lang.other }
- if$
- }
- if$
- }
- if$
- }
- if$
- }
- if$
- 'entry.lang :=
-}
-
FUNCTION {sortify}
{ purify$
"l" change.case$
}
-INTEGERS { len }
-
FUNCTION {chop.word}
{ 's :=
'len :=
@@ -1405,7 +1654,7 @@ FUNCTION {format.lab.names}
{ t #1 "{ll}{ff}" format.name$}
if$
s num.names$ #1 >
- { "\ " * format.et.al * }
+ { bbl.space * citation.et.al * }
'skip$
if$
}
@@ -1505,8 +1754,6 @@ INTEGERS { seq.num }
FUNCTION {init.seq}
{ #0 'seq.num :=}
-EXECUTE {init.seq}
-
FUNCTION {int.to.fix}
{ "000000000" swap$ int.to.str$ *
#-1 #10 substring$
@@ -1514,6 +1761,8 @@ FUNCTION {int.to.fix}
FUNCTION {presort}
{ set.entry.lang
+ set.entry.numbered
+ show.url show.doi check.electronic
calc.label
label sortify
" "
@@ -1526,10 +1775,6 @@ FUNCTION {presort}
'sort.key$ :=
}
-ITERATE {presort}
-
-SORT
-
STRINGS { longest.label last.label next.extra }
INTEGERS { longest.label.width last.extra.num number.label }
@@ -1571,20 +1816,10 @@ FUNCTION {reverse.pass}
label extra.label * 'label :=
}
-EXECUTE {initialize.longest.label}
-
-ITERATE {forward.pass}
-
-REVERSE {reverse.pass}
-
FUNCTION {bib.sort.order}
{ sort.label 'sort.key$ :=
}
-ITERATE {bib.sort.order}
-
-SORT
-
FUNCTION {begin.bib}
{ preamble$ empty$
'skip$
@@ -1596,23 +1831,49 @@ FUNCTION {begin.bib}
write$ newline$
"\providecommand{\url}[1]{#1}"
write$ newline$
- "\providecommand{\href}[2]{\url{#2}}"
- write$ newline$
- "\providecommand{\doi}[1]{DOI: \href{https://doi.org/#1}{#1}}"
- write$ newline$
"\expandafter\ifx\csname urlstyle\endcsname\relax\relax\else"
write$ newline$
" \urlstyle{same}\fi"
write$ newline$
+ show.doi
+ { "\providecommand{\href}[2]{\url{#2}}"
+ write$ newline$
+ "\providecommand{\doi}[1]{\href{https://doi.org/#1}{#1}}"
+ write$ newline$
+ }
+ 'skip$
+ if$
}
-EXECUTE {begin.bib}
-
-ITERATE {call.type$}
-
FUNCTION {end.bib}
{ newline$
"\end{thebibliography}" write$ newline$
}
+READ
+
+EXECUTE {init.state.consts}
+
+EXECUTE {load.config}
+
+EXECUTE {init.seq}
+
+ITERATE {presort}
+
+SORT
+
+EXECUTE {initialize.longest.label}
+
+ITERATE {forward.pass}
+
+REVERSE {reverse.pass}
+
+ITERATE {bib.sort.order}
+
+SORT
+
+EXECUTE {begin.bib}
+
+ITERATE {call.type$}
+
EXECUTE {end.bib}