Updates:
        Status: Fixed

Comment #13 on issue 990 by [email protected]: latex(Symbol('a1')) should result in '$a_{1}$' like pretty_print
http://code.google.com/p/sympy/issues/detail?id=990

This is fixed:

In [1]: a=Symbol('a1')

In [2]: latex(a)
Out[2]: a_{1}


--
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.

Reply via email to