summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/bibtex')
-rw-r--r--Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst8
-rw-r--r--Master/texmf-dist/bibtex/bst/aomart/aomplain.bst8
2 files changed, 14 insertions, 2 deletions
diff --git a/Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst b/Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst
index d8cfcf139d6..0a856949ce5 100644
--- a/Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst
+++ b/Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst
@@ -368,7 +368,13 @@ FUNCTION {fin.entry}
jfmnumber output.nonempty.jfmnumber
arxiv output.nonempty.arxiv
doi output.nonempty.doi
- url output.nonempty.url
+ doi empty$
+ { url output.nonempty.url }
+ { doi missing$
+ { url output.nonempty.url }
+ 'skip$
+ if$}
+ if$
newline$
}
diff --git a/Master/texmf-dist/bibtex/bst/aomart/aomplain.bst b/Master/texmf-dist/bibtex/bst/aomart/aomplain.bst
index 2a498de1487..03d0fe74d15 100644
--- a/Master/texmf-dist/bibtex/bst/aomart/aomplain.bst
+++ b/Master/texmf-dist/bibtex/bst/aomart/aomplain.bst
@@ -364,7 +364,13 @@ FUNCTION {fin.entry}
jfmnumber output.nonempty.jfmnumber
arxiv output.nonempty.arxiv
doi output.nonempty.doi
- url output.nonempty.url
+ doi empty$
+ { url output.nonempty.url }
+ { doi missing$
+ { url output.nonempty.url }
+ 'skip$
+ if$}
+ if$
newline$
}