So what happens? Do you get errors or bad characters, or is your printing just ASCII? It's hard to give any suggestions without knowing what's happening.
I do know that problems that I've seen before are: - Font problems (the font makes a difference. Also, sometimes the included font with a system is older than the newest version). - Terminal bugs (terminal programs tend to have bugs relating to unicode. Try using a different one) - If your terminal program has an option to "declare" the terminal as different things (e.g., xterm, xterm-color, etc.), that makes a difference It would be great to get this fixed, as pretty printing is definitely something that should "just work". Aaron Meurer On Wed, Sep 28, 2011 at 9:57 AM, Matthew Rocklin <[email protected]> wrote: > I'm on an older system than my personal machine and I can't get nice pretty > printing to work in isympy. This turns out to be far more annoying than I > thought it would be. > I'm trying to find what could be the problem. What are the common causes of > this? It's a linux box running debian circa 2008. > > -- > 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. > -- 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.
