pol2tex — convert polynomial to TeX format
[y]=pol2tex(x)
Latex source code for the polynomial x. (For use with texprint)
s=poly(0,'s'); p=s^3+2*s-5; pol2tex(p)