summaryrefslogtreecommitdiff
path: root/foo2qpdl-wrapper.1in
diff options
context:
space:
mode:
Diffstat (limited to 'foo2qpdl-wrapper.1in')
-rw-r--r--foo2qpdl-wrapper.1in22
1 files changed, 11 insertions, 11 deletions
diff --git a/foo2qpdl-wrapper.1in b/foo2qpdl-wrapper.1in
index 7e476c1..4524372 100644
--- a/foo2qpdl-wrapper.1in
+++ b/foo2qpdl-wrapper.1in
@@ -39,7 +39,7 @@ Color correction mode [0].
.TS
n l .
1 CRD
-10 ICM color profile (using -G *.icm file)
+10 ICM color profile (using \-G *.icm file)
.TE
.TP
.BI \-d\0 duplex
@@ -112,9 +112,9 @@ Print in N-up. Requires the \fBpsutils\fP package.
Orientation used for N-up.
.TS
l l l.
-Portrait -op (normal)
-Landscape -ol (rotated 90 degrees anticlockwise)
-Seascape -os (rotated 90 degrees clockwise)
+Portrait \-op (normal)
+Landscape \-ol (rotated 90 degrees anticlockwise)
+Seascape \-os (rotated 90 degrees clockwise)
.TE
.SS Printer Tweaking Options
These are the options used to customize the operation of \fBfoo2qpdl\fP
@@ -129,13 +129,13 @@ Set the offset of the end of the printable region from the
lower right corner, in pixels [varies with paper size].
.TP
.BI \-L\0 mask
-Send the logical clipping values from -u/-l in the QPDL stream.
+Send the logical clipping values from \-u/-l in the QPDL stream.
\fBfoo2qpdl-wrapper\fP always runs Ghostscript with the ideal page dimensions,
so that the scale of the image is correct,
regardless whether or not the printer has unprintable regions.
This option is used to move the position of the clipped image
back to where it belongs on the page. The default is to send
-the amount which was clipped by -u and -l, and should be
+the amount which was clipped by \-u and \-l, and should be
good in most cases.
.TS
l l.
@@ -164,11 +164,11 @@ Color Adjust. \fIparm\fP is b, c, s, cr, mg, yb for
brightness, contrast, saturation, cyan-red balance, magenta-green balance,
and yellow-blue balance.
\fIval\fP is 0 to 100. Multiple options are allowed.
-The default is "-ab=50 -ac=50 -as=50 -acr=50 -amg=50 -ayb=50".
-This only works when the -z3 (e.g. CLP-365) model is set!
+The default is "\-ab=50 \-ac=50 \-as=50 \-acr=50 \-amg=50 \-ayb=50".
+This only works when the \-z3 (e.g. CLP\-365) model is set!
.TP
.BI \-g\0 gsopts
-Additional options to pass to Ghostscript, such as -g\(lq-dDITHERPPI=nnn\(rq,
+Additional options to pass to Ghostscript, such as \-g\(lq-dDITHERPPI=nnn\(rq,
etc. This option may appear more than once.
.TP
.BI \-G\0 profile.icm
@@ -213,7 +213,7 @@ examine it, and then print it using a RAW print queue:
.nf
foo2qpdl-wrapper testpage.ps > testpage.zm
qpdldecode < testpage.zm
-lpr -P raw testpage.zm
+lpr \-P raw testpage.zm
.fi
.RE
.P
@@ -221,7 +221,7 @@ Create a color QPDL stream from a Postscript document:
.RS
.nf
-foo2qpdl-wrapper -c testpage.ps > testpage.zc
+foo2qpdl-wrapper \-c testpage.ps > testpage.zc
.fi
.RE