1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
%%% ====================================================================
%%% @LaTeX-file{
%%% author = "American Mathematical Society",
%%% version = "2.2a",
%%% date = "1997/05/15",
%%% time = "09:20:41",
%%% filename = "amsfonts.ins",
%%% 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",
%%% checksum = "48449 89 318 3888",
%%% email = "tech-support@ams.org (Internet)",
%%% codetable = "ISO/ASCII",
%%% keywords = "latex, amslatex, ams-latex, installation",
%%% supported = "yes",
%%% abstract = "This is part of the AMS-\LaTeX{} distribution.
%%% It is an installation file that will generate
%%% loadable font definition files and package
%%% files for certain fonts from the AMSFonts
%%% extra math font set when run through
%%% \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\batchfile{amsfonts.ins}
\input docstrip.tex
\preamble
\endpreamble
\keepsilent
\Msg{*** Generating .fd files ***}
\Msg{*** Euler math fonts ***}
\generatefile{ueur.fd}{t}{\from{amsfonts.fdd}{fd,eur}}
\generatefile{ueus.fd}{t}{\from{amsfonts.fdd}{fd,eus}}
\generatefile{ueuf.fd}{t}{\from{amsfonts.fdd}{fd,euf}}
\generatefile{ueuex.fd}{t}{\from{amsfonts.fdd}{fd,euex}}
\generatefile{ueur57.fd}{t}{\from{amsfonts.fdd}{57,eur}}
\generatefile{ueus57.fd}{t}{\from{amsfonts.fdd}{57,eus}}
\generatefile{ueuf57.fd}{t}{\from{amsfonts.fdd}{57,euf}}
\generatefile{ueuex57.fd}{t}{\from{amsfonts.fdd}{57,euex}}
\Msg{*** AMS symbol fonts ***}
\generatefile{umsa.fd}{t}{\from{amsfonts.fdd}{fd,msa}}
\generatefile{umsb.fd}{t}{\from{amsfonts.fdd}{fd,msb}}
\generatefile{umsa57.fd}{t}{\from{amsfonts.fdd}{57,msa}}
\generatefile{umsb57.fd}{t}{\from{amsfonts.fdd}{57,msb}}
\Msg{*** Generating package files ***}
\generateFile{amsfonts.sty}{t}{\from{amsfonts.dtx}{}}
\generateFile{amssymb.sty}{t}{\from{amssymb.dtx}{}}
\generateFile{cmmib57.sty}{t}{\from{cmmib57.dtx}{}}
\generateFile{euscript.sty}{t}{\from{euscript.dtx}{euscript}}
\generateFile{eucal.sty}{t}{\from{euscript.dtx}{eucal}}
\generateFile{eufrak.sty}{t}{\from{eufrak.dtx}{}}
\ifToplevel{
\Msg{***********************************************************}
\Msg{* To finish the installation you have to move the following}
\Msg{* files into a directory searched by TeX:}
\Msg{*}
\Msg{* \space\space All *.fd and *.sty}
\Msg{*}
\Msg{***********************************************************}
}
\endinput
|