#9834: LaTeX representation of fractions still broken
----------------------------+-----------------------------------------------
Reporter: robert.marik | Owner: burcin
Type: defect | Status: new
Priority: critical | Milestone:
Component: symbolics | Keywords: latex, fraction, pynac
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
----------------------------+-----------------------------------------------
Description changed by robert.marik:
Old description:
> Similarly as in #9314
>
> {{{
> sage: latex(-(x+1)/(x+2))
> \frac{-x + 1}{x + 2}
> }}}
>
> note the minus sign :(
New description:
Similarly as in #9314
{{{
sage: latex(-(x+1)/(x+2))
\frac{-x + 1}{x + 2}
}}}
note the minus sign :(
Also (another report from web):
{{{
sage: var('a b c x')
sage: solve(a*x^2+b*x+c==0,x)[0]
x == -1/2*(b + sqrt(-4*a*c + b^2))/a
sage: latex(_)
x = \frac{-b + \sqrt{-4 \, a c + b^{2}}}{2 \, a}
}}}
--
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9834#comment:1>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" 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/sage-trac?hl=en.