PS TEXT FORMAT Reference Manual
Introduction to TFORM
11387 Tandem Computers Incorporated 3–115
PRINT OFFSET +
num
This command adds 
num
 to the current offset for the specified or
implied scope of lines.
PRINT OFFSET -
num
This command subtracts 
num
 from the current offset for the
specified or implied scope of lines.
PRINT PAGES Options.
The PRINT PAGES options allow you to specify which pages you want
printed.
The default condition is PRINT PAGES (print all pages automatically).
See the EXIT command to see how you can use the EXIT command to
shorten the time for TFORM to print pages.
PRINT PAGES 
int
This command tells TFORM to print only the page(s) numbered
int
. (Depending on your numbering scheme,there might be more
than one page with that number.)
PRINT PAGES 
int
/
int
This command tells TFORM to print all pages from 
int
1 through
int
2; 
int
1 must be less than or equal to 
int
2.
You can specify a series of pages and page ranges in one command,
separating them with commas (page numbers don’t have to be in
ascending sequence). For example
\PRINT PAGES 3, 7, 10/12, 45, 22
Multiple PRINT commands, however, can affect each other. A
subsequent PRINT command supersedes an earlier one, so if a
PRINT PAGES 8 command follows a PRINT PAGES 9 command,
TFORM prints only page 8.










