1GROLJ4(1) General Commands Manual GROLJ4(1)
2
3
4
6 grolj4 - groff driver for HP Laserjet 4 family
7
9 grolj4 [ -lv ] [ -d[n] ] [ -cn ] [ -ppaper_size ] [ -wn ] [ -Fdir ]
10 [ files... ]
11
13 grolj4 is a driver for groff that produces output in PCL5 format suit‐
14 able for an HP Laserjet 4 printer.
15
16 There is an additional drawing command available:
17
18 \D'R dh dv'
19 Draw a rule (solid black rectangle), with one corner at the cur‐
20 rent position, and the diagonally opposite corner at the current
21 position +(dh,dv). Afterwards the current position will be at
22 the opposite corner. This generates a PCL fill rectangle com‐
23 mand, and so will work on printers that do not support HPGL/2
24 unlike the other \D commands.
25
27 It is possible to have whitespace between a command line option and its
28 parameter.
29
30 -cn Print n copies of each page.
31
32 -l Print the document with a landscape orientation.
33
34 -d [n] Use duplex mode n: 1 is long-side binding; 2 is short-side bind‐
35 ing; default is 1.
36
37 -psize Set the paper size to size, which must be one of letter, legal,
38 executive, a4, com10, monarch, c5, b5, dl.
39
40 -v Print the version number.
41
42 -wn Set the default line thickness to n thousandths of an em. If
43 this option isn't specified, the line thickness defaults to
44 0.04 em.
45
46 -Fdir Prepend directory dir/devname to the search path for font and
47 device description files; name is the name of the device, usu‐
48 ally lj4.
49
50 The following four commands are available additionally in the font
51 description files:
52
53 pclweight N
54 The integer value N must be in the range -7 to +7; default is 0.
55
56 pclstyle N
57 The integer value N must be in the range 0 to 32767; default
58 is 0.
59
60 pclproportional N
61 A boolean flag which can be either 0 or 1; default is 0.
62
63 pcltypeface N
64 The integer value N must be in the range 0 to 65535; default
65 is 0.
66
68 GROFF_FONT_PATH
69 A list of directories in which to search for the devname direc‐
70 tory in addition to the default ones. See troff(1) and
71 groff_font(5) for more details.
72
74 /usr/share/groff/1.22.3/font/devlj4/DESC
75 Device description file.
76
77 /usr/share/groff/1.22.3/font/devlj4/F
78 Font description file for font F.
79
80 /usr/share/groff/1.22.3/tmac/lj4.tmac
81 Macros for use with grolj4.
82
84 Small dots.
85
87 lj4_font(5), groff(1), troff(1), groff_out(5), groff_font(5),
88 groff_char(7)
89
91 Copyright © 1994-2014 Free Software Foundation, Inc.
92
93 Permission is granted to make and distribute verbatim copies of this
94 manual provided the copyright notice and this permission notice are
95 preserved on all copies.
96
97 Permission is granted to copy and distribute modified versions of this
98 manual under the conditions for verbatim copying, provided that the
99 entire resulting derived work is distributed under the terms of a per‐
100 mission notice identical to this one.
101
102 Permission is granted to copy and distribute translations of this man‐
103 ual into another language, under the above conditions for modified ver‐
104 sions, except that this permission notice may be included in transla‐
105 tions approved by the Free Software Foundation instead of in the origi‐
106 nal English.
107
108
109
110Groff Version 1.22.3 4 November 2014 GROLJ4(1)