Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Print Latex Normally?

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?

Print Latex Normally?

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?

Ideally, I would want to see the following latex output: \frac{x^{3}}{3}

Print Latex Normally?

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?

Ideally, I would want to see the following latex output: \frac{x^{3}}{3}