Status: Accepted
Owner: asmeurer
Labels: Type-Defect Priority-Medium Printing
New issue 2538 by asmeurer: latex printer should use \iint for multiple
integrals
http://code.google.com/p/sympy/issues/detail?id=2538
In [24]: latex(Integral(x*y, x, y))
Out[24]: \int\int x y\,dx dy
It should return \iint x y\, dx\, dy. Also, it should have a \, between
each dvar, like is done at
http://en.wikipedia.org/w/index.php?title=Multiple_integral&action=edit§ion=4.
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" 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-issues?hl=en.