This is a feature that we do not have but we really should. There should be an option to init_printing to pass options through to latex(). It should be easy to implement if you want to send a pull request.
More generally, there should be another option to init_printing to pass in a custom printer, so that it's easy to use a different printer (like mlatex() from the mechanics module). Aaron Meurer On Sat, Aug 31, 2013 at 8:13 PM, G B <[email protected]> wrote: > I'm running an IPython session using Sympy, and have started up the pretty > print module using init_printing(). The output is getting hard to parse > because the default multiplication symbol is "None", and I'd like to set it > to something else. Is there a way to do that? > > It looks like the latex printer accepts mul_symbol as an argument, but I'm > not sure how to set that for the default printer... > > Thanks-- > > -- > 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. > For more options, visit https://groups.google.com/groups/opt_out. -- 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. For more options, visit https://groups.google.com/groups/opt_out.
