@Günter: Thanks for a reply. It works if I compile with
rst2html.py --math-output=mathml -- but I can't get sphinx to output mathml. As far as I know sphinx doesn't use rst2html.py With great respect, Boris. On Wednesday, March 6, 2013 8:19:34 PM UTC+4, Guenter Milde wrote: > > On 2013-03-06, Boris Kheyfets wrote: > > > [-- Type: text/plain, Encoding: --] > > > I'm trying to make use of > > [sphinxcontrib-mathml]( > https://bitbucket.org/coh/sphinx-contrib-mathml/overview) > > extension. Here's a test document: > > > .. _00mathml: > > > ######## > > MathML > > ######## > > > Inline test: :math:`a^2 + b^2 = c^2` > > > Separate line test: > > > .. math:: > > > a^2 + b^2 = c^2 > > Since Docutils Release 0.8 (2011-07-07) > mathematical formulas are supported without need for an extension. > The --math-output=mathml setting supports a subset of LaTeX math syntax > (including the above examples). > > Günter > > > > -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
