version 4, including all changes.
.
Rev |
Author |
# |
Line |
1 |
perry |
1 |
GROLJ4 |
|
|
2 |
!!!GROLJ4 |
|
|
3 |
NAME |
|
|
4 |
SYNOPSIS |
|
|
5 |
DESCRIPTION |
|
|
6 |
OPTIONS |
|
|
7 |
FILES |
|
|
8 |
BUGS |
|
|
9 |
SEE ALSO |
|
|
10 |
---- |
|
|
11 |
!!NAME |
|
|
12 |
|
|
|
13 |
|
|
|
14 |
grolj4 - groff driver for HP Laserjet 4 family |
|
|
15 |
!!SYNOPSIS |
|
|
16 |
|
|
|
17 |
|
|
|
18 |
__grolj4__ [[ __-lv__ ] [[ __-d__[[''n''] ] [[ |
|
|
19 |
__-c__''n'' ] [[ __-p__''paper_size'' ] [[ |
|
|
20 |
__-w__''n'' ] [[ __-F__''dir'' ] [[ |
|
|
21 |
''files...'' ] |
|
|
22 |
|
|
|
23 |
|
|
|
24 |
It is possible to have whitespace between a command line |
|
|
25 |
option and its parameter. |
|
|
26 |
!!DESCRIPTION |
|
|
27 |
|
|
|
28 |
|
|
|
29 |
__grolj4__ is a driver for __groff__ that produces |
|
|
30 |
output in PCL5 format suitable for an HP Laserjet 4 |
|
|
31 |
printer. |
|
|
32 |
|
|
|
33 |
|
|
|
34 |
There is an additional drawing command |
|
|
35 |
available: |
|
|
36 |
|
|
|
37 |
|
|
|
38 |
__D'R__ ''dh dv''__'__ |
|
|
39 |
|
|
|
40 |
|
|
|
41 |
Draw a rule (solid black rectangle), with one corner at the |
|
|
42 |
current position, and the diagonally opposite corner at the |
|
|
43 |
current position +(''dh'',''dv''). Afterwards the |
|
|
44 |
current position will be at the opposite corner. This |
|
|
45 |
generates a PCL fill rectangle command, and so will work on |
|
|
46 |
printers that do not support HPGL/2 unlike the other |
|
|
47 |
__D__ commands. |
|
|
48 |
!!OPTIONS |
|
|
49 |
|
|
|
50 |
|
|
|
51 |
__-c__''n'' |
|
|
52 |
|
|
|
53 |
|
|
|
54 |
Print ''n'' copies of each page. |
|
|
55 |
|
|
|
56 |
|
|
|
57 |
__-l__ |
|
|
58 |
|
|
|
59 |
|
|
|
60 |
Print the document with a landscape |
|
|
61 |
orientation. |
|
|
62 |
|
|
|
63 |
|
|
|
64 |
__-d [[__''n''__]__ |
|
|
65 |
|
|
|
66 |
|
|
|
67 |
Use duplex mode ''n'': 1 is long-side binding; 2 is |
|
|
68 |
short-side binding; default is 1. |
|
|
69 |
|
|
|
70 |
|
|
|
71 |
__-p__''size'' |
|
|
72 |
|
|
|
73 |
|
|
|
74 |
Set the paper size to ''size'', which must be one of |
|
|
75 |
letter, legal, executive, a4, com10, monarch, c5, b5, |
|
|
76 |
dl. |
|
|
77 |
|
|
|
78 |
|
|
|
79 |
__-v__ |
|
|
80 |
|
|
|
81 |
|
|
|
82 |
Print the version number. |
|
|
83 |
|
|
|
84 |
|
|
|
85 |
__-w__''n'' |
|
|
86 |
|
|
|
87 |
|
|
|
88 |
Set the default line thickness to ''n'' thousandths of an |
|
|
89 |
em. |
|
|
90 |
|
|
|
91 |
|
|
|
92 |
__-F__''dir'' |
|
|
93 |
|
|
|
94 |
|
|
|
95 |
Prepend directory ''dir''__/devlj4__ to the search |
|
|
96 |
path for font and device description files. |
|
|
97 |
|
|
|
98 |
|
|
|
99 |
The following four commands are available additionally in |
|
|
100 |
the __DESC__ file: |
|
|
101 |
|
|
|
102 |
|
|
|
103 |
__pclweight__ ''N'' |
|
|
104 |
|
|
|
105 |
|
|
|
106 |
The integer value ''N'' must be in the range -7 to +7; |
|
|
107 |
default is 0. |
|
|
108 |
|
|
|
109 |
|
|
|
110 |
__pclstyle__ ''N'' |
|
|
111 |
|
|
|
112 |
|
|
|
113 |
The integer value ''N'' must be in the range 0 to 32767; |
|
|
114 |
default is 0. |
|
|
115 |
|
|
|
116 |
|
|
|
117 |
__pclproportional__ ''N'' |
|
|
118 |
|
|
|
119 |
|
|
|
120 |
A boolean flag which can be either 0 or 1; default is |
|
|
121 |
0. |
|
|
122 |
|
|
|
123 |
|
|
|
124 |
__pcltypeface__ ''N'' |
|
|
125 |
|
|
|
126 |
|
|
|
127 |
The integer value ''N'' must be in the range 0 to 65535; |
|
|
128 |
default is 0. |
|
|
129 |
!!FILES |
|
|
130 |
|
|
|
131 |
|
|
|
132 |
__/usr/share/groff/1.17.2/font/devlj4/DESC__ |
|
|
133 |
|
|
|
134 |
|
|
|
135 |
Device description file. |
|
|
136 |
|
|
|
137 |
|
|
|
138 |
__/usr/share/groff/1.17.2/font/devlj4/__''F'' |
|
|
139 |
|
|
|
140 |
|
|
|
141 |
Font description file for font ''F''. |
|
|
142 |
|
|
|
143 |
|
|
|
144 |
__/usr/share/groff/1.17.2/tmac/lj4.tmac__ |
|
|
145 |
|
|
|
146 |
|
|
|
147 |
Macros for use with __grolj4__. |
|
|
148 |
!!BUGS |
|
|
149 |
|
|
|
150 |
|
|
|
151 |
Small dots. |
|
|
152 |
!!SEE ALSO |
|
|
153 |
|
|
|
154 |
|
4 |
perry |
155 |
groff(1), troff(1), groff_out(5), |
|
|
156 |
groff_font(5), __groff_char__(7) |
1 |
perry |
157 |
---- |