Hi, 

It seems that simplifying an expression containing a symbolic function 
causes the loss of the LaTeX name of the latter:

sage: s = function('g', latex_name=r'\Gamma')(x)
sage: s
g(x)
sage: latex(s)
\Gamma\left(x\right)
sage: latex(s.simplify())
g\left(x\right)
sage: latex(s.simplify_full())
g\left(x\right)

Is this a known issue? Shall I open a ticket for it?

Eric.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to