#7406: bug in conversion powers in to LaTeX
----------------------------+-----------------------------------------------
   Reporter:  robert.marik  |       Owner:  burcin                     
       Type:  defect        |      Status:  new                        
   Priority:  major         |   Milestone:  sage-4.3                   
  Component:  symbolics     |    Keywords:  latex, power, jsmath, pynac
Work_issues:                |      Author:                             
   Reviewer:                |      Merged:                             
----------------------------+-----------------------------------------------

Comment(by robert.marik):

 Perhaps close problem is
 {{{
 sage: latex(x*(1/(x^2)+sqrt(x^7)))
 {(\sqrt{x^{7}} + \frac{1}{x^{2}})} x
 }}}

 Note missing \left and \right at outside parentheses which makes the
 rendering of the expression far from perfect. Should look like
 {{{
 sage: latex(x*(1/(x^2)+sqrt(x^7)))
 {\left(\sqrt{x^{7}} + \frac{1}{x^{2}}\right)} x
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7406#comment:3>
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=.


Reply via email to