summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-09-01 01:31:58 +0000
committerKarl Berry <karl@freefriends.org>2017-09-01 01:31:58 +0000
commitd23537f56720850db3dedce1b78bd65bbd6d0b0a (patch)
tree42f1f1adc8f39849f14edef450e5a2cce60f6497 /Master/texmf-dist/bibtex
parent6e36d6bd53aa0e277252686a2f6eff44c579b7fc (diff)
acmart (31aug17)
git-svn-id: svn://tug.org/texlive/trunk@45184 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex')
-rw-r--r--Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst25
1 files changed, 20 insertions, 5 deletions
diff --git a/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst b/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst
index ea3f35af251..997485ade21 100644
--- a/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst
+++ b/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst
@@ -3086,6 +3086,22 @@ ITERATE { presort }
SORT % by label, year, author/editor, title
+% From plainnat.bst
+STRINGS { longest.label }
+
+INTEGERS { longest.label.width number.label }
+
+FUNCTION {initialize.longest.label}
+{ "" 'longest.label :=
+ #0 int.to.chr$ 'last.label :=
+ "" 'next.extra :=
+ #0 'longest.label.width :=
+ #0 'last.extra.num :=
+ #0 'number.label :=
+}
+
+
+
FUNCTION { initialize.extra.label.stuff }
{ #0 int.to.chr$ 'last.label :=
"" 'next.extra :=
@@ -3099,8 +3115,6 @@ FUNCTION { forward.pass }
% if two entries are the same (see presort)
last.label
- % OLD:calc.label year field.or.null purify$ #-1 #4 substring$ * % add year
- % NEW:
calc.basic.label year field.or.null purify$ #-1 #4 substring$ * % add year
#1 entry.max$ substring$ = % are they equal?
{ last.extra.num #1 + 'last.extra.num :=
@@ -3108,12 +3122,11 @@ FUNCTION { forward.pass }
}
{ "a" chr.to.int$ 'last.extra.num :=
"" 'extra.label :=
- % OLD: calc.label year field.or.null purify$ #-1 #4 substring$ * % add year
- % NEW:
calc.basic.label year field.or.null purify$ #-1 #4 substring$ * % add year
#1 entry.max$ substring$ 'last.label := % assign to last.label
}
if$
+ number.label #1 + 'number.label :=
}
FUNCTION { reverse.pass }
@@ -3127,6 +3140,8 @@ FUNCTION { reverse.pass }
}
EXECUTE {initialize.extra.label.stuff}
+EXECUTE {initialize.longest.label}
+
ITERATE {forward.pass}
@@ -3167,7 +3182,7 @@ FUNCTION { begin.bib }
'skip$
{ preamble$ writeln }
if$
- "\begin{thebibliography}{00}" writeln
+ "\begin{thebibliography}{" number.label int.to.str$ * "}" * writeln
"" writeln
"%%% ====================================================================" writeln
"%%% NOTE TO THE USER: you can override these defaults by providing" writeln