blob: 8d5d48a5ce57876ece7a37669528158d41b5ca71 (
plain)
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
|
%%
%% uncial.ins
%% Copyright 1999 Peter R. Wilson
%%
%% This program is provided under the terms of the
%% LaTeX Project Public License distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt.
%%
%% Author: Peter Wilson (CUA)
%% now at: peter.r.wilson@boeing.com
%%
%% This file will generate fast loadable files and documentation
%% driver files from the doc files in this package when run through
%% LaTeX or TeX.
%%
%% --------------- start of docstrip commands ------------------
%%
\def\batchfile{uncial.ins}
\input docstrip.tex
\preamble
Copyright 1999 Peter R. Wilson
This program is provided under the terms of the
LaTeX Project Public License distributed from CTAN
archives in directory macros/latex/base/lppl.txt.
Author: Peter Wilson (CUA)
now at: peter.r.wilson@boeing.com
\endpreamble
\keepsilent
%%% \Msg{*** Generating the driver file ***}
%%% \generateFile{uncial.drv}{t}{\from{uncial.dtx}{driver}}
\Msg{*** Generating the Metafont files ***}
\usepostamble\empty
\generateFile{uncl7.mf}{t}{\from{uncial.dtx}{base7}}
\generateFile{uncl10.mf}{t}{\from{uncial.dtx}{base10}}
\generateFile{uncl17.mf}{t}{\from{uncial.dtx}{base17}}
\generateFile{unclb7.mf}{t}{\from{uncial.dtx}{base7b}}
\generateFile{unclb10.mf}{t}{\from{uncial.dtx}{base10b}}
\generateFile{unclb17.mf}{t}{\from{uncial.dtx}{base17b}}
\generateFile{uncll.mf}{t}{\from{uncial.dtx}{min}}
\generateFile{unclu.mf}{t}{\from{uncial.dtx}{maj}}
\generateFile{uncltitle.mf}{t}{\from{uncial.dtx}{mfd}}
\generateFile{unclpunct.mf}{t}{\from{uncial.dtx}{punct}}
\generateFile{uncllig.mf}{t}{\from{uncial.dtx}{lig}}
\generateFile{uncldig.mf}{t}{\from{uncial.dtx}{dig}}
%%% \generateFile{unclp.mf}{t}{\from{uncial.dtx}{xp}}
\Msg{*** Generating the Font Definition files ***}
\usepostamble\defaultpostamble
\generateFile{ot1uncl.fd}{t}{\from{uncial.dtx}{fdot1}}
\generateFile{t1uncl.fd}{t}{\from{uncial.dtx}{fdt1}}
\Msg{*** Generating the LaTeX2e package files ***}
\generateFile{uncial.sty}{t}{\from{uncial.dtx}{usc}}
\generateFile{alluncl.sty}{t}{\from{uncial.dtx}{uscall}}
\Msg{***********************************************************}
\Msg{*}
\Msg{* To finish the installation you have to move the following}
\Msg{* files into directories searched by TeX:}
\Msg{*}
\Msg{* Move these into the font source area:}
\Msg{* \space\space uncl7.mf}
\Msg{* \space\space uncl10.mf}
\Msg{* \space\space uncl17.mf}
\Msg{* \space\space unclb7.mf}
\Msg{* \space\space unclb10.mf}
\Msg{* \space\space unclb17.mf}
\Msg{* \space\space uncll.mf}
\Msg{* \space\space unclu.mf}
\Msg{* \space\space uncltitle.mf}
\Msg{* \space\space unclpunct.mf}
\Msg{* \space\space uncllig.mf}
\Msg{* \space\space uncldig.mf}
%%% \Msg{* \space\space unclp.mf}
\Msg{*}
\Msg{* Move these into the LaTeX macro area:}
\Msg{* \space\space ot1uncl.fd}
\Msg{* \space\space t1uncl.fd}
\Msg{* \space\space uncial.sty}
\Msg{* \space\space alluncl.sty}
\Msg{*}
\Msg{*}
\Msg{* To produce the documentation run the files ending with}
\Msg{* `.dtx' through LaTeX.}
\Msg{* Process any name.idx file by:}
\Msg{* \space\space\space\space makeindex -s gind.ist name}
\Msg{* Process any name.glo file by:}
\Msg{* \space\space\space\space makeindex -s gglo.ist -o name.gls name.glo}
\Msg{*}
\Msg{* Happy TeXing}
\Msg{***********************************************************}
\endinput
|