demo: embed the fonts
[neatroff_make.git] / man / neatpost.1
blobcba12d1f1bbde1e52b4d7a57ab20024f92bbdf64
1 .\" first draft by Larry Kollar
2 .TH neatpost 1
3 .SH NAME
4 neatpost \- the neatroff PostScript post-processor
5 .SH SYNOPSIS
6 .I neatpost
7 .RB [ \-F \~\c
8 .IR dir ]
9 .RB [ \-p \~\c
10 .IR size ]
11 .RB [ \-w \~\c
12 .IR wid ]
13 .RI [< input ]
14 .RI [> output ]
15 .SH DESCRIPTION
16 .I Neatpost
17 translates the device-independent output from
18 .IR neatroff ,
19 usually read on the standard input from a pipe,
20 into PostScript.
21 .SH OPTIONS
22 The following options are available:
23 .IP "\-F \fIdir\fP" 9
24 Sets the font directory.
25 The default is typically
26 /usr/share/neatroff/font.
27 .IP "\-p \fIsize\fP"
28 Sets the paper size.
29 The
30 .I size
31 can be one of the following:
32 .RS
33 .IP \[bu] 3
34 Any standard metric paper size like
35 .BR a4 .
36 .IP \[bu]
37 One of the standard US paper sizes:
38 .BR letter ,
39 .BR legal ,
40 .BR ledger ,
42 .BR tabloid .
43 .IP \[bu]
44 A custom paper size, specified as
45 .IR width x height ,
46 in units of 0.1mm (1/254 inch).
47 For example,
48 .B 2100x2970
49 is equivalent to\~\c
50 .BR a4 .
51 .RE
52 .IP "\-w \fIwid\fP"
53 Sets the line thickness for drawing primitives,
54 in thousands of an em.
55 The default is 40.
56 .SH FILES
57 .IP "/usr/share/neatroff/font/*"
58 .I Neatroff
59 output device directories.
60 .SH "SEE ALSO"
61 .IR neatroff (1),
62 .IR neatmkfn (1)