I tried it in sage 9.2 nice printing.
But in sage I use show(LatexExpr("r \mu \epsilon))
μϵ
I am not sure that what you want (and naturaly first command in cell %display latex in sage)
One can even format text in a beautifull latex
show(LatexExpr(r"This \ is \ \mu \ and \ \epsilon"))
This is μ and ϵ
--
You received this message because you are subscribed to the Google Groups "sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-support...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/0262ca41-4a74-467b-8f46-0af9ad6c4df1n%40googlegroups.com.
Thanks! I just discovered that there is a separate group for Sage Cell.Oddly, the SageCell page links here for help! Apologies for not posting there first.