summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/aomart/aomalpha.bst
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/aomart/aomalpha.bst')
-rw-r--r--macros/latex/contrib/aomart/aomalpha.bst20
1 files changed, 18 insertions, 2 deletions
diff --git a/macros/latex/contrib/aomart/aomalpha.bst b/macros/latex/contrib/aomart/aomalpha.bst
index 0a856949ce..e2706c2adb 100644
--- a/macros/latex/contrib/aomart/aomalpha.bst
+++ b/macros/latex/contrib/aomart/aomalpha.bst
@@ -378,6 +378,22 @@ FUNCTION {fin.entry}
newline$
}
+FUNCTION {fin.entry.misc}
+{ add.period$
+ write$
+ arxiv output.nonempty.arxiv
+ doi output.nonempty.doi
+ doi empty$
+ { url output.nonempty.url }
+ { doi missing$
+ { url output.nonempty.url }
+ 'skip$
+ if$}
+ if$
+ newline$
+}
+
+
% Removed new.block, new.block.checka, new.block.checkb, new.sentence,
% new.sentence.checka, and new.sentence.checkb functions here, since they
% don't seem to be needed in the AMS style. Also moved some real
@@ -1003,7 +1019,7 @@ FUNCTION {misc}
format.date output
note output
format.book.pages output
- fin.entry
+ fin.entry.misc
empty.misc.check
}
@@ -1075,7 +1091,7 @@ FUNCTION {unpublished}
titlenote output
note "note" output.check
format.date output
- fin.entry
+ fin.entry.misc
}
FUNCTION {default.type} { misc }