diff options
author | Karl Berry <karl@freefriends.org> | 2017-02-05 23:18:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-02-05 23:18:08 +0000 |
commit | 2628a70d98f12b364a8164b3ccaae5a882a2a4dc (patch) | |
tree | 5ddea929039c905b2d185a1c72705d2174cb8475 /Master | |
parent | 98ca449bc677ac6f97b345133e7c7ac1eb30f32b (diff) |
aomart (5feb17)
git-svn-id: svn://tug.org/texlive/trunk@43144 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/aomart/aomplain.bst | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/aomart/README | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/aomart/aomart.pdf | bin | 403814 -> 403779 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/aomart/aomsample.pdf | bin | 487008 -> 487008 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/aomart/aomsample1.pdf | bin | 487014 -> 487014 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/aomart/aomart.dtx | 3 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/aomart/aomart.cls | 2 |
7 files changed, 9 insertions, 3 deletions
diff --git a/Master/texmf-dist/bibtex/bst/aomart/aomplain.bst b/Master/texmf-dist/bibtex/bst/aomart/aomplain.bst index 7d06eba0548..d9673227648 100644 --- a/Master/texmf-dist/bibtex/bst/aomart/aomplain.bst +++ b/Master/texmf-dist/bibtex/bst/aomart/aomplain.bst @@ -97,6 +97,8 @@ ENTRY year zblnumber titlenote + totalpages + pagetotal } {} { label bysame } diff --git a/Master/texmf-dist/doc/latex/aomart/README b/Master/texmf-dist/doc/latex/aomart/README index 1c547f1854d..4e6c55d6cba 100644 --- a/Master/texmf-dist/doc/latex/aomart/README +++ b/Master/texmf-dist/doc/latex/aomart/README @@ -1,12 +1,15 @@ LaTeX Class for The Annals of Mathematics Boris Veytsman - Version 1.17 + Version 1.17a This package provides the class for typesetting articles for The Annals of Mathematics, http://annals.princeton.edu/. Changes: + Version 1.17a + Bug fixed in aomplain.bst + Version 1.17 New field totalpages in the bibliography diff --git a/Master/texmf-dist/doc/latex/aomart/aomart.pdf b/Master/texmf-dist/doc/latex/aomart/aomart.pdf Binary files differindex ac9219b265e..a0a7ce7cdf4 100644 --- a/Master/texmf-dist/doc/latex/aomart/aomart.pdf +++ b/Master/texmf-dist/doc/latex/aomart/aomart.pdf diff --git a/Master/texmf-dist/doc/latex/aomart/aomsample.pdf b/Master/texmf-dist/doc/latex/aomart/aomsample.pdf Binary files differindex 1c2622b67f3..f5d08d3c4d8 100644 --- a/Master/texmf-dist/doc/latex/aomart/aomsample.pdf +++ b/Master/texmf-dist/doc/latex/aomart/aomsample.pdf diff --git a/Master/texmf-dist/doc/latex/aomart/aomsample1.pdf b/Master/texmf-dist/doc/latex/aomart/aomsample1.pdf Binary files differindex 1c4f8a6aaf8..7e5c8ffb724 100644 --- a/Master/texmf-dist/doc/latex/aomart/aomsample1.pdf +++ b/Master/texmf-dist/doc/latex/aomart/aomsample1.pdf diff --git a/Master/texmf-dist/source/latex/aomart/aomart.dtx b/Master/texmf-dist/source/latex/aomart/aomart.dtx index af7ac7b1a32..fc519d1014c 100644 --- a/Master/texmf-dist/source/latex/aomart/aomart.dtx +++ b/Master/texmf-dist/source/latex/aomart/aomart.dtx @@ -106,6 +106,7 @@ % the documentation} % \changes{v1.17}{2017/01/26}{Added new field totalpages to the % bibliography} +% \changes{v1.17a}{2017/01/26}{Bug fixed in aomplain.bst} % % \clearpage % @@ -737,7 +738,7 @@ \ProvidesFile{aomart.dtx} %</gobble> %<class>\ProvidesClass{aomart} -[2017/01/26 v1.17 Typesetting articles for the Annals of Mathematics] +[2017/02/04 v1.17a Typesetting articles for the Annals of Mathematics] % \end{macrocode} % % diff --git a/Master/texmf-dist/tex/latex/aomart/aomart.cls b/Master/texmf-dist/tex/latex/aomart/aomart.cls index 6455c7fdc3f..8a54abfe1ec 100644 --- a/Master/texmf-dist/tex/latex/aomart/aomart.cls +++ b/Master/texmf-dist/tex/latex/aomart/aomart.cls @@ -37,7 +37,7 @@ %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e} \ProvidesClass{aomart} -[2017/01/26 v1.17 Typesetting articles for the Annals of Mathematics] +[2017/02/04 v1.17a Typesetting articles for the Annals of Mathematics] \long\def\aom@size@warning#1{% \ClassWarning{aomart}{Size-changing option #1 will not be honored}}% |