Hi.

I'd like to get LaTeX code of formula, but without simplification or 
expanding. I.E:

formula_1 = '2+x+x**2'

print(latex(expand(formula_1))) <- this works but it sorts the formula

print(latex(???)) -> 2+x+x^{2} #HOW TO GET THIS?

Thanks
Mike.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/05e496b0-d426-448e-b0b0-421b177314f5n%40googlegroups.com.

Reply via email to