Hi. When I use %display latex I don't really see Latex I want to see.
For example:
%display latex
integrate(x^2,x)
OUT: \newcommand{\Bold}[1]{\mathbf{#1}}\frac{1}{3} \, x^{3}
Isn't newcommand completely extra here? How would I go on about getting latex output that doesn't include \newcommand?