* Mike Stay <mike@math.ucr.edu> [Mar 29. 2006 11:10]:
[...]
One thing you didn't mention is AsciiMathML: ( http://www1.chapman.edu/~jipsen/asciimath.html ) It's a javascript parser that converts TeX math formulas to mathml. IE users need to download a free plugin for mathml, though.
Doesn't work with any of Mozilla/Firefox/konqueror for me... Let's mentions tex2mail (perl script coming with pari/gp): % tex2mail --linelength=99 --noindent < srctransc/log.tex / +-+ 2 \ 5 7 11 13 1 | 1+\|3 x+x | x x x x ------ log | ----------- |=x - -- - -- + --- + --- +...= +-+ | +-+ 2 | 5 7 11 13 - 2 \|3 \ 1-\|3 x+x / / 12k+1 12k+5 12k+7 12k+11 \ \~~ oo| x x x x | = > | + ------ - ------ - ------ + ------- | /__ k=0\ 12k+1 12k+5 12k+7 12k+11 / (Note the glitch with \infty at sum symbol) The input is \begin{eqnarray} \frac{1}{2\,\sqrt{3}}\,\log\left(\frac{1+\sqrt{3}\,x+x^2}{1-\sqrt{3}\,x+x^2}\right) & = & x - \frac{x^5}{5} - \frac{x^7}{7} + \frac{x^{11}}{11} + \frac{x^{13}}{13} \pm \ldots = \\ & = & \sum_{k=0}^{\infty}{\left( + \frac{x^{12k+1}}{12k+1} - \frac{x^{12k+5}}{12k+5} - \frac{x^{12k+7}}{12k+7} + \frac{x^{12k+11}}{12k+11} \right)} \end{eqnarray} Using UTF-8 could produce quite beautiful results.