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.bst9
1 files changed, 7 insertions, 2 deletions
diff --git a/Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst b/Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst
index 663058a3e21..4a781e19693 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 1.2, 2011/01/05
+% Version 1.5, 2011/02/26
%
%%%
@@ -92,6 +92,7 @@ ENTRY
publisher
school
series
+ sortyear
title
type
url
@@ -1336,6 +1337,8 @@ FUNCTION {presort}
*
" "
*
+ sortyear field.or.null sortify
+ *
year field.or.null sortify
*
" "
@@ -1419,13 +1422,15 @@ FUNCTION {begin.bib}
if$
"\providecommand{\bysame}{\leavevmode\hbox to3em{\hrulefill}\thinspace}"
write$ newline$
+ "\providecommand{\noopsort}[1]{}"
+ write$ newline$
"\providecommand{\mr}[1]{\href{http://www.ams.org/mathscinet-getitem?mr=#1}{MR~#1}}"
write$ newline$
"\providecommand{\zbl}[1]{\href{http://www.zentralblatt-math.org/zmath/en/search/?q=an:#1}{Zbl~#1}}"
write$ newline$
"\providecommand{\jfm}[1]{\href{http://www.emis.de/cgi-bin/JFM-item?#1}{JFM~#1}}"
write$ newline$
- "\providecommand{\arxiv}[1]{\href{http://www.arxiv.org/abs/#1}{arXiV~#1}}"
+ "\providecommand{\arxiv}[1]{\href{http://www.arxiv.org/abs/#1}{arXiv~#1}}"
write$ newline$
"\providecommand{\doi}[1]{\href{http://dx.doi.org/#1}{doi: #1}}"
write$ newline$