I don't remember if it is documented in the docs, but DejaVu Sans Mono is the font I like to recommend. It has the best support for the math symbols we use (e.g., it is the only font I've tried that renders the integral extension character long enough so that Integral(x) renders as a single unbroken line), and is a good monospace font otherwise.
Aaron Meurer On Tue, May 6, 2014 at 11:04 AM, Roberto Colistete Jr. <[email protected]> wrote: > Em 06-05-2014 12:51, Joachim Durchholz escreveu: > >> Am 06.05.2014 15:13, schrieb Jason Moore: >>> >>> SymPy 0.7.5 : >>> http://talk.maemo.org/showthread.php?p=1424146#post1424146 >> >> >> Nice. >> >> Can we do anything about the incomplete Unicode support? >> I'm thinking along the lines of letting each operator inspect the font in >> use, check if the required Unicode characters are available, and >> automatically fall back to ASCII art if there isn't. >> >> Or maybe we can package a useful fallback font. Or supply one on the SymPy >> website. >> >> Just tossing around ideas, I have no real knowledge about Python's or >> SymPy's font handling. > > > Hi, > > Using "init_printing(use_unicode=false)" is a workaround. The problem is > the "Terminal" (FingerTerm) in Sailfish has fixed font type. On other > applications (a Qt/QML software) using SymPy, we can usually choose a font > type with complete Unicode support (like "DejaVu Sans Mono"). > > On Sunday I've sent my suggestion to Sailfish OS developers at Jolla : > "So I repeat my suggestion below, to have "DejaVu Sans Mono" font available > in Sailfish OS. And FingerTerm able to change the font." > > Regards, > > Roberto > > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/53690814.3030301%40gmail.com. > > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAKgW%3D6%2BZqFwGRszMN83NZSgwpHLwRwWZ%3Dc%3DrVPEOvESJyCNWaA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
