summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst')
-rw-r--r--Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst16
1 files changed, 15 insertions, 1 deletions
diff --git a/Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst b/Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst
index 03022a2940b..663058a3e21 100644
--- a/Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst
+++ b/Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst
@@ -20,7 +20,7 @@
% This work consists of the file aomart.dtx the
% derived file aomart.cls, and the file aomplain.bst
%
-% Version 0.10, 2010/12/18
+% Version 1.2, 2011/01/05
%
%%%
@@ -94,6 +94,7 @@ ENTRY
series
title
type
+ url
venue
volume
year
@@ -343,6 +344,18 @@ FUNCTION {output.nonempty.doi}
if$
}
+FUNCTION {output.nonempty.url}
+{ duplicate$ missing$
+ { pop$ "" }
+ 'skip$
+ if$
+ duplicate$ empty$
+ 'pop$
+ { " Available at \url{" swap$ * "}. " * write$ }
+ if$
+}
+
+
FUNCTION {fin.entry}
{ add.period$
@@ -352,6 +365,7 @@ FUNCTION {fin.entry}
jfmnumber output.nonempty.jfmnumber
arxiv output.nonempty.arxiv
doi output.nonempty.doi
+ url output.nonempty.url
newline$
}