summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-02-25 01:19:42 +0000
committerKarl Berry <karl@freefriends.org>2020-02-25 01:19:42 +0000
commitee9bd506b9173d5ba88462a23050a184dcf99cca (patch)
treebfeeace0a02e66c8121322402fc551ecfa3465b9 /Master/texmf-dist/bibtex
parent32a9c69b94accb39cfceebe78b4793af26540399 (diff)
acmart (25feb20)
git-svn-id: svn://tug.org/texlive/trunk@53899 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex')
-rw-r--r--Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst7
1 files changed, 3 insertions, 4 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 8b97b188124..80ed3bb23f5 100644
--- a/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst
+++ b/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst
@@ -717,16 +717,15 @@ FUNCTION { output.eprint } %
}
{ "[" archiveprefix "l" change.case$ "]" * * * }
if$
- "{" *
+ "{" eprint "}" * * *
primaryclass empty.or.unknown
{ eprintclass empty.or.unknown
{ }
- { eprintclass "/" * * }
+ { "~[" eprintclass "]" * * * }
if$
}
- { primaryclass "/" * * }
+ { "~[" primaryclass "]" * * * }
if$
- eprint "}" * *
writeln
}
if$