nice font in "table"
hi
i have this code :
show("grad")
T=table([["grad"]])
show(T)
the result of the first line is "grad" in some beautiful font
but the result of the show(T) is "grad" in some other font
can i display the show(T) with the font that Sagemaths uses when running show("grad") ?
Vinz