diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/amscls/amsart.template | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/amscls/amsbook.template | 20 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/amscls/amsclass.pdf | bin | 948311 -> 414868 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/amscls/amsproc.template | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/amscls/diffs-c.txt | 7 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/amscls/00readme.txt | 8 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/amscls/amsclass.dtx | 76 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/amscls/amsart.cls | 63 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/amscls/amsbook.cls | 63 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/amscls/amsproc.cls | 63 |
10 files changed, 136 insertions, 170 deletions
diff --git a/Master/texmf-dist/doc/latex/amscls/amsart.template b/Master/texmf-dist/doc/latex/amscls/amsart.template index 1923a23557c..909b3f36a72 100644 --- a/Master/texmf-dist/doc/latex/amscls/amsart.template +++ b/Master/texmf-dist/doc/latex/amscls/amsart.template @@ -42,6 +42,9 @@ \thanks{} \subjclass[2000]{Primary } +% For articles to be published after 1 January 2010, you may use +% the following version: +%\subjclass[2010]{Primary } \keywords{} diff --git a/Master/texmf-dist/doc/latex/amscls/amsbook.template b/Master/texmf-dist/doc/latex/amscls/amsbook.template index 4ac9c928dd9..ecc218550e9 100644 --- a/Master/texmf-dist/doc/latex/amscls/amsbook.template +++ b/Master/texmf-dist/doc/latex/amscls/amsbook.template @@ -6,7 +6,7 @@ % % Remove any commented or uncommented macros you do not use. -\documentclass{amsart} +\documentclass{amsbook} % For use when working on individual chapters %\includeonly{} @@ -56,6 +56,9 @@ \thanks{} \subjclass[2000]{Primary } +% For books to be published after 1 January 2010, you may use +% the following version: +%\subjclass[2010]{Primary } \keywords{} @@ -66,11 +69,19 @@ \maketitle +% Dedication. If the dedication is longer than a line or two, +% remove the centering instructions and the line break. +%\cleardoublepage +%\thispagestyle{empty} +%\vspace*{13.5pc} +%\begin{center} +% Dedication text (use \\[2pt] for line break if necessary) +%\end{center} +%\cleardoublepage + +% Change page number to 6 if a dedication is present. \setcounter{page}{4} -% See the AMS Author FAQ, http://www.ams.org/authors/author-faq.html -% regarding a dedication page. - \tableofcontents % Include unnumbered chapters (preface, acknowledgments, etc.) here. @@ -90,7 +101,6 @@ \bibliography{} % See note above about multiple indexes. \printindex -\end{document} \end{document} diff --git a/Master/texmf-dist/doc/latex/amscls/amsclass.pdf b/Master/texmf-dist/doc/latex/amscls/amsclass.pdf Binary files differindex e0b6eedea61..bc722652daa 100644 --- a/Master/texmf-dist/doc/latex/amscls/amsclass.pdf +++ b/Master/texmf-dist/doc/latex/amscls/amsclass.pdf diff --git a/Master/texmf-dist/doc/latex/amscls/amsproc.template b/Master/texmf-dist/doc/latex/amscls/amsproc.template index 2409fc62991..476ef260b5e 100644 --- a/Master/texmf-dist/doc/latex/amscls/amsproc.template +++ b/Master/texmf-dist/doc/latex/amscls/amsproc.template @@ -42,6 +42,9 @@ \thanks{} \subjclass[2000]{Primary } +% For articles to be published after 1 January 2010, you may use +% the following version: +%\subjclass[2010]{Primary } \keywords{} diff --git a/Master/texmf-dist/doc/latex/amscls/diffs-c.txt b/Master/texmf-dist/doc/latex/amscls/diffs-c.txt index 55a1c98793e..1d9402c8745 100644 --- a/Master/texmf-dist/doc/latex/amscls/diffs-c.txt +++ b/Master/texmf-dist/doc/latex/amscls/diffs-c.txt @@ -4,6 +4,13 @@ History of changes for AMS document classes, the amsthm package, and other packages distributed in this collection. ======================================================================== +Differences in amsart/amsbook/amsproc 2.20.1 (July 2009) + +---Added 2010 as a valid version of the Mathematics Subject + Classification. + +======================================================================== +======================================================================== Differences in amsthm 2.20 (August 2004) ---Added a fallback definition for \swappedhead@plain (used in diff --git a/Master/texmf-dist/source/latex/amscls/00readme.txt b/Master/texmf-dist/source/latex/amscls/00readme.txt index 3422ab571fb..03243718674 100644 --- a/Master/texmf-dist/source/latex/amscls/00readme.txt +++ b/Master/texmf-dist/source/latex/amscls/00readme.txt @@ -1,4 +1,4 @@ -00readme.txt for AMS document classes amsart/book/proc 2.0 [2004/08/06] +00readme.txt for AMS document classes amsart/book/proc 2.20.1 [2009/07/02] See manifest.txt for a list of all the files in the distribution. @@ -48,6 +48,11 @@ For technical support: ======================================================================== RECENT CHANGES +---amsclass.dtx 2.20.1 2009/07/02 +Added 2010 as a valid version of the Mathematics Subject Classification. +======================================================================== +PREVIOUS CHANGES + ---ams-c1.ins 2.20 2004/08/03 Added amsmidx package. @@ -143,3 +148,4 @@ if triggered when something else is using \@elt. ---amsclass.dtx 2.02 2000/01/17 Some fixes for the fleqn/qedhere case. +======================================================================== diff --git a/Master/texmf-dist/source/latex/amscls/amsclass.dtx b/Master/texmf-dist/source/latex/amscls/amsclass.dtx index 956b379d23a..90d9f411d48 100644 --- a/Master/texmf-dist/source/latex/amscls/amsclass.dtx +++ b/Master/texmf-dist/source/latex/amscls/amsclass.dtx @@ -1,42 +1,28 @@ -%%% ==================================================================== -%%% @LaTeX-file{ -%%% filename = "amsclass.dtx", -%%% version = "2.20", -%%% date = "2004/08/06", -%%% time = "13:03:53 EDT", -%%% checksum = "53558 5204 20497 185872", -%%% author = "American Mathematical Society", -%%% copyright = "Copyright 1995, 1999, 2004 -%%% American Mathematical Society, -%%% all rights reserved. Copying of this file is -%%% authorized only if either: -%%% (1) you make absolutely no changes to your copy, -%%% including name; OR -%%% (2) if you do make changes, you first rename it -%%% to some other name.", -%%% address = "American Mathematical Society, -%%% Technical Support, -%%% Publications Technical Group, -%%% 201 Charles Street, -%%% Providence, RI 02904, -%%% USA", -%%% telephone = "401-455-4080 or (in the USA and Canada) -%%% 800-321-4AMS (321-4267)", -%%% FAX = "401-331-3842", -%%% email = "tech-support@ams.org (Internet)", -%%% codetable = "ISO/ASCII", -%%% keywords = "latex, AMS, documentclass, theorem", -%%% supported = "yes", -%%% abstract = "This is the source for the amsthm package and three -%%% AMS document classes: amsart, amsproc, and amsbook. -%%% They are designed for use with LaTeX.", -%%% docstring = "The checksum field above contains a CRC-16 checksum -%%% as the first value, followed by the equivalent of -%%% the standard UNIX wc (word count) utility output of -%%% lines, words, and characters. This is produced by -%%% Robert Solovay's checksum utility.", -%%% } -%%% ==================================================================== +% \def\filename{amsclass.dtx} +% \def\fileversion{2.20.1} +% \def\filedate{2009/07/02} +% +% \iffalse meta-comment +% +% American Mathematical Society +% Technical Support +% Publications Technical Group +% 201 Charles Street +% Providence, RI 02904 +% USA +% tel: (401) 455-4080 +% (800) 321-4267 (USA and Canada only) +% fax: (401) 331-3842 +% email: tech-support@ams.org +% +% Copyright 1995, 199, 2004, 2009 American Mathematical Society. +% +% Unlimited copying and redistribution of this file are permitted as +% long as this file is not modified. Modifications, and distribution +% of modified versions, are permitted, but only if the resulting file +% is renamed. +% +% \fi % % \iffalse %<*driver> @@ -88,13 +74,13 @@ \NeedsTeXFormat{LaTeX2e}% LaTeX 2.09 can't be used (nor non-LaTeX) [1995/06/01]% LaTeX date must be June 1995 or later %<*amsart> -\ProvidesClass{amsart}[2004/08/06 v2.20] +\ProvidesClass{amsart}[2009/07/02 v2.20.1] %</amsart> %<*amsproc> -\ProvidesClass{amsproc}[2004/08/06 v2.20] +\ProvidesClass{amsproc}[2009/07/02 v2.20.1] %</amsproc> %<*amsbook> -\ProvidesClass{amsbook}[2004/08/06 v2.20] +\ProvidesClass{amsbook}[2009/07/02 v2.20.1] %</amsbook> % \end{macrocode} % For \pkg{amsthm} we need to guard against redundant loading via @@ -111,7 +97,7 @@ \csname ver@\@currname.\@currext\endcsname %</classes> %<*amsthm> -\ProvidesPackage{amsthm}[2004/08/06 v2.20] +\ProvidesPackage{amsthm}[2009/07/02 v2.20.1] %</amsthm> % \end{macrocode} % @@ -2039,6 +2025,8 @@ \@xp\let\csname subjclassname@1991\endcsname \subjclassname \@namedef{subjclassname@2000}{% \textup{2000} Mathematics Subject Classification} +\@namedef{subjclassname@2010}{% + \textup{2010} Mathematics Subject Classification} % \end{macrocode} % For the date we have a special little problem: We only want to add % the `Received by the editors' text for publication-specific @@ -5200,5 +5188,5 @@ Le-gendre Mar-kov-ian Noe-ther-ian No-vem-ber Rie-mann-ian Sep-tem-ber} % % \changes{v2.13}{2002/12/06}{Added a warning for thanks inside author} % -% \CheckSum{5682} +% \CheckSum{5684} % \Finale diff --git a/Master/texmf-dist/tex/latex/amscls/amsart.cls b/Master/texmf-dist/tex/latex/amscls/amsart.cls index 6161f65c164..2fc776b9cc3 100644 --- a/Master/texmf-dist/tex/latex/amscls/amsart.cls +++ b/Master/texmf-dist/tex/latex/amscls/amsart.cls @@ -6,48 +6,29 @@ %% %% amsclass.dtx (with options: `amsart,classes') %% -%%% ==================================================================== -%%% @LaTeX-file{ -%%% filename = "amsclass.dtx", -%%% version = "2.20", -%%% date = "2004/08/06", -%%% time = "13:03:53 EDT", -%%% checksum = "53558 5204 20497 185872", -%%% author = "American Mathematical Society", -%%% copyright = "Copyright 1995, 1999, 2004 -%%% American Mathematical Society, -%%% all rights reserved. Copying of this file is -%%% authorized only if either: -%%% (1) you make absolutely no changes to your copy, -%%% including name; OR -%%% (2) if you do make changes, you first rename it -%%% to some other name.", -%%% address = "American Mathematical Society, -%%% Technical Support, -%%% Publications Technical Group, -%%% 201 Charles Street, -%%% Providence, RI 02904, -%%% USA", -%%% telephone = "401-455-4080 or (in the USA and Canada) -%%% 800-321-4AMS (321-4267)", -%%% FAX = "401-331-3842", -%%% email = "tech-support@ams.org (Internet)", -%%% codetable = "ISO/ASCII", -%%% keywords = "latex, AMS, documentclass, theorem", -%%% supported = "yes", -%%% abstract = "This is the source for the amsthm package and three -%%% AMS document classes: amsart, amsproc, and amsbook. -%%% They are designed for use with LaTeX.", -%%% docstring = "The checksum field above contains a CRC-16 checksum -%%% as the first value, followed by the equivalent of -%%% the standard UNIX wc (word count) utility output of -%%% lines, words, and characters. This is produced by -%%% Robert Solovay's checksum utility.", -%%% } -%%% ==================================================================== +%% This is a generated file. +%% +%% Copyright 1995, 199, 2004, 2009 American Mathematical Society. +%% +%% American Mathematical Society +%% Technical Support +%% Publications Technical Group +%% 201 Charles Street +%% Providence, RI 02904 +%% USA +%% tel: (401) 455-4080 +%% (800) 321-4267 (USA and Canada only) +%% fax: (401) 331-3842 +%% email: tech-support@ams.org +%% +%% Unlimited copying and redistribution of this file are permitted as +%% long as this file is not modified. Modifications, and distribution +%% of modified versions, are permitted, but only if the resulting file +%% is renamed. +%% \NeedsTeXFormat{LaTeX2e}% LaTeX 2.09 can't be used (nor non-LaTeX) [1995/06/01]% LaTeX date must be June 1995 or later -\ProvidesClass{amsart}[2004/08/06 v2.20] +\ProvidesClass{amsart}[2009/07/02 v2.20.1] \global\expandafter\let\csname ver@amsthm.sty\expandafter\endcsname \csname ver@\@currname.\@currext\endcsname \let\@xp=\expandafter @@ -793,6 +774,8 @@ \@xp\let\csname subjclassname@1991\endcsname \subjclassname \@namedef{subjclassname@2000}{% \textup{2000} Mathematics Subject Classification} +\@namedef{subjclassname@2010}{% + \textup{2010} Mathematics Subject Classification} \def\@tempb{amsart} \ifx\@classname\@tempb \newcommand{\datename}{\textit{Date}:} diff --git a/Master/texmf-dist/tex/latex/amscls/amsbook.cls b/Master/texmf-dist/tex/latex/amscls/amsbook.cls index bce71739d58..ed3d204486e 100644 --- a/Master/texmf-dist/tex/latex/amscls/amsbook.cls +++ b/Master/texmf-dist/tex/latex/amscls/amsbook.cls @@ -6,48 +6,29 @@ %% %% amsclass.dtx (with options: `amsbook,classes') %% -%%% ==================================================================== -%%% @LaTeX-file{ -%%% filename = "amsclass.dtx", -%%% version = "2.20", -%%% date = "2004/08/06", -%%% time = "13:03:53 EDT", -%%% checksum = "53558 5204 20497 185872", -%%% author = "American Mathematical Society", -%%% copyright = "Copyright 1995, 1999, 2004 -%%% American Mathematical Society, -%%% all rights reserved. Copying of this file is -%%% authorized only if either: -%%% (1) you make absolutely no changes to your copy, -%%% including name; OR -%%% (2) if you do make changes, you first rename it -%%% to some other name.", -%%% address = "American Mathematical Society, -%%% Technical Support, -%%% Publications Technical Group, -%%% 201 Charles Street, -%%% Providence, RI 02904, -%%% USA", -%%% telephone = "401-455-4080 or (in the USA and Canada) -%%% 800-321-4AMS (321-4267)", -%%% FAX = "401-331-3842", -%%% email = "tech-support@ams.org (Internet)", -%%% codetable = "ISO/ASCII", -%%% keywords = "latex, AMS, documentclass, theorem", -%%% supported = "yes", -%%% abstract = "This is the source for the amsthm package and three -%%% AMS document classes: amsart, amsproc, and amsbook. -%%% They are designed for use with LaTeX.", -%%% docstring = "The checksum field above contains a CRC-16 checksum -%%% as the first value, followed by the equivalent of -%%% the standard UNIX wc (word count) utility output of -%%% lines, words, and characters. This is produced by -%%% Robert Solovay's checksum utility.", -%%% } -%%% ==================================================================== +%% This is a generated file. +%% +%% Copyright 1995, 199, 2004, 2009 American Mathematical Society. +%% +%% American Mathematical Society +%% Technical Support +%% Publications Technical Group +%% 201 Charles Street +%% Providence, RI 02904 +%% USA +%% tel: (401) 455-4080 +%% (800) 321-4267 (USA and Canada only) +%% fax: (401) 331-3842 +%% email: tech-support@ams.org +%% +%% Unlimited copying and redistribution of this file are permitted as +%% long as this file is not modified. Modifications, and distribution +%% of modified versions, are permitted, but only if the resulting file +%% is renamed. +%% \NeedsTeXFormat{LaTeX2e}% LaTeX 2.09 can't be used (nor non-LaTeX) [1995/06/01]% LaTeX date must be June 1995 or later -\ProvidesClass{amsbook}[2004/08/06 v2.20] +\ProvidesClass{amsbook}[2009/07/02 v2.20.1] \global\expandafter\let\csname ver@amsthm.sty\expandafter\endcsname \csname ver@\@currname.\@currext\endcsname \let\@xp=\expandafter @@ -612,6 +593,8 @@ \@xp\let\csname subjclassname@1991\endcsname \subjclassname \@namedef{subjclassname@2000}{% \textup{2000} Mathematics Subject Classification} +\@namedef{subjclassname@2010}{% + \textup{2010} Mathematics Subject Classification} \def\@tempb{amsbook} \ifx\@classname\@tempb \newcommand{\datename}{\textit{Date}:} diff --git a/Master/texmf-dist/tex/latex/amscls/amsproc.cls b/Master/texmf-dist/tex/latex/amscls/amsproc.cls index a85c122203c..695026ea0bf 100644 --- a/Master/texmf-dist/tex/latex/amscls/amsproc.cls +++ b/Master/texmf-dist/tex/latex/amscls/amsproc.cls @@ -6,48 +6,29 @@ %% %% amsclass.dtx (with options: `amsproc,classes') %% -%%% ==================================================================== -%%% @LaTeX-file{ -%%% filename = "amsclass.dtx", -%%% version = "2.20", -%%% date = "2004/08/06", -%%% time = "13:03:53 EDT", -%%% checksum = "53558 5204 20497 185872", -%%% author = "American Mathematical Society", -%%% copyright = "Copyright 1995, 1999, 2004 -%%% American Mathematical Society, -%%% all rights reserved. Copying of this file is -%%% authorized only if either: -%%% (1) you make absolutely no changes to your copy, -%%% including name; OR -%%% (2) if you do make changes, you first rename it -%%% to some other name.", -%%% address = "American Mathematical Society, -%%% Technical Support, -%%% Publications Technical Group, -%%% 201 Charles Street, -%%% Providence, RI 02904, -%%% USA", -%%% telephone = "401-455-4080 or (in the USA and Canada) -%%% 800-321-4AMS (321-4267)", -%%% FAX = "401-331-3842", -%%% email = "tech-support@ams.org (Internet)", -%%% codetable = "ISO/ASCII", -%%% keywords = "latex, AMS, documentclass, theorem", -%%% supported = "yes", -%%% abstract = "This is the source for the amsthm package and three -%%% AMS document classes: amsart, amsproc, and amsbook. -%%% They are designed for use with LaTeX.", -%%% docstring = "The checksum field above contains a CRC-16 checksum -%%% as the first value, followed by the equivalent of -%%% the standard UNIX wc (word count) utility output of -%%% lines, words, and characters. This is produced by -%%% Robert Solovay's checksum utility.", -%%% } -%%% ==================================================================== +%% This is a generated file. +%% +%% Copyright 1995, 199, 2004, 2009 American Mathematical Society. +%% +%% American Mathematical Society +%% Technical Support +%% Publications Technical Group +%% 201 Charles Street +%% Providence, RI 02904 +%% USA +%% tel: (401) 455-4080 +%% (800) 321-4267 (USA and Canada only) +%% fax: (401) 331-3842 +%% email: tech-support@ams.org +%% +%% Unlimited copying and redistribution of this file are permitted as +%% long as this file is not modified. Modifications, and distribution +%% of modified versions, are permitted, but only if the resulting file +%% is renamed. +%% \NeedsTeXFormat{LaTeX2e}% LaTeX 2.09 can't be used (nor non-LaTeX) [1995/06/01]% LaTeX date must be June 1995 or later -\ProvidesClass{amsproc}[2004/08/06 v2.20] +\ProvidesClass{amsproc}[2009/07/02 v2.20.1] \global\expandafter\let\csname ver@amsthm.sty\expandafter\endcsname \csname ver@\@currname.\@currext\endcsname \let\@xp=\expandafter @@ -732,6 +713,8 @@ \@xp\let\csname subjclassname@1991\endcsname \subjclassname \@namedef{subjclassname@2000}{% \textup{2000} Mathematics Subject Classification} +\@namedef{subjclassname@2010}{% + \textup{2010} Mathematics Subject Classification} \def\@tempb{amsproc} \ifx\@classname\@tempb \newcommand{\datename}{\textit{Date}:} |