summaryrefslogtreecommitdiff
path: root/static/unix-v10/man1/mmt.1
blob: a566365004d755f559889e4ab5e70b06cec18d3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
.TH MMT 1
.SH NAME
mmt, mvt \- typeset documents, view graphs, and slides
.SH SYNOPSIS
.B mmt
[ options ] [ files ]
.PP
.B mvt
[ options ] [ files ]
.SH DESCRIPTION
These two commands are very similar to
.IR mm (1),
except that they both typeset their input via
.IR troff (1),
as opposed to formatting it via
.IR nroff (1);
.I mmt\^
uses
the
.SM MM
macro package,
while
.I mvt\^
uses the
Macro Package for
View Graphs and Slides.
These two commands have options to specify
preprocessing by
.IR tbl (1)
and/or
.IR eqn (1).
The proper pipelines and the
required arguments and flags for
.IR troff (1)
and
for
the macro packages
are generated, depending on the options selected.
.PP
.I Options\^
are given below.
Any other arguments or flags (e.g.,
.BR \-rC3 )
are passed
to
.IR troff (1)
or to
the macro package,
as appropriate.
Such options can occur in any order,
but they must appear before the
.I files\^
arguments.
If no arguments are given,
these commands
print a list of their options.
.PP
.PD 0
.TP 10
.B \-e
Causes
these commands
to invoke
.IR eqn (1);
also causes
.I eqn
to read the
.B /usr/pub/eqnchar
file (see
.IR eqnchar (7)).
.TP
.B \-t
Causes
these commands
to invoke
.IR tbl (1).
.TP
.B \-Tst
Directs the output to the
.SM MH STARE
facility.
.TP
.B \-Tvp
Directs the output to a Versatec printer via the
.IR vpr (1)
spooler;
this option is not available at all
.SM UNIX
sites.
.TP
.B \-T4014
Directs the output to a Tektronix 4014 terminal via the
.IR tc (1)
filter.
.TP
.B \-Ttek
Same as
.BR \-T4014 .
.TP
.B \-a
Invokes the
.B \-a
option of
.IR troff (1).
.TP
.B \-y
Causes
.I mmt\^
to use the non-compacted version of the macros (see
.IR mm (7)).
No effect for
.IR mvt .
.PD
.PP
These commands read the standard input
when
.B \-
is specified
instead of any file names.
.PP
.I Mvt\^
is just a link to
.I mmt\^.
.SH HINT
Use the
.BI \-o list\^
option of
.IR troff (1)
to specify ranges of pages to be output.
Note, however, that these commands, if invoked with
one or more of the
.BR \-e ,
.BR \-t ,
and
.B \-
options,
.I together\^
with the
.BI \-o list\^
option of
.IR troff (1)
may cause a harmless ``broken pipe'' diagnostic
if the last page of the document is not specified in
.IR list .
.SH SEE ALSO
.tr ~
.PD 0
env(1), eqn(1), mm(1), tbl(1), tc(1), troff(1), profile(5),
environ(7), mm(7), mv(7).
.PP
.I "\s-1MM\s+1\-Memorandum Macros\^"
by D.~W. Smith and J.~R. Mashey.
.PP
.I "Typing Documents with \s-1MM\s+1\^"
by D.~W. Smith and E.~M. Piskorik.
.PP
.I "A Macro Package for View Graphs and Slides\^"
by T.~A. Dolotta and D.~W. Smith (in preparation).
.PD
.SH DIAGNOSTICS
.tr ~~
``m[mv]t: \|no input file''\| if
none of the arguments is a readable file and
the command
is not used as a filter.