|  |  D.13.4.19 texPolynomial Procedure from librarytropical.lib(see  tropical_lib).
 
Example:Usage:
texPolynomial(f); f poly
Return:
string, the tex command representing f
 |  | LIB "tropical.lib";
==> Welcome to polymake version
==> Copyright (c) 1997-2015
==> Ewgenij Gawrilow, Michael Joswig (TU Darmstadt)
==> http://www.polymake.org
ring r=(0,t),x,dp;
texPolynomial(1/t*x2-t2x+1/t);
==> \tfrac{1}{t}\cdot x^{2}-t^{2}\cdot x+\tfrac{1}{t}
 | 
 
 |