Alan, We wrapped the init_printing function in the sympy.physics.vector package. So you can call sympy.physics.vector.init_vprinting() to turn our our custom printers.
See https://github.com/sympy/sympy/blob/master/sympy/physics/vector/printing.py#L377 Jason moorepants.info +01 530-601-9791 On Sun, Aug 24, 2014 at 12:34 PM, Alan Bromborsky <[email protected]> wrote: > For regular latex printing I have a custom _print_Derivative in my > GaLatexPrinter class and that works fine. But for latex printing in > ipython notebook I need a _repr_latex in the correct class. If I want to > print custom formated derivatives in latex in ipython notebook what should > I do? > > -- > 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/53FA1402.5030006%40verizon.net. > 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/CAP7f1Ag2gqfXut30WiuNrTo4UJ8dO-e%3DxkUQ%2BXySZhFm%3DZpHYQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
