blob: 6dd5053178999bacad7f9e7ebd4fe27899f7e096 (
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
|
.TH PLTOTF 1L 10/21/89
.SH NAME
pltotf - convert property list files to font metric (tfm)
.SH SYNOPSIS
.B pltotf
pl_file_name tfm_file_name
.SH DESCRIPTION
.I PLtoTF
translates a (human-readable) property list file to a
(program-readable) font metric file. Thus, the font metric
file can be edited (although this should not be necessary
since METAFONT84 has been released), and its exact contents
can be displayed mnemonically.
.PP
Both the
.I pl_file_name
and the
.I tfm_file_name
must be complete. No adding of default extensions is done.
.SH "SEE ALSO"
.br
Donald Knuth,
.I TeXware, The METAFONTbook
.SH "AUTHORS"
Donald Knuth wrote the program. It was published as
part of the
.I TeXware
technical report (Stanford CS1097), available from TUG (the TeX Users Group).
Howard Trickey, Pavel Curtis, and Richard Furuta ported it to Unix.
|