PS TEXT FORMAT Reference Manual

Introduction to TFORM
11387 Tandem Computers Incorporated 3–111
PRINT BIN
int
The int option allows you to define the bin, 1 or 2, from which
paper is to be fed. If you omit it, TFORM resets the bin number for
the specified or implied range of pages to the default, bin number 1.
For example, if you have letterhead paper in bin 2 and blank paper
in bin 1, you could type
\PRINT BIN FIRST 2
to print the first page on letterhead paper and all others on plain
paper.
The default is PRINT BIN 1 and applies to all pages.
PRINT DRAFT Option
The DRAFT option lets you print draft versions of documents, for
proofreading and verification, on a high-speed printer in nearly the
same form as that produced by the Tandem 5530, but much faster.
Because the 5530 letter-quality printer can expand and compress lines
of text for better fit between margins and because it supports true
proportional spacing (which affects where line breaks occur), TFORM
uses a different line-break algorithm when formatting for the 5530
printer than it does for other printers.
PRINT DRAFT ON
PRINT DRAFT and PRINT DRAFT ON mean the same thing. They
tell TFORM to use the line-break algorithm for the device type
opposite to the one actually in use. That is, if you send output to a
line printer, TFORM treats it as a letter-quality printer; if the actual
device is a 5530 printer, TFORM treats it as a line printer.
PRINT DRAFT OFF
PRINT DRAFT OFF tells TFORM to perform in the normal way,
using the algorithm for the actual device.
The default is PRINT DRAFT OFF.