Penguin
Annotated edit history of dvihp(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 DVIHP
2 !!!DVIHP
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 BUGS
8 SEE ALSO
9 ----
10 !!NAME
11
12
13 dvihp - convert a TeX DVI file to Hewlett-Packard PCL
14 !!SYNOPSIS
15
16
17 __dvihp__ [[''options'']
18 ''dvifile''[[.dvi]
19 !!DESCRIPTION
20
21
22 __dvihp__ translates the given ''dvifile'' to
23 Hewlett-Packard PCL using dvicopy(1) then $DVILJ
24 (dvilj4 by default).
25
26
27 In the absence of other options, pipe the PCL to $SPOOL (lpr
28 by default).
29 !!OPTIONS
30
31
32 Options are recognized from dvips where
33 possible:
34
35
36 __-A__
37
38
39 print odd pages
40
41
42 __-B__
43
44
45 print even pages
46
47
48 __-d__ ''n''
49
50
51 set debug bits to ''n'' (see documentation)
52
53
54 __-D__ ''n''
55
56
57 set resolution to ''n''
58
59
60 __-f__
61
62
63 run as filter
64
65
66 __-l__ ''n''
67
68
69 don't print pages after ''n''
70
71
72 __-m__
73
74
75 manual feed
76
77
78 __-n__ ''n''
79
80
81 print ''n'' pages
82
83
84 __-O__ ''a'',''b''
85
86
87 set/change paper offset to ''a'',''b''
88 mm.
89
90
91 __-o__ ''s''
92
93
94 output to ''s'' instead of spooling
95
96
97 __-p__ ''n''
98
99
100 don't print pages before ''n''.
101
102
103 __-Ps__
104
105
106 pass directly to lpr.
107
108
109 __-v__
110
111
112 verbose operation.
113
114
115 __-x__ ''n''
116
117
118 set magnification to ''n''.
119
120
121 __--help__
122
123
124 write usage summary.
125
126
127 Other options are passed to the dvilj program.
128 !!BUGS
129
130
131 Email bug reports to tex-k@mail.tug.org.
132 !!SEE ALSO
133
134
2 perry 135 dvicopy(1), dvilj4(1).
1 perry 136 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.