First time here? Check out the FAQ!
answered 2014-01-24 10:00:23 +0100
You can leave the Typeset box checked and use the print command along with the latex command. For example,
Typeset
print
latex
f=x^2*sin(x) print latex(f)
Gives me the desired LaTeX output.