1PKTOGF(1) General Commands Manual PKTOGF(1)
2
3
4
6 pktogf - convert packed font files to generic font files
7
9 pktogf [-v] pk_file_name [gf_file_name]
10
12 This manual page is not meant to be exhaustive. The complete documen‐
13 tation for this version of TeX can be found in the info file or manual
14 Web2C: A TeX implementation.
15
16 The pktogf program converts a packed font file (pk) to a generic font
17 file (gf). Packed font files are much smaller than the corresponding
18 gf files, but some DVI readers only understand gf files.
19
20 The pk_file_name on the command line must be complete. Because the res‐
21 olution is part of the extension, it would not make sense to append a
22 default extension as is done with TeX or DVI-reading software. The
23 gf_file_name defaults to the same (stripped) name as pk_file_name, and
24 it is placed in the current working directory with the gf suffix re‐
25 placing pk. For example, the input file io.300pk would become
26 io.300gf.
27
29 Unless the -v switch is given, pktogf operates silently. With -v, the
30 version number of the program and statistics about the unpacking are
31 output to stdout.
32
34 pktogf looks for pk_file_name using the environment variable PKFONTS.
35 If that is not set, it uses the variable TEXPKS. If that is not set,
36 it uses TEXFONTS. If that is not set, it uses the system default.
37
38 See tex(1) for the details of the searching.
39
41 gftopk(1), gftype(1), pktype(1).
42 Donald E. Knuth et al., Metafontware.
43
45 Tomas Rokicki wrote the program. Pierre MacKay adapted it for compila‐
46 tion with web2c.
47
48
49
50Web2C 2021 16 June 2015 PKTOGF(1)