On Feb 6, 8:02 am, Dox <[email protected]> wrote:
> show(exp, subs=('bph':\hat{\phi}))

You can set the latex representation of symbols upon their creation.
Does the following do what you want?

sage: var("phihat",latex_name=r"\hat{\phi}")
phihat
sage: latex(phihat^2+2)
\hat{\phi}^{2} + 2

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to