On Sat, Jan 3, 2009 at 7:50 AM, H. S. Rai <[email protected]> wrote:
> phi_b to \mbox{phi}_{b}
> epsilon_cu to \epsilon_{\mbox{cu}}
>
> In both cases \mbox is not desirable (although in 2nd case it may be
> accepted, as it do convert symbol of epsilon correctly, but phi is not
> rendered, so to acceptable at all)
>
> IS there a mean to stop putting mbox.

I tried to use:

varOutput = [[x[0].replace('\mbox',''),x[1]] for x in varOutput]

But, I converted:

\mbox{phi}_{b} to {phi}_{b} and
\epsilon_{\mbox{cu}} to \\epsilon_{{cu}}

It puts "\\" before epsilon.

Can we avoid it or a better way to omit "\mbox"

-- 
H.S.Rai

--~--~---------~--~----~------------~-------~--~----~
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
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to