diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/amsfonts/amssymb.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/amsfonts/amssymb.dtx | 87 |
1 files changed, 31 insertions, 56 deletions
diff --git a/Master/texmf-dist/source/latex/amsfonts/amssymb.dtx b/Master/texmf-dist/source/latex/amsfonts/amssymb.dtx index 734220f69aa..5caf8f5667a 100644 --- a/Master/texmf-dist/source/latex/amsfonts/amssymb.dtx +++ b/Master/texmf-dist/source/latex/amsfonts/amssymb.dtx @@ -1,53 +1,38 @@ -%%% ==================================================================== -%%% @LaTeX-file{ -%%% filename = "amssymb.dtx", -%%% version = "2.2d", -%%% date = "2002/01/22", -%%% time = "10:06:53 EST", -%%% checksum = "51146 363 1168 18275", -%%% author = "American Mathematical Society", -%%% copyright = "Copyright 2001 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, -%%% 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 = "latex, amslatex, ams-latex, math symbol, -%%% amsfonts, msam, msbm", -%%% supported = "yes", -%%% abstract = "This file is part of the AMSFonts distribution. -%%% It is a \LaTeX{} package that defines symbol -%%% names for all the math symbols in the fonts -%%% MSAM and MSBM, of the AMSFonts (2.0+) collection.", -%%% 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{amssymb.dtx} +% \def\fileversion{3.00} +% \def\filedate{2009/06/22} +% +% \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 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. +% +% \fi +% % \iffalse %<*driver> \documentclass{amsdtx} \begin{document} \title{The \pkg{amssymb} package} -\author{American Mathematical Society\\Michael Downes} +\author{American Mathematical Society} \date{Version \fileversion, \filedate} \raggedbottom % not much available stretch for filling pages -\hDocInput{amssymb.dtx} +\DocInput{amssymb.dtx} \end{document} %</driver> % \fi @@ -67,21 +52,11 @@ % \begin{macrocode} \NeedsTeXFormat{LaTeX2e}% LaTeX 2.09 can't be used (nor non-LaTeX) [1994/12/01]% LaTeX date must be December 1994 or later -\ProvidesPackage{amssymb}[2002/01/22 v2.2d] +\ProvidesPackage{amssymb}[2009/06/22 v3.00] % \end{macrocode} % -% The \opt{psamsfonts} option is intended to mean that the Y\&Y/Blue Sky -% Research Type 1 (PostScript) versions of the AMSFonts should be used. -% In that font set, the only \fn{.tfm} files provided below size 10 are -% 5 and 7, rather than 5,6,7,8,9. This means that if the standard -% \fn{.fd} files are used, any attempt to use 6,8,9 point math will -% result in error messages about missing \fn{.tfm} files. In order to -% ensure that the proper \fn{.fd} files are used for the PS case, we -% load them immediately. Otherwise the \fn{.fd} files would be -% auto-loaded when \LaTeX{} encounters the first math formula in a -% document, and the standard auto-loading mechanisms don't provide a -% way [that I know of---mjd,7-Oct-1994] to choose the `57' varieties -% of the \fn{.fd} files. +% See the \pkg{amsfonts} package documentation for a discussion of +% the obsolescence of the \opt{psamfonts} option. % \begin{macrocode} \DeclareOption{psamsfonts}{\PassOptionsToPackage{psamsfonts}{amsfonts}} % \end{macrocode} |