Converts an expression in LaTeX
l=latex(x)
can be of type int, double, complex, string, sym, polynomial
is a string containing LaTeX code corresponding to the expression.
This function uses the Maxima function tex.
tex
Syms('x') e=latex(diff(sin(x)/x,x))