Interprets text into the troff command output for the Tektronix 4015 system.
tc [ -t ] [ -e ] [ -a Number ] [ -o List | -s Number ] [ -- ] [ File | - ]
The tc command interprets input as output from the troff command. The tc command reads one or more English-language files. If no file is specified or the - (minus sign) flag is specified as the last parameter, standard input is read by default. The standard output of the tc command is intended for a Tektronix 4015 (a 4014 terminal with ASCII and APL character sets). The various typesetter sizes are mapped into the 4014's four sizes. The entire troff command character set is drawn using the 4014 character generator, with overstruck combinations where necessary.
At the end of each page, the tc command waits for a new-line character from the keyboard before continuing to the next page. While it waits, the following commands are recognized:
Note: The tc command does not distinguish among fonts.
File | Specifies the English-language text files to be interpreted as output from the troff command. |
To use the tc command in a pipeline with the troff command, enter:
troff [Flag...] [File...] | tc
The nroff command, troff command.