For example, if my input equation is latex(integrate(z^4, z))
the result is \frac{1}{5} \, z^{5}
. Not what I want.
I want the result to be \int z^4 \, dz
, which is the LaTeX of the Input, not calculated.
Same thing for latex(diff(x^4, x))
....