Hi group,

I've written a library in python that converts ASCII Math into
Mathml.

https://sourceforge.net/projects/asciimathpython/

For example, the string 'x^2' becomes:

      <math xmlns="http://www.w3.org/1998/Math/MathML";>
       <mstyle>
        <msup>
         <mi>x</mi>
         <mn>2</mn>
        </msup>
       </mstyle>
      </math>

My version of Firefox supports MathML directly, so no other scripts or
conversions are needed to include math in a restructured text
document. In addition, with the right plugins (easily installed in my
experience), FOP also supports MathML directly, creating PDF.

Two screenshots are available on my project page.

Paul

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to