Comment #5 on issue 1477 by Toon.Verstraelen: Printing with double
subscripts
http://code.google.com/p/sympy/issues/detail?id=1477
I've just tested the patches. Works better than before, but there are quite
some
cases that don't work for still. I might be going a bit too far:
latex(Symbol("x_a_b"))
latex(Symbol("x_1_2_3"))
latex(Symbol("x_a_b1"))
latex(Symbol("x_a_1"))
latex(Symbol("x_1_a"))
latex(Symbol("x_1^aa"))
latex(Symbol("x_11^a"))
latex(Symbol("x_a_a_a_a"))
latex(Symbol("x_a_a^a^a"))
latex(Symbol("alpha_11"))
latex(Symbol("alpha_11_11"))
It would be nice if there were no limitations on the number of sub- and
superscripts.
(I'll try to write a patch.)
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---