aboutsummaryrefslogtreecommitdiff
path: root/man/neatpost.1
blob: cba12d1f1bbde1e52b4d7a57ab20024f92bbdf64 (plain) (blame)
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
.\" first draft by Larry Kollar
.TH neatpost 1
.SH NAME
neatpost \- the neatroff PostScript post-processor
.SH SYNOPSIS
.I neatpost
.RB [ \-F \~\c
.IR dir ]
.RB [ \-p \~\c
.IR size ]
.RB [ \-w \~\c
.IR wid ]
.RI [< input ]
.RI [> output ]
.SH DESCRIPTION
.I Neatpost
translates the device-independent output from
.IR neatroff ,
usually read on the standard input from a pipe,
into PostScript.
.SH OPTIONS
The following options are available:
.IP "\-F \fIdir\fP" 9
Sets the font directory.
The default is typically
/usr/share/neatroff/font.
.IP "\-p \fIsize\fP"
Sets the paper size.
The
.I size
can be one of the following:
.RS
.IP \[bu] 3
Any standard metric paper size like
.BR a4 .
.IP \[bu]
One of the standard US paper sizes:
.BR letter ,
.BR legal ,
.BR ledger ,
or
.BR tabloid .
.IP \[bu]
A custom paper size, specified as
.IR width x height ,
in units of 0.1mm (1/254 inch).
For example,
.B 2100x2970
is equivalent to\~\c
.BR a4 .
.RE
.IP "\-w \fIwid\fP"
Sets the line thickness for drawing primitives,
in thousands of an em.
The default is 40.
.SH FILES
.IP "/usr/share/neatroff/font/*"
.I Neatroff
output device directories.
.SH "SEE ALSO"
.IR neatroff (1),
.IR neatmkfn (1)