Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You can leave the Typeset box checked and use the print command along with the latex command. For example,

f=x^2*sin(x)
print latex(f)

Gives me the desired LaTeX output.