summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-01-12 21:40:09 +0000
committerKarl Berry <karl@freefriends.org>2020-01-12 21:40:09 +0000
commitf25280c072d3756c0ff3c440b463b03ec80c71e1 (patch)
tree6f2a92d5fc4897eb82306f6add9b611e9655daa3 /Master/texmf-dist/bibtex
parent54bd17db5b455409d7e0466642ea6f9a7ea5ecc5 (diff)
acmart (12jan20)
git-svn-id: svn://tug.org/texlive/trunk@53381 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex')
-rw-r--r--Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst10
1 files changed, 6 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 554a604985b..fa5273282a1 100644
--- a/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst
+++ b/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst
@@ -1252,18 +1252,20 @@ FUNCTION { format.city }
if$
}
{
- location empty.or.unknown
- {
+ location empty.or.unknown
+ {
date empty.or.unknown
{ " (" * city * ")" * }
{ " (" * city * ", " * date * ")" * }
+ if$
}
- {
+ {
date empty.or.unknown
{ " (" * location * ")" * }
{ " (" * location * ", " * date * ")" * }
+ if$
}
- if$
+ if$
}
if$
}