PS TEXT FORMAT Reference Manual
TFORMCVT: Converting From TGAL to TFORM
11387 Tandem Computers Incorporated E-13
BOX Command
\BOX
The TGAL BOX command is used both to commence and to close off box
construction. TFORMCVT can tell from the context what the TGAL BOX
command means and act accordingly. When the BOX command signals
the beginning of a box, the TFORMCVT output is:
\SET BOX ON; INDENT ON BOTH - 3
When the BOX command signals the end of a box, the TFORMCVT
output is:
\INDENT OFF BOTH; SET BOX OFF
\BOX
char
or BOX "
char
"
The TFORMCVT output is:
\DEFINE BOX SIDES "
char
"
\SET BOX ON; INDENT ON BOTH - 3
\BOX "
char1
" , "
char2
"
The TFORMCVT output is:
\DEFINE BOX SIDES "
char1
"
\DEFINE BOX TOP "
char2
"
\DEFINE BOX BOTTOM "
char2
"
\DEFINE BOX CORNERS "
char2
"
\SET BOX ON; INDENT ON BOTH - 3