Thank you for your reply. It is indeed 4.5.2 (for OSX). The online version has it too.
On Sep 6, 12:58 pm, Minh Nguyen <[email protected]> wrote: > Hi, > > On Mon, Sep 6, 2010 at 7:16 PM, adriatikus <[email protected]> wrote: > > Shouldn't it be instead > > \frac{-(l + r)}{l - r} > > Thank you for your bug report. I can confirm this problem with Sage 4.5.2: > > sage: version() > 'Sage Version 4.5.2, Release Date: 2010-08-05' > sage: var('l'); var('r'); > sage: x = (r+l)/(r-l) > sage: latex(x) > \frac{-l + r}{l - r} > sage: x > -(l + r)/(l - r) > > The relevant bug tracking tickets are #9394 [1] and #9834 [2]. > > [1]http://trac.sagemath.org/sage_trac/ticket/9394 > > [2]http://trac.sagemath.org/sage_trac/ticket/9834 > > -- > Regards > Minh Van Nguyen -- 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
