grolj4.man revision 79543
1.ig
2Copyright (C) 1994-2000, 2001 Free Software Foundation, Inc.
3
4Permission is granted to make and distribute verbatim copies of
5this manual provided the copyright notice and this permission notice
6are preserved on all copies.
7
8Permission is granted to copy and distribute modified versions of this
9manual under the conditions for verbatim copying, provided that the
10entire resulting derived work is distributed under the terms of a
11permission notice identical to this one.
12
13Permission is granted to copy and distribute translations of this
14manual into another language, under the above conditions for modified
15versions, except that this permission notice may be included in
16translations approved by the Free Software Foundation instead of in
17the original English.
18..
19.\" Like TP, but if specified indent is more than half
20.\" the current line-length - indent, use the default indent.
21.de Tp
22.ie \\n(.$=0:((0\\$1)*2u>(\\n(.lu-\\n(.iu)) .TP
23.el .TP "\\$1"
24..
25.TH GROLJ4 @MAN1EXT@ "@MDATE@" "Groff Version @VERSION@"
26.SH NAME
27grolj4 \- groff driver for HP Laserjet 4 family
28.SH SYNOPSIS
29.nr a \n(.j
30.ad l
31.nr i \n(.i
32.in +\w'\fBgrolj4 'u
33.ti \niu
34.B grolj4
35.de OP
36.ie \\n(.$-1 .RI "[\ \fB\\$1\fP" "\\$2" "\ ]"
37.el .RB "[\ " "\\$1" "\ ]"
38..
39.OP \-lv
40.OP \-d \fR[\fPn\fR]\fP
41.OP \-c n
42.OP \-p paper_size
43.OP \-w n
44.OP \-F dir
45.RI "[\ " files\|.\|.\|. "\ ]"
46.br
47.ad \na
48.PP
49It is possible to have whitespace between a command line option and its
50parameter.
51.SH DESCRIPTION
52.B grolj4
53is a driver for
54.B groff
55that produces output in PCL5 format suitable for an HP Laserjet 4 printer.
56.LP
57There is an additional drawing command available:
58.TP
59.BI \eD'R\  dh\ dv '
60Draw a rule (solid black rectangle), with one corner
61at the current position, and the diagonally opposite corner
62at the current position 
63.RI +( dh , dv ).
64Afterwards the current position will be at the opposite corner.  This
65generates a PCL fill rectangle command, and so will work on
66printers that do not support HPGL/2 unlike the other
67.B \eD
68commands.
69.SH OPTIONS
70.TP
71.BI \-c n
72Print
73.I n
74copies of each page.
75.TP
76.B \-l
77Print the document with a landscape orientation.
78.TP
79.BI "\-d [" n ]
80Use duplex mode 
81.IR n :
821\ is long-side binding; 2\ is short-side binding;
83default is\ 1.
84.TP
85.BI \-p size
86Set the paper size to
87.IR size ,
88which must be one of
89letter, legal, executive, a4, com10, monarch, c5, b5, dl.
90.TP
91.B \-v
92Print the version number.
93.TP
94.BI \-w n
95Set the default line thickness to
96.I n
97thousandths of an em. 
98.TP
99.BI \-F dir
100Prepend directory
101.IB dir /devlj4
102to the search path for font and device description files.
103.LP
104The following four commands are available additionally in the
105.B DESC
106file:
107.TP 
108.BI pclweight \ N
109The integer value
110.I N
111must be in the range -7 to +7; default is 0.
112.TP
113.BI pclstyle \ N
114The integer value
115.I N
116must be in the range 0 to 32767; default is 0.
117.TP
118.BI pclproportional \ N
119A boolean flag which can be either 0 or 1; default is 0.
120.TP
121.BI pcltypeface \ N
122The integer value
123.I N
124must be in the range 0 to 65535; default is 0.
125.SH FILES
126.TP
127.B @FONTDIR@/devlj4/DESC
128Device description file.
129.TP
130.BI @FONTDIR@/devlj4/ F
131Font description file for font
132.IR F .
133.TP
134.B @MACRODIR@/lj4.tmac
135Macros for use with
136.BR grolj4 .
137.SH BUGS
138Small dots.
139.SH "SEE ALSO"
140.BR groff (@MAN1EXT@),
141.BR @g@troff (@MAN1EXT@),
142.BR groff_out (@MAN5EXT@),
143.BR groff_font (@MAN5EXT@),
144.BR groff_char (@MAN7EXT@)
145.
146.\" Local Variables:
147.\" mode: nroff
148.\" End:
149