grolj4.man revision 151498
167754Smsmith.ig
267754SmsmithCopyright (C) 1994-2000, 2001, 2002, 2004 Free Software Foundation, Inc.
367754Smsmith
470243SmsmithPermission is granted to make and distribute verbatim copies of
567754Smsmiththis manual provided the copyright notice and this permission notice
667754Smsmithare preserved on all copies.
767754Smsmith
867754SmsmithPermission is granted to copy and distribute modified versions of this
967754Smsmithmanual under the conditions for verbatim copying, provided that the
1067754Smsmithentire resulting derived work is distributed under the terms of a
1167754Smsmithpermission notice identical to this one.
1270243Smsmith
1370243SmsmithPermission is granted to copy and distribute translations of this
1467754Smsmithmanual into another language, under the above conditions for modified
1567754Smsmithversions, except that this permission notice may be included in
1667754Smsmithtranslations approved by the Free Software Foundation instead of in
1767754Smsmiththe original English.
1867754Smsmith..
1967754Smsmith.\" Like TP, but if specified indent is more than half
2067754Smsmith.\" the current line-length - indent, use the default indent.
2167754Smsmith.de Tp
2267754Smsmith.ie \\n(.$=0:((0\\$1)*2u>(\\n(.lu-\\n(.iu)) .TP
2367754Smsmith.el .TP "\\$1"
2467754Smsmith..
2567754Smsmith.TH GROLJ4 @MAN1EXT@ "@MDATE@" "Groff Version @VERSION@"
2667754Smsmith.SH NAME
2767754Smsmithgrolj4 \- groff driver for HP Laserjet 4 family
2867754Smsmith.SH SYNOPSIS
2967754Smsmith.nr a \n(.j
3067754Smsmith.ad l
3167754Smsmith.nr i \n(.i
3267754Smsmith.in +\w'\fBgrolj4 'u
3367754Smsmith.ti \niu
3467754Smsmith.B grolj4
3567754Smsmith.de OP
3667754Smsmith.ie \\n(.$-1 .RI "[\ \fB\\$1\fP" "\\$2" "\ ]"
3767754Smsmith.el .RB "[\ " "\\$1" "\ ]"
3867754Smsmith..
3967754Smsmith.OP \-lv
4067754Smsmith.OP \-d \fR[\fPn\fR]\fP
4167754Smsmith.OP \-c n
4267754Smsmith.OP \-p paper_size
4367754Smsmith.OP \-w n
4467754Smsmith.OP \-F dir
4567754Smsmith.RI "[\ " files\|.\|.\|. "\ ]"
4667754Smsmith.br
4767754Smsmith.ad \na
4867754Smsmith.PP
4967754SmsmithIt is possible to have whitespace between a command line option and its
5067754Smsmithparameter.
5167754Smsmith.SH DESCRIPTION
5267754Smsmith.B grolj4
5367754Smsmithis a driver for
5467754Smsmith.B groff
5567754Smsmiththat produces output in PCL5 format suitable for an HP Laserjet 4 printer.
5667754Smsmith.LP
5767754SmsmithThere is an additional drawing command available:
5867754Smsmith.TP
5967754Smsmith.BI \eD'R\  dh\ dv '
6067754SmsmithDraw a rule (solid black rectangle), with one corner
6167754Smsmithat the current position, and the diagonally opposite corner
6267754Smsmithat the current position
6367754Smsmith.RI +( dh , dv ).
6467754SmsmithAfterwards the current position will be at the opposite corner.  This
6567754Smsmithgenerates a PCL fill rectangle command, and so will work on
6667754Smsmithprinters that do not support HPGL/2 unlike the other
6767754Smsmith.B \eD
6867754Smsmithcommands.
6967754Smsmith.SH OPTIONS
7067754Smsmith.TP
7167754Smsmith.BI \-c n
7267754SmsmithPrint
7367754Smsmith.I n
7467754Smsmithcopies of each page.
7567754Smsmith.TP
7667754Smsmith.B \-l
7767754SmsmithPrint the document with a landscape orientation.
7867754Smsmith.TP
7967754Smsmith.BI "\-d [" n ]
8067754SmsmithUse duplex mode
8167754Smsmith.IR n :
8267754Smsmith1\ is long-side binding; 2\ is short-side binding;
8367754Smsmithdefault is\ 1.
8467754Smsmith.TP
8567754Smsmith.BI \-p size
8667754SmsmithSet the paper size to
8767754Smsmith.IR size ,
8867754Smsmithwhich must be one of
8967754Smsmithletter, legal, executive, a4, com10, monarch, c5, b5, dl.
9067754Smsmith.TP
9167754Smsmith.B \-v
9267754SmsmithPrint the version number.
9367754Smsmith.TP
9467754Smsmith.BI \-w n
9567754SmsmithSet the default line thickness to
9667754Smsmith.I n
9767754Smsmiththousandths of an em.
9867754SmsmithIf this option isn't specified, the line thickness defaults to 0.04\~em.
9967754Smsmith.TP
10067754Smsmith.BI \-F dir
10167754SmsmithPrepend directory
10267754Smsmith.IB dir /dev name
10367754Smsmithto the search path for font and device description files;
10467754Smsmith.I name
10567754Smsmithis the name of the device, usually
10667754Smsmith.BR lj4 .
10767754Smsmith.LP
10867754SmsmithThe following four commands are available additionally in the
10967754Smsmithfont description files:
11067754Smsmith.TP
11167754Smsmith.BI pclweight \ N
11267754SmsmithThe integer value
11367754Smsmith.I N
11467754Smsmithmust be in the range -7 to +7; default is 0.
11567754Smsmith.TP
11667754Smsmith.BI pclstyle \ N
11767754SmsmithThe integer value
11867754Smsmith.I N
11967754Smsmithmust be in the range 0 to 32767; default is 0.
12067754Smsmith.TP
12167754Smsmith.BI pclproportional \ N
12267754SmsmithA boolean flag which can be either 0 or 1; default is 0.
12367754Smsmith.TP
12469746Smsmith.BI pcltypeface \ N
12567754SmsmithThe integer value
12667754Smsmith.I N
12767754Smsmithmust be in the range 0 to 65535; default is 0.
12867754Smsmith.SH FILES
12967754Smsmith.TP
13067754Smsmith.B @FONTDIR@/devlj4/DESC
13167754SmsmithDevice description file.
13267754Smsmith.TP
13367754Smsmith.BI @FONTDIR@/devlj4/ F
13467754SmsmithFont description file for font
13567754Smsmith.IR F .
13667754Smsmith.TP
13767754Smsmith.B @MACRODIR@/lj4.tmac
13867754SmsmithMacros for use with
13967754Smsmith.BR grolj4 .
14067754Smsmith.SH BUGS
14167754SmsmithSmall dots.
14267754Smsmith.SH "SEE ALSO"
14367754Smsmith.BR lj4_font (@MAN5EXT@),
14467754Smsmith.BR groff (@MAN1EXT@),
14567754Smsmith.BR @g@troff (@MAN1EXT@),
14667754Smsmith.BR groff_out (@MAN5EXT@),
14767754Smsmith.BR groff_font (@MAN5EXT@),
14867754Smsmith.BR groff_char (@MAN7EXT@)
14967754Smsmith.
15067754Smsmith.\" Local Variables:
15167754Smsmith.\" mode: nroff
15267754Smsmith.\" End:
15367754Smsmith