summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/acmart/ACM-Reference-Format.bst
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-01-13 03:01:06 +0000
committerNorbert Preining <norbert@preining.info>2020-01-13 03:01:06 +0000
commitd8d4c8c20f235a6610baf22bea580063cc19e9a6 (patch)
tree09a89e3094b33de98b14cf7c002991b04c8ee969 /macros/latex/contrib/acmart/ACM-Reference-Format.bst
parentb0cb2086fcb39d89f7f5f6b8a9eea09f78272b52 (diff)
CTAN sync 202001130301
Diffstat (limited to 'macros/latex/contrib/acmart/ACM-Reference-Format.bst')
-rw-r--r--macros/latex/contrib/acmart/ACM-Reference-Format.bst10
1 files changed, 6 insertions, 4 deletions
diff --git a/macros/latex/contrib/acmart/ACM-Reference-Format.bst b/macros/latex/contrib/acmart/ACM-Reference-Format.bst
index 554a604985..fa5273282a 100644
--- a/macros/latex/contrib/acmart/ACM-Reference-Format.bst
+++ b/macros/latex/contrib/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$
}