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
12 It is possible to have whitespace between a command line option and its
13 parameter.
14
16 grolj4 is a driver for groff that produces output in PCL5 format suit‐
17 able for an HP Laserjet 4 printer.
18
19 There is an additional drawing command available:
20
21 \D'R dh dv'
22 Draw a rule (solid black rectangle), with one corner at the cur‐
23 rent position, and the diagonally opposite corner at the current
24 position +(dh,dv). Afterwards the current position will be at
25 the opposite corner. This generates a PCL fill rectangle com‐
26 mand, and so will work on printers that do not support HPGL/2
27 unlike the other \D commands.
28
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 is
58 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 is
65 0.
66
68 /usr/share/groff/1.18.1.4/font/devlj4/DESC
69 Device description file.
70
71 /usr/share/groff/1.18.1.4/font/devlj4/F
72 Font description file for font F.
73
74 /usr/share/groff/1.18.1.4/tmac/lj4.tmac
75 Macros for use with grolj4.
76
78 Small dots.
79
81 groff(1), troff(1), groff_out(5), groff_font(5), groff_char(7)
82
83
84
85Groff Version 1.18.1.4 16 September 2002 GROLJ4(1)