diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/amsfonts/euscript.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/amsfonts/euscript.dtx | 104 |
1 files changed, 34 insertions, 70 deletions
diff --git a/Master/texmf-dist/source/latex/amsfonts/euscript.dtx b/Master/texmf-dist/source/latex/amsfonts/euscript.dtx index 1adac06eb11..816cf133db8 100644 --- a/Master/texmf-dist/source/latex/amsfonts/euscript.dtx +++ b/Master/texmf-dist/source/latex/amsfonts/euscript.dtx @@ -1,45 +1,28 @@ -%%% ==================================================================== -%%% @LaTeX-file{ -%%% filename = "euscript.dtx", -%%% version = "2.2d", -%%% date = "2001/10/01", -%%% time = "11:53:06 EDT", -%%% checksum = "51492 201 926 8086", -%%% 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, amsfonts, euscript, -%%% eucal, mathcal", -%%% supported = "yes", -%%% abstract = "This is part of the AMSFonts distribution. -%%% It is a \LaTeX{} package that sets up some -%%% font shape definitions to use the Euler -%%% script symbols in math mode. These fonts are -%%% part of the AMSFonts font 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{euscript.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> @@ -47,9 +30,10 @@ \usepackage{eucal} \begin{document} \title{The \pkg{eucal} and \pkg{euscript} packages} -\author{Frank Mittelbach\and Rainer Sch\"opf\and Michael Downes} +\author{Frank Mittelbach\and Rainer Sch\"opf\and Michael Downes\\ +Revised by David M. Jones} \date{Version \fileversion, \filedate} -\hDocInput{euscript.dtx} +\DocInput{euscript.dtx} \end{document} %</driver> %\fi @@ -97,27 +81,14 @@ % \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 -%<euscript>\ProvidesPackage{euscript}[2001/10/01 v2.2d Euler Script fonts] -%<eucal>\ProvidesPackage{eucal}[2001/10/01 v2.2d Euler Script fonts] +%<euscript>\ProvidesPackage{euscript}[2009/06/22 v3.00 Euler Script fonts] +%<eucal>\ProvidesPackage{eucal}[2009/06/22 v3.00 Euler Script fonts] % \end{macrocode} % % We have three things to do: 1) identify the current package, % 2) enlarge the font shape tables and 3) define the \meta{math % alphabet identifier}. % -% The font shapes for the Euler Script medium and bold are defined -% in the amsfonts.fdd file which comes with the AMS font package. -% We repeat their default definition here for reference only. -% \begin{verbatim} -% \DeclareFontFamily{U}{eus}{\skewchar\font'60} -% \DeclareFontShape{U}{eus}{m}{n}{% -% <5><6><7><8><9>gen*eusm% -% <10><10.95><12><14.4><17.28><20.74><24.88>eusm10}{} -% \DeclareFontShape{U}{eus}{b}{n}{% -% <5><6><7><8><9>gen*eusb% -% <10><10.95><12><14.4><17.28><20.74><24.88>eusb10}{} -%\end{verbatim} -% % \begin{macro}{\EuScript} % Now we define the \meta{math alphabet identifier} \cn{EuScript} % both for the normal and the bold math version @@ -137,17 +108,10 @@ \let\CMcal=\mathcal % \end{macrocode} % -% The \opt{psamsfonts} option is intended to mean that the Y\&Y/Blue Sky -% Research 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. See \fn{amsfonts.dtx} for more -% discussion. +% See the \pkg{amsfonts} package documentation for a discussion of +% the obsolescence of the \opt{psamfonts} option. % \begin{macrocode} -\DeclareOption{psamsfonts}{% - \DeclareFontFamily{U}{eus}{\skewchar\font'60}% - \DeclareFontShape{U}{eus}{m}{n}{<-6>eusm5<6-8>eusm7<8->eusm10}{}% - \DeclareFontShape{U}{eus}{b}{n}{<-6>eusb5<6-8>eusb7<8->eusb10}{}% -} +\DeclareOption{psamsfonts}{} % \end{macrocode} % % Here is a table describing the action of the \pkg{eucal}, @@ -197,5 +161,5 @@ % \changes{v2.2c}{1997/05/15}{% % Removed dependency on mixed-case fd file names} % -% \CheckSum{34} +% \CheckSum{29} % \Finale |