#10679: Typesetting (LaTeX) error for complex fractions
------------------------+---------------------------------------------------
   Reporter:  jan       |       Owner:  jason, mpatel, was
       Type:  defect    |      Status:  new               
   Priority:  major     |   Milestone:                    
  Component:  notebook  |    Keywords:                    
     Author:            |    Upstream:  N/A               
   Reviewer:            |      Merged:                    
Work_issues:            |  
------------------------+---------------------------------------------------
 The simple fraction

 {{{
 i/2* x^2/a
 }}}

 is typeset as

 {{{
 1/2* i x^2/ (2*a).
 }}}

 This is clearly wrong. There is an extra factor of 2 in the denominator.
 The internal representation is however correct.

 Reproduce with

 {{{
 var('a x')
 ratio = i/2* x^2/a
 print ratio        # correct
 latex(ratio)       # wrong
 }}}

 See my public worksheet http://demo.sagenb.org/home/pub/69/ (sage version
 4.6)

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10679>
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.

Reply via email to