beta-0.89.2
[luatex.git] / source / texk / web2c / man / pltotf.man
blob8e7e5b4659539283ba430e209b0da423b43dde20
1 .TH PLTOTF 1 "16 June 2015" "Web2C @VERSION@"
2 .\"=====================================================================
3 .if n .ds MF Metafont
4 .if t .ds MF Metafont
5 .if t .ds TX \fRT\\h'-0.1667m'\\v'0.20v'E\\v'-0.20v'\\h'-0.125m'X\fP
6 .if n .ds TX TeX
7 .ie t .ds OX \fIT\v'+0.25m'E\v'-0.25m'X\fP
8 .el .ds OX TeX
9 .\" BX definition must follow TX so BX can use TX
10 .if t .ds BX \fRB\s-2IB\s0\fP\*(TX
11 .if n .ds BX BibTeX
12 .\" LX definition must follow TX so LX can use TX
13 .if t .ds LX \fRL\\h'-0.36m'\\v'-0.15v'\s-2A\s0\\h'-0.15m'\\v'0.15v'\fP\*(TX
14 .if n .ds LX LaTeX
15 .if n .ds WB Web
16 .if t .ds WB W\s-2EB\s0
17 .\"=====================================================================
18 .SH NAME
19 pltotf \- convert property list files to TeX font metric (tfm) format
20 .SH SYNOPSIS
21 .B pltotf
22 .RB [ \-verbose ]
23 .IR pl_file_name [ \fB.pl\fP ]
24 .RI [ tfm_file_name [ \fB.tfm\fP ]]
25 .\"=====================================================================
26 .SH DESCRIPTION
27 This manual page is not meant to be exhaustive.  The complete
28 documentation for this version of \*(TX can be found in the info file
29 or manual
30 .IR "Web2C: A TeX implementation" .
31 .PP
32 The
33 .B pltotf
34 program translates a (human-oriented) property list file to a
35 (program-oriented) \*(TX font metric file. Thus, after editing the property
36 list file, a TFM file can be generated for use with, for example,
37 .BR tex (1).
38 .PP
39 The
40 .I pl_file_name
41 is extended with
42 .B .pl
43 if it lacks a suffix. No path searching is done.
44 .PP
45 If no
46 .I tfm_file_name
47 is given, the basename of
48 .I pl_file_name
49 with suffix
50 .B .tfm
51 is used; otherwise
52 .I tfm_file_name
53 is extended with
54 .B .tfm
55 if it lacks a suffix.
56 .\"=====================================================================
57 .SH OPTIONS
58 Without the
59 .B \-verbose
60 option,
61 .B pltotf
62 operates silently.  With it, a banner and progress report are printed on
63 .IR stdout .
64 .\"=====================================================================
65 .SH "SEE ALSO"
66 .BR tftopl (1).
67 .br
68 Donald E. Knuth,
69 .IR "\*(OXware" .
70 .br
71 Donald E. Knuth,
72 .IR "The \*(MFbook" ,
73 (Volume C of
74 .IR "Computers and Typesetting" ),
75 Addison-Wesley, 1986, ISBN 0-201-13445-4.
76 .\"=====================================================================
77 .SH AUTHORS
78 Donald E. Knuth wrote the program. It was published as
79 part of the
80 .I \*(OXware
81 technical report, available from the \*(TX Users Group.
82 Howard Trickey, Pavel Curtis, and Richard Furuta originally ported it to
83 Unix.