> > Is there someway of querying if unicode greek symbols are enabled in > sympy?
See pretty_symbology and pretty. pretty.py imports pretty_use_unicode and uses it in pretty() to decide what to print. pretty_symbology imports pretty() as xpretty() so it's tests don't fail. Hopefully that will get you close enough to see the way out. /c -- 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.
