summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/man/man1/detex.1
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/man/man1/detex.1')
-rw-r--r--Master/texmf-dist/doc/man/man1/detex.118
1 files changed, 13 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/man/man1/detex.1 b/Master/texmf-dist/doc/man/man1/detex.1
index 8093d154b29..a6f63ff6347 100644
--- a/Master/texmf-dist/doc/man/man1/detex.1
+++ b/Master/texmf-dist/doc/man/man1/detex.1
@@ -6,7 +6,7 @@ detex \- a filter to strip \fITeX\fP commands from a .tex file.
[ \fB\-clnstw\fR ] [ \fB\-e\fI environment-list\fR ] [ \fIfilename\fR[.tex] ... ]
.SH DESCRIPTION
.I Detex
-(Version 2.6)
+(Version 2.8.3)
reads each file in sequence, removes all comments and
.I TeX
control sequences
@@ -46,8 +46,8 @@ mode regardless of input content.
.PP
Text in various environment modes of
.I LaTeX
-is ignored. The default modes are array, eqnarray, equation, figure,
-mathmatica, picture, table and verbatim. The
+is ignored. The default modes are array, eqnarray, equation, longtable,
+picture, tabular and verbatim. The
.B \-e
option can be used to specify a comma separated
.I environment-list
@@ -71,6 +71,12 @@ and magic characters like `{' when recognizing things like
.I LaTeX
environments.
.PP
+The
+.B \-r
+option tries to naively replace $..$, $$..$$, \(..\) and \[..\]
+with nouns and verbs (in particular, "noun" and "verbs")
+in a way that keeps sentences readable.
+.PP
If the
.B \-w
flag is given, the output is a word list, one `word' (string of two or more
@@ -103,14 +109,16 @@ The old functionality can be essentially duplicated by using the
.B \-s
option.
.SH SEE ALSO
-tex(1L)
+tex(1)
.SH DIAGNOSTICS
Nesting of \\input is allowed but the number of opened files must not
exceed the system's limit on the number of simultaneously opened files.
.I Detex
ignores unrecognized option characters after printing a warning message.
.SH AUTHOR
-Daniel Trinkle, Computer Science Department, Purdue University
+Originally written by Daniel Trinkle, Computer Science Department, Purdue University
+.PP
+Maintained by Piotr Kubowicz <https://github.com/pkubowicz/opendetex>.
.SH BUGS
.I Detex
is not a complete