What options exist for doing something like this? I'm particularly interested in LaTeX that describes mathematics.
|
The only tool I'm aware of (there are probably more) that tries to remove LaTeX markup is the command line tool |
|||||||
|
|
tex2mail might be an option; from the ctan catalogue: 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. This is helpful for people who can’t read TeX fluently. never used it |
|||
|
|
|
pandoc does a pretty good job as far as I am concerned. I convert markdown documents to latex and back again. I'm pretty sure it also supports plain text. Check it out. |
|||
|
|
$\alpha^5\in{\mathbb R}^+$into the plain text `α⁵∈ℝ⁺. Of course, tuch formatting is not as general as TeX, but is useful. – Frédéric Grosshans Apr 1 '11 at 16:31