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 sympy@googlegroups.com.
To unsubscribe from this group, send email to 
sympy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to