[comp.text.tex] TeX to normal text?

mjo@irie.ais.org (Mike O'Connor) (04/15/91)

Does anyone have some sort of script/program/filter/method that
converts a TeX text file into a normal text file, with no TeX formatting
commands present?  I am a TeX know-nothing, so if this is an easy sort
of thing to do, my apologies.  Note the Followup-To: line.

Example.  Here's some TeX input:

\setcounter{secnumdepth}{5} %personal preference
\setcounter{tocdepth}{5} %personal preference
\author{Sandra J. Loosemore}
\title{The MG Reference Manual \\ Release MG2A}
\date{\vspace{1.5in}
Copyright \copyright 1987, Sandra J. Loosemore \\[0.5em]
\parbox{5 in}{This document, or sections of this document, may be freely
redistributed provided that the copyright notice and the following disclaimer
remain intact:  The author bears no responsibilities for errors in
this document or the software it describes; and shall not be held liable
for any indirect, incidental, or consequential damages.}}

and here's some idea of the output that I'd want:

Sandra J. Loosemore
The MG Reference Manual  Release MG2A
Copyright 1987, Sandra J. Loosemore

This document, or sections of this document, may be freely
redistributed, provided that the copyright notice...  etc.


====
Mike O'Connor (mjo@ais.org)