Get rid of the old texinfo.
[dragonfly.git] / contrib / groff / src / devices / grolj4 / grolj4.man
1 .ig
2 Copyright (C) 1994-2000, 2001, 2002 Free Software Foundation, Inc.
3
4 Permission is granted to make and distribute verbatim copies of
5 this manual provided the copyright notice and this permission notice
6 are preserved on all copies.
7
8 Permission is granted to copy and distribute modified versions of this
9 manual under the conditions for verbatim copying, provided that the
10 entire resulting derived work is distributed under the terms of a
11 permission notice identical to this one.
12
13 Permission is granted to copy and distribute translations of this
14 manual into another language, under the above conditions for modified
15 versions, except that this permission notice may be included in
16 translations approved by the Free Software Foundation instead of in
17 the 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
27 grolj4 \- 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
49 It is possible to have whitespace between a command line option and its
50 parameter.
51 .SH DESCRIPTION
52 .B grolj4
53 is a driver for
54 .B groff
55 that produces output in PCL5 format suitable for an HP Laserjet 4 printer.
56 .LP
57 There is an additional drawing command available:
58 .TP
59 .BI \eD'R\  dh\ dv '
60 Draw a rule (solid black rectangle), with one corner
61 at the current position, and the diagonally opposite corner
62 at the current position
63 .RI +( dh , dv ).
64 Afterwards the current position will be at the opposite corner.  This
65 generates a PCL fill rectangle command, and so will work on
66 printers that do not support HPGL/2 unlike the other
67 .B \eD
68 commands.
69 .SH OPTIONS
70 .TP
71 .BI \-c n
72 Print
73 .I n
74 copies of each page.
75 .TP
76 .B \-l
77 Print the document with a landscape orientation.
78 .TP
79 .BI "\-d [" n ]
80 Use duplex mode
81 .IR n :
82 1\ is long-side binding; 2\ is short-side binding;
83 default is\ 1.
84 .TP
85 .BI \-p size
86 Set the paper size to
87 .IR size ,
88 which must be one of
89 letter, legal, executive, a4, com10, monarch, c5, b5, dl.
90 .TP
91 .B \-v
92 Print the version number.
93 .TP
94 .BI \-w n
95 Set the default line thickness to
96 .I n
97 thousandths of an em.
98 If this option isn't specified, the line thickness defaults to 0.04\~em.
99 .TP
100 .BI \-F dir
101 Prepend directory
102 .IB dir /dev name
103 to the search path for font and device description files;
104 .I name
105 is the name of the device, usually
106 .BR lj4 .
107 .LP
108 The following four commands are available additionally in the
109 font description files:
110 .TP
111 .BI pclweight \ N
112 The integer value
113 .I N
114 must be in the range -7 to +7; default is 0.
115 .TP
116 .BI pclstyle \ N
117 The integer value
118 .I N
119 must be in the range 0 to 32767; default is 0.
120 .TP
121 .BI pclproportional \ N
122 A boolean flag which can be either 0 or 1; default is 0.
123 .TP
124 .BI pcltypeface \ N
125 The integer value
126 .I N
127 must be in the range 0 to 65535; default is 0.
128 .SH FILES
129 .TP
130 .B @FONTDIR@/devlj4/DESC
131 Device description file.
132 .TP
133 .BI @FONTDIR@/devlj4/ F
134 Font description file for font
135 .IR F .
136 .TP
137 .B @MACRODIR@/lj4.tmac
138 Macros for use with
139 .BR grolj4 .
140 .SH BUGS
141 Small dots.
142 .SH "SEE ALSO"
143 .BR groff (@MAN1EXT@),
144 .BR @g@troff (@MAN1EXT@),
145 .BR groff_out (@MAN5EXT@),
146 .BR groff_font (@MAN5EXT@),
147 .BR groff_char (@MAN7EXT@)
148 .
149 .\" Local Variables:
150 .\" mode: nroff
151 .\" End: