I have a class that does not extend a sympy object, but I would like it to 
print latex in the ipython shell (%load_ext sympyprinting), so I did 
something like

class Thing:
    def _latex(self):
        return r"$\LaTeX$"

I thought this should be enough, but it is not, what else is needed to get 
it to print latex stuff?

-- 
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?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to