2008/11/25 Scott <[EMAIL PROTECTED]>: > > I meant deltatheta_1 > > or like \delta\theta_1 in latex
I see. Is it just one Symbol? If so, then sympy currently cannot do that, but it can certainly be implemented quite easily by providing a custom Printer. > and also omega_theta , omege subscript theta . Do you know the UTF-8 code form _theta (subscript) ? If so, then it can be implemented. The problem is that unicode is not well suited for subscripts and superscripts -- one should be using other means to achieve that, e.g. escape sequences in terminals and patching all major terminals to support sub/superscripts. Ondra --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sympy" 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?hl=en -~----------~----~----~----~------~----~------~--~---
