1.ig
2Copyright (C) 1994-2000, 2001, 2002, 2004 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.
98If this option isn't specified, the line thickness defaults to 0.04\~em.
99.TP
100.BI \-F dir
101Prepend directory
102.IB dir /dev name
103to the search path for font and device description files;
104.I name
105is the name of the device, usually
106.BR lj4 .
107.LP
108The following four commands are available additionally in the
109font description files:
110.TP
111.BI pclweight \ N
112The integer value
113.I N
114must be in the range -7 to +7; default is 0.
115.TP
116.BI pclstyle \ N
117The integer value
118.I N
119must be in the range 0 to 32767; default is 0.
120.TP
121.BI pclproportional \ N
122A boolean flag which can be either 0 or 1; default is 0.
123.TP
124.BI pcltypeface \ N
125The integer value
126.I N
127must be in the range 0 to 65535; default is 0.
128.SH FILES
129.TP
130.B @FONTDIR@/devlj4/DESC
131Device description file.
132.TP
133.BI @FONTDIR@/devlj4/ F
134Font description file for font
135.IR F .
136.TP
137.B @MACRODIR@/lj4.tmac
138Macros for use with
139.BR grolj4 .
140.SH BUGS
141Small dots.
142.SH "SEE ALSO"
143.BR lj4_font (@MAN5EXT@),
144.BR groff (@MAN1EXT@),
145.BR @g@troff (@MAN1EXT@),
146.BR groff_out (@MAN5EXT@),
147.BR groff_font (@MAN5EXT@),
148.BR groff_char (@MAN7EXT@)
149.
150.\" Local Variables:
151.\" mode: nroff
152.\" End:
153