It's possible that they only tested that in pngmath, and that mathjax doesn't support it.
Another possibility is that our version of the mathjax extension doesn't support it, but the latest version does. When we added the mathjax extension, Sphinx didn't include it, but it does now, so we need to delete that file and replace it in the conf.py file to just use the built-in extensions. With any luck, that will fix this issue as well. Aaron Meurer On Fri, May 11, 2012 at 9:41 AM, someone <[email protected]> wrote: > Hi, > > > How do I make multiple aligned equations > in the sphinx doc? In pure latex I'd put > the equations into an "align" block. > > There is a solution mentioned here: > > http://sphinx.pocoo.org/latest/ext/math.html > > which looks like > > .. math:: > > (a + b)^2 &= (a + b)(a + b) \\ > &= a^2 + 2ab + b^2 > > but it does not work within the sympy docs. > Maybe a necessary sphinx extension is not enabled? > > Any hints how to fix this? > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
