From 740fc9d3fe3408cae1e44ac8fae000073264930f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 30 Jun 2009 17:13:40 +0000 Subject: amsfonts 3.0 (27jun09) git-svn-id: svn://tug.org/texlive/trunk@14019 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/plain/amsfonts/amssym.def | 62 +++++++++------------- Master/texmf-dist/tex/plain/amsfonts/amssym.tex | 61 +++++++++------------- Master/texmf-dist/tex/plain/amsfonts/cyracc.def | 69 ++++++++++--------------- 3 files changed, 74 insertions(+), 118 deletions(-) (limited to 'Master/texmf-dist/tex/plain') diff --git a/Master/texmf-dist/tex/plain/amsfonts/amssym.def b/Master/texmf-dist/tex/plain/amsfonts/amssym.def index 4a92045d6a2..a574b2921d6 100644 --- a/Master/texmf-dist/tex/plain/amsfonts/amssym.def +++ b/Master/texmf-dist/tex/plain/amsfonts/amssym.def @@ -1,42 +1,26 @@ -%%% ==================================================================== -%%% @TeX-file{ -%%% filename = "amssym.def", -%%% version = "2.2", -%%% date = "22-Dec-1994", -%%% time = "10:14:01 EST", -%%% checksum = "28096 117 438 4924", -%%% author = "American Mathematical Society", -%%% copyright = "Copyright (C) 1994 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, -%%% Electronic Products and Services, -%%% P. O. Box 6248, -%%% Providence, RI 02940, -%%% USA", -%%% telephone = "401-455-4080 or (in the USA and Canada) -%%% 800-321-4AMS (321-4267)", -%%% FAX = "401-331-3842", -%%% email = "tech-support@math.ams.org (Internet)", -%%% codetable = "ISO/ASCII", -%%% keywords = "amsfonts, msam, msbm, math symbols", -%%% supported = "yes", -%%% abstract = "This is part of the AMSFonts distribution, -%%% It is the plain TeX source file for the -%%% AMSFonts user's guide.", -%%% 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.", -%%% } -%%% ==================================================================== +%% filename: amssym.def +%% version: 2.2b +%% date: 2001/07/03 +%% +%% 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 1994, 2001, 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. +%% +%% ==================================================================== \expandafter\ifx\csname amssym.def\endcsname\relax \else\endinput\fi % % Store the catcode of the @ in the csname so that it can be restored later. diff --git a/Master/texmf-dist/tex/plain/amsfonts/amssym.tex b/Master/texmf-dist/tex/plain/amsfonts/amssym.tex index fdab6ef72a8..c70f1a71113 100644 --- a/Master/texmf-dist/tex/plain/amsfonts/amssym.tex +++ b/Master/texmf-dist/tex/plain/amsfonts/amssym.tex @@ -1,41 +1,26 @@ -%%% ==================================================================== -%%% @TeX-file{ -%%% filename = "amssym.tex", -%%% version = "2.2b", -%%% date = "26 February 1997", -%%% time = "13:14:29 EST", -%%% checksum = "61515 286 903 9155", -%%% author = "American Mathematical Society", -%%% copyright = "Copyright (C) 1997 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, -%%% Electronic Products and Services, -%%% P. O. Box 6248, -%%% Providence, RI 02940, -%%% 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 = "amsfonts, msam, msbm, math symbols", -%%% supported = "yes", -%%% abstract = "This is part of the AMSFonts distribution. -%%% It contains the plain TeX source file for loading -%%% the AMS extra symbols and Euler fraktur fonts.", -%%% 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.", -%%% } -%%% ==================================================================== +%% filename: amssym.tex +%% version: 2.2b +%% date: 1997/02/26 +%% +%% 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 1997, 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. +%% +%% ==================================================================== %% Save the current value of the @-sign catcode so that it can %% be restored afterwards. This allows us to call amssym.tex %% either within an AMS-TeX document style file or by itself, in diff --git a/Master/texmf-dist/tex/plain/amsfonts/cyracc.def b/Master/texmf-dist/tex/plain/amsfonts/cyracc.def index 2b183b98be6..ddc4aaaf758 100644 --- a/Master/texmf-dist/tex/plain/amsfonts/cyracc.def +++ b/Master/texmf-dist/tex/plain/amsfonts/cyracc.def @@ -1,50 +1,37 @@ -%%% ==================================================================== -%%% @TeX-file{ -%%% filename = "cyracc.def", -%%% version = "2.2b", -%%% date = "26 February 1997", -%%% time = "15:26:08 EST", -%%% checksum = "¤50915 285 1398 10151", -%%% author = "American Mathematical Society", -%%% copyright = "Copyright (C) 1996 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, -%%% Electronic Products and Services, -%%% P. O. Box 6248, -%%% Providence, RI 02940, -%%% 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 = "amsfonts, tex, cyrillic", -%%% supported = "yes", -%%% abstract = "This file contains definitions of accents and -%%% special characters required for use of cyrillic -%%% fonts arranged according to the AMS scheme.", -%%% 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.", -%%% } -%%% ==================================================================== +%% filename: cyracc.def +%% version: 2.2b +%% date: 2001/10/01 +%% +%% 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 1996, 2001, 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. +%% +%% ==================================================================== +%% +%% This file is intended for use only with Plain TeX and AMS-TeX. +%% It is not compatible with LaTeX. %% %% The \font specification(s) should be made elsewhere, and should include %% \newfam\cyrfam %% \font\...cyr=wncyr... (e.g. \font\tencyr=wncyr10 ) %% An appropriate definition for cyrillic, usable in math and text, is %% \def\cyr{\fam\cyrfam\...cyr\cyracc} -%% More extensive instructions for using cyrillic fonts are included in -%% the AMSFonts 2.2 User's Guide. +%% More extensive instructions for using cyrillic fonts are included +%% in the AMSFonts 2.2 User's Guide. %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -- cgit v1.2.3