On Nov 25, 2007 5:47 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote:
> On Nov 25, 2007 5:41 PM, brombo <[EMAIL PROTECTED]> wrote:
> >
> > if
> > beta = Symbol(r'\beta')
> > and
> > x = Symbol('x')
> > then y = beta+x
> > and
> > latex(y) = $\mathrm{\beta}+x$
> > and LaTeX bombsout processing this expression
> > latex in sympy.printing should not enclose the \beta with
> > \mathrm{}!!!!!!!!!
>
> Thanks for the bugreport. Yes, the latex printing in SymPy should be
> refactored, I created an Issue for that:
>
> http://code.google.com/p/sympy/issues/detail?id=469The problem is fixed in hg, as this commit shows: http://hg.sympy.org/sympy/rev/2cbb895ae8b3 everything should be working fine now. If not, please report it. Ondrej --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sympy" group. 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/sympy?hl=en -~----------~----~----~----~------~----~------~--~---
