diff options
Diffstat (limited to 'Master/texmf-dist/bibtex/bst')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst | 9 | ||||
-rw-r--r-- | Master/texmf-dist/bibtex/bst/aomart/aomplain.bst | 9 |
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$ |