summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/acmart/ACM-Reference-Format.bst
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/acmart/ACM-Reference-Format.bst')
-rw-r--r--macros/latex/contrib/acmart/ACM-Reference-Format.bst7
1 files changed, 3 insertions, 4 deletions
diff --git a/macros/latex/contrib/acmart/ACM-Reference-Format.bst b/macros/latex/contrib/acmart/ACM-Reference-Format.bst
index 8b97b18812..80ed3bb23f 100644
--- a/macros/latex/contrib/acmart/ACM-Reference-Format.bst
+++ b/macros/latex/contrib/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$