Comment #2 on issue 2646 by asmeurer: Space between multiple pretty-printed multiple integral signs
http://code.google.com/p/sympy/issues/detail?id=2646
I think I did things right when I fixed issue 2438. There, I used \iint, \iiint, etc. only if all the integrals were indefinite (all(len(lim) == 1 for lim in expr.limits)). So I think the same should be done here. Remove the space only if all integrals are definite. Otherwise, put one space between all. This way, things don't look squished together. Also, the pretty printer and the latex printer should match each other whenever possible.
-- 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.
