Differences between version 2 and predecessor to the previous major change of pstops(1).
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Monday, June 3, 2002 11:55:58 pm | by perry | Revert |
Older page: | version 1 | Last edited on Monday, June 3, 2002 11:55:58 pm | by perry | Revert |
@@ -11,9 +11,9 @@
----
!!NAME
-pstops - shuffle pages in a PostScript file
+pstops - shuffle pages in a !
PostScript file
!!SYNOPSIS
__pstops__ [[ __-q__ ] [[ __-b__ ] [[
@@ -23,10 +23,10 @@
]
!!DESCRIPTION
-''Pstops'' rearranges pages from a PostScript document,
-creating a new PostScript file. The input PostScript file
+''Pstops'' rearranges pages from a !
PostScript document,
+creating a new !
PostScript file. The input !
PostScript file
should follow the Adobe Document Structuring Conventions.
''Pstops'' can be used to perform a large number of
arbitrary re-arrangements of Documents, including arranging
for printing 2-up, 4-up, booklets, reversing, selecting
@@ -62,9 +62,9 @@
''spec'' should be between 0 (for the first page in the
block) and ''modulo''-1 (for the last page in each block)
inclusive. The optional dimensions ''xoff'' and
''yoff'' shift the page by the specified amount.
-''xoff'' and ''yoff'' are in PostScript's points, but
+''xoff'' and ''yoff'' are in !
PostScript's points, but
may be followed by the units __cm__ or __in__ to
convert to centimetres or inches, or the flag __w__ or
__h__ to specify as a multiple of the width or height.
The optional parameters ''L'', ''R'', and ''U''
@@ -82,9 +82,9 @@
''pageno'' may be omitted.
The shift, rotation, and scaling are applied to the
-PostScript transformation matrix in that order regardless of
+!
PostScript transformation matrix in that order regardless of
which order they appear on the command line. The matrix
accumulates the individual transformations. The effect on
the image is to first scale with respect to an origin at the
lower left corner, then rotate about the same origin, and
@@ -102,9 +102,9 @@
default paper size is __a4.__
The ''-b'' option prevents any __bind__ operators in
-the PostScript prolog from binding. This may be needed in
+the !
PostScript prolog from binding. This may be needed in
cases where complex multi-page re-arrangements are being
done.
@@ -149,11 +149,11 @@
fixwwps(1), extractres(1), includeres(1)
!!TRADEMARKS
-__PostScript__ is a trademark of Adobe Systems
+__!
PostScript__ is a trademark of Adobe Systems
Incorporated.
!!BUGS
''Pstops'' does not accept all DSC comments.
----