PS TEXT FORMAT Reference Manual
Overview of TFORM Capabilities
2–20 11387 Tandem Computers Incorporated
Heading Style Specifications
To control the style in which TFORM prints section headings, use the
LEVEL STYLE command. LEVEL STYLE 0 takes care of level 0 headings,
LEVEL STYLE 1 is for level 1 headings, and so on. You can print your
headings in boldface, with numbers, underscored, centered, or with
combinations of these features. However, for the LEVEL STYLE command
to work properly, you must enter one of these three options: LEFT,
CENTER, or RIGHT.
If you type the following, your level 1 headings will appear left-justified
and in boldface:
\LEVEL STYLE 1 LEFT BOLD
If you type the following, your level 2 headings will appear centered and
underscored:
\LEVEL STYLE 2 CENTER UNDERLINE
And if you want your level 3 headings to be right-justified and numbered,
you type:
\LEVEL STYLE 3 RIGHT NUMBER
If you specify certain features and leave off others that are part of the
default style for that level, those default features will be turned off.