get rid of unmatched quote so ANSI cpp doesn't barf
[unix-history] / usr / src / old / tc / tc.1
CommitLineData
a5d34f95 1.\" @(#)tc.1 6.1 (Berkeley) %G%
5058d819 2.\"
a5d34f95 3.TH TC 1 ""
5058d819
KM
4.AT 3
5.SH NAME
e10861db 6tc \- photoypesetter simulator
5058d819
KM
7.SH SYNOPSIS
8.B tc
9[
10.B \-t
11]
12[
13.B \-s\c
14N
15]
16[
17.B \-p\c
18L
19]
20[
21file
22]
23.SH DESCRIPTION
24.I Tc
25interprets its
26input (standard input default)
27as device codes for a Graphic Systems phototypesetter (cat).
28The standard output of
29.I tc
e10861db 30is intended for a Tektronix 4015 (a 4014 terminal
5058d819
KM
31with ASCII and APL character sets).
32The sixteen typesetter sizes are mapped into the 4014's
33four sizes;
34the entire TROFF character set is drawn using the 4014's
35character generator,
36using overstruck combinations where necessary.
37Typical usage:
38.IP "" 15
39troff \-t file | tc
40.PP
41At the end of each page
42.I tc
43waits for a newline (empty line) from the keyboard before
44continuing on to the next page.
45In this wait state, the command
46.B e
47will suppress the screen erase before the next page;
48.B s\c
49N will cause the next N pages to be skipped;
50and
51.B !\c
52line will send line to the shell.
53.PP
54The command line options are:
55.TP
56.B \-t
57Don't wait between pages; for directing output into a file.
58.TP
59.BR \-s N
60Skip the first N pages.
61.TP
62.BR \-p L
63Set page length to L.
64L may include the scale factors
65.B p
66(points),
67.B i
68(inches),
69.B c
70(centimeters),
71and
72.B P
73(picas);
74default is picas.
75.TP
76.BI \(fm\- l\ w \(fm
77Multiply the default aspect ratio, 1.5, of a displayed page
78by
79.I l/w.
80.SH "SEE ALSO"
81troff(1),
e10861db 82plot(1G)
5058d819
KM
83.SH BUGS
84Font distinctions are lost.
85.br
e10861db 86.IR tc 's
5058d819
KM
87character set is limited to ASCII in just one size.
88.br
89The aspect ratio option is unbelievable.