Currently, there isn't an easy way to use a custom latex printer. The relevant issue is https://code.google.com/p/sympy/issues/detail?id=4013. Ideally, you could just pass a custom printer to init_printing(), and that printer would be used.
Pull requests welcome. Let me know if you need help on how to get started. Aaron Meurer On Mon, Sep 9, 2013 at 4:41 PM, Alan Bromborsky <[email protected]> wrote: > I have a custom latex printer in galgebra that works (added methods for > multivectors and redefined methods for partial derivatives and functions) > when generating latex code. What additional things to I need to do to make > it work in Ipython notebook. > > -- > 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.
