blob: 53922654ce2de8aee2ba0f97e99f3f44613bda44 (
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
|
The files in this directory are specifically for PCs. In the [.fonts] directory
are the fonts not included with standard TeX but which are used in TEXT1. Down
load these PK files in binary.
cd [anonymous.text1.pc.fonts]
bin
mget *.pk
You will also need to get the TFM files in the [anonymous.text1.fonts]
directory to go with these PK files.
cd [anonymous.text1.fonts]
bin
mget *.tfm
In addition to the fonts, you will need to get the TEX files in the
[anonymous.text1.macros] directory.
cd [anonymous.text1.macros]
mget *.tex
These should be placed in the TeX input path on your PC.
And then modify the TXT1*.TEX file so that near the top of the file it says
"true" that this is for a PC.
Next get the font sets
cd [anonymous.text1.pc.misc]
mget *.*
they go in your TeX input path on the PC.
Finally, you may optionally retrieve the models and blocks for a PC:
cd [anonymous.text1.pc.models]
mget *.*
cd [anonymous.text1.pc.blocks]
mget *.*
|