summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-02-28 00:25:25 +0000
committerKarl Berry <karl@freefriends.org>2011-02-28 00:25:25 +0000
commit995f56a40c36079b6c2cc498da5f3f152c42fb8d (patch)
tree06e7f5f9a2500dd280188e4a09ab5c5ff518d99c /Master/texmf-dist/bibtex
parent76d8fd5343b57ba53f5ba3fcd0e24598b8bb6ff6 (diff)
aomart (27feb11)
git-svn-id: svn://tug.org/texlive/trunk@21538 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex')
-rw-r--r--Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst9
-rw-r--r--Master/texmf-dist/bibtex/bst/aomart/aomplain.bst9
2 files changed, 14 insertions, 4 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$
diff --git a/Master/texmf-dist/bibtex/bst/aomart/aomplain.bst b/Master/texmf-dist/bibtex/bst/aomart/aomplain.bst
index 4cbac9fa925..e8777688815 100644
--- a/Master/texmf-dist/bibtex/bst/aomart/aomplain.bst
+++ b/Master/texmf-dist/bibtex/bst/aomart/aomplain.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
%
%%%
@@ -89,6 +89,7 @@ ENTRY
publisher
school
series
+ sortyear
title
type
url
@@ -1199,6 +1200,8 @@ FUNCTION {presort}
if$
" "
*
+ sortyear field.or.null sortify
+ *
year field.or.null sortify
*
" "
@@ -1274,13 +1277,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$