summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/amsfonts/eufrak.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/amsfonts/eufrak.dtx')
-rw-r--r--Master/texmf-dist/source/latex/amsfonts/eufrak.dtx102
1 files changed, 33 insertions, 69 deletions
diff --git a/Master/texmf-dist/source/latex/amsfonts/eufrak.dtx b/Master/texmf-dist/source/latex/amsfonts/eufrak.dtx
index f99f0b733b9..2c2f909b0a3 100644
--- a/Master/texmf-dist/source/latex/amsfonts/eufrak.dtx
+++ b/Master/texmf-dist/source/latex/amsfonts/eufrak.dtx
@@ -1,45 +1,28 @@
-%%% ====================================================================
-%%% @LaTeX-file{
-%%% filename = "eufrak.dtx",
-%%% version = "2.2e",
-%%% date = "2001/10/01",
-%%% time = "11:41:09 EDT",
-%%% checksum = "52811 195 873 7580",
-%%% 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, eufm,
-%%% euler, fraktur",
-%%% 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
-%%% Fraktur alphabet 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{eufrak.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{eufrak}
\begin{document}
\title{The \pkg{eufrak} package}
-\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{eufrak.dtx}
+\DocInput{eufrak.dtx}
\end{document}
%</driver>
%\fi
@@ -110,22 +94,9 @@
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesPackage{eufrak}[2001/10/01 v2.2e Euler Fraktur fonts]
+\ProvidesPackage{eufrak}[2009/06/22 v3.00 Euler Fraktur fonts]
% \end{macrocode}
%
-% The font shapes for the Euler Fraktur 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}{euf}{\skewchar\font'60}
-% \DeclareFontShape{U}{euf}{m}{n}{%
-% <5><6><7><8><9>gen*eufm%
-% <10><10.95><12><14.4><17.28><20.74><24.88>eufm10}{}
-% \DeclareFontShape{U}{euf}{b}{n}{%
-% <5><6><7><8><9>gen*eufb%
-% <10><10.95><12><14.4><17.28><20.74><24.88>eufb10}{}
-%\end{verbatim}
-%
% \begin{macro}{\EuFrak}
% Now we define the \meta{math alphabet identifier} \cn{EuFrak}
% for both the normal and the bold math version
@@ -135,17 +106,10 @@
% \end{macrocode}
% \end{macro}
%
-% 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}{euf}{}%
- \DeclareFontShape{U}{euf}{m}{n}{<-6>eufm5<6-8>eufm7<8->eufm10}{}%
- \DeclareFontShape{U}{euf}{b}{n}{<-6>eufb5<6-8>eufb7<8->eufb10}{}%
-}
+\DeclareOption{psamsfonts}{}
% \end{macrocode}
%
% Here is a table describing the action of the \pkg{eucal},
@@ -191,5 +155,5 @@
% \changes{v2.2a}{1997/03/20}{%
% Removed dependency on mixed-case fd file names}
%
-% \CheckSum{21}
+% \CheckSum{18}
% \Finale