manpages: shut up about tex (1)

front
khm 2018-02-28 12:55:48 -08:00
parent 59b31cccdb
commit 891a8c4f2c
6 changed files with 8 additions and 79 deletions

View File

@ -1,15 +1,12 @@
.TH DEROFF 1 .TH DEROFF 1
.SH NAME .SH NAME
deroff, delatex \- remove formatting requests deroff \- remove formatting requests
.SH SYNOPSIS .SH SYNOPSIS
.B deroff .B deroff
[ [
.I option ... .I option ...
] ]
.I file ... .I file ...
.PP
.B delatex
.I file
.SH DESCRIPTION .SH DESCRIPTION
.I Deroff .I Deroff
reads each file in sequence reads each file in sequence
@ -77,32 +74,16 @@ documents.
Same as Same as
.BR -mm , .BR -mm ,
but remove lists as well. but remove lists as well.
.PP
.I Delatex
does for
.I tex
and
.I latex
(see
.IR tex (1))
files what
.B deroff -wi
does for
.I troff
files.
.SH SOURCE .SH SOURCE
.B /sys/src/cmd/deroff.c .B /sys/src/cmd/deroff.c
.br .br
.B /sys/src/cmd/tex/local/delatex.c .B /sys/src/cmd/tex/local/delatex.c
.SH "SEE ALSO" .SH "SEE ALSO"
.IR troff (1), .IR troff (1),
.IR tex (1),
.IR spell (1) .IR spell (1)
.SH BUGS .SH BUGS
These filters are not complete interpreters of This filter is not a complete interpreter of
.I troff .I troff .
or
.IR tex .
For example, macro definitions containing For example, macro definitions containing
.L \e$ .L \e$
cause chaos in cause chaos in

View File

@ -67,10 +67,8 @@ for the given destination.
The given processor is invoked. The given processor is invoked.
The default processor is The default processor is
.LR generic , .LR generic ,
which tries to do the right thing for regular text, HTML, which tries to do the right thing for regular text, HTML, or
.IR troff (1) .IR troff (1)
output, or
.IR tex (1)
output. output.
If no processing is desired If no processing is desired
.L noproc .L noproc

View File

@ -26,14 +26,10 @@ of a
PostScript, PostScript,
PDF, PDF,
or or
.IR tex (1)
or
.IR troff (1) .IR troff (1)
device independent output device independent output
file. file.
.I Tex .I Troff
or
.I troff
output is simply converted to PostScript in order to be viewed. output is simply converted to PostScript in order to be viewed.
It can also be used to view any number of It can also be used to view any number of
graphics files graphics files
@ -192,7 +188,6 @@ Preview this manual in a new window.
.SH "SEE ALSO .SH "SEE ALSO
.IR gs (1), .IR gs (1),
.IR jpg (1), .IR jpg (1),
.IR tex (1),
.IR troff (1) .IR troff (1)
.SH SOURCE .SH SOURCE
.B /sys/src/cmd/page.c .B /sys/src/cmd/page.c

View File

@ -12,17 +12,13 @@
.if \\n($1>0 .sp .65 .if \\n($1>0 .sp .65
.. ..
.SH NAME .SH NAME
pic, tpic \- troff and tex preprocessors for drawing pictures pic \- troff preprocessor for drawing pictures
.SH SYNOPSIS .SH SYNOPSIS
.B pic .B pic
[ [
.I files .I files
] ]
.PP
.B tpic
[
.I files
]
.SH DESCRIPTION .SH DESCRIPTION
.I Pic .I Pic
is a is a
@ -292,44 +288,6 @@ may contain newlines.
The The
.B undef .B undef
statement removes the definition of a macro. statement removes the definition of a macro.
.PP
.I Tpic
is a
.IR tex (1)
preprocessor that accepts
.IR pic
language.
It produces Tex commands that define a box called
.BR \egraph ,
which contains the picture.
The box may be output this way:
.IP
.L
\ecenterline{\ebox\egraph}
.SH EXAMPLES
.EX
arrow "input" above; box "process"; arrow "output" above
move
A: ellipse
circle rad .1 with .w at A.e
circle rad .05 at 0.5 <A.c, A.ne>
circle rad .065 at 0.5 <A.c, A.ne>
spline from last circle.nw left .25 then left .05 down .05
arc from A.c to A.se rad 0.5
for i = 1 to 10 do { line from A.s+.025*i,.01*i down i/50 }
.EE
.PP
.PS
arrow "input" above; box "process"; arrow "output" above
move
A: ellipse
circle rad .1 with .w at A.e
circle rad .05 at 0.5 <A.c, A.ne>
circle rad .065 at 0.5 <A.c, A.ne>
spline from last circle.nw left .25 then left .05 down .05
arc from A.c to A.se rad 0.5
for i = 1 to 10 do { line from A.s+.025*i,.01*i down i/50 }
.PE
.SH SOURCE .SH SOURCE
.B /sys/src/cmd/pic .B /sys/src/cmd/pic
.SH "SEE ALSO" .SH "SEE ALSO"

View File

@ -219,7 +219,6 @@ font width tables for
.IR doctype (1), .IR doctype (1),
.IR ms (6), .IR ms (6),
.IR image (6), .IR image (6),
.IR tex (1),
.IR deroff (1), .IR deroff (1),
.IR col (1) .IR col (1)
.br .br

View File

@ -37,9 +37,7 @@ characters.
.RB [ DLcimnorxy ] .RB [ DLcimnorxy ]
.TP .TP
.I dvipost .I dvipost
converts converts tex output to PostScript.
.IR tex (1)
output to PostScript.
.RB [ Lcinor ] .RB [ Lcinor ]
.TP .TP
.I g3post .I g3post