TGAL Manual
Table of Statistics
TGAL Examples
3–16 060865 Tandem Computers Incorporated
Table of Statistics This example shows spacing and formatting for a table of statistics used in a report.
The following TGAL commands are used:
POFF sets the left margin to indent 10 character spaces.
OUTLEN controls the line length, thus controlling the right margin to stop at the
sixty-fifth character space.
SECT controls page numbering. In this example, the page numbering is
turned off.
CENTER centers the next two lines of text.
NEED keeps a specified number of text lines on the same page. This NEED
command specifies that the entire table must appear on the same page.
BOX encloses the table within a box.
This example illustrates a command file that produces a table of statistics.
\POFF 10;OUTLEN 65
\SECT " " 0
\CENTER 2;NEED ON
TABLE I
AVERAGE PRICE OF MICE PER MATED PAIR
\BOX;DBL OFF
Kind Price
Normal $ 2.00/pair
Deficient in:
Vestibular sense $ 3.50/pair
Growth hormone $ 6.80/pair
Bone resorption $11.00/pair
Glucuronidase activity $15.35/pair
\BOX;NEED OFF