Index of /archives/text/CTAN/support/tex2mail

Icon  Name                         Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] README 2001-02-27 23:28 849 [TXT] tex2mail 2001-12-22 05:30 60K
tex2mail is a perl script to convert TeX files into
plain text files: various mathematical symbols
(sums, products, integrals, sub/superscripts, fractions, square
roots,...) are replaced by "ascii art" that spreads over
multiple lines if necessary. The result attemps to approach WYSIWYG
and is more readable to human beings than the flat-style TeX code.

Installation:
Adapt the source code to your local needs by change of
the first line of the tex2mail file for the correct
full path name of your perl executable.

Invocation:

tex2mail [-linelength <bytesperline> ] [-debug <level> ]
         [-by_par] [-TeX] [-ragged] [-noindent] < foo.tex > foo.txt
 
author: Ilya Zakahrevich <ilya@math.ohio-state.edu>
        http://www.math.ohio-state.edu/people/display/display.php?ID=376
source: ftp://ftp.math.ohio-state.edu/pub/users/ilya/tex/tex2mail