#13356: Wrong LaTeX for products of numbers
--------------------------------------+-------------------------------------
       Reporter:  novoselt            |         Owner:  burcin   
           Type:  defect              |        Status:  new      
       Priority:  major               |     Milestone:  sage-5.11
      Component:  symbolics           |    Resolution:           
       Keywords:  latex, pynac, sd48  |   Work issues:           
Report Upstream:  N/A                 |     Reviewers:           
        Authors:  Burcin Erocal       |     Merged in:           
   Dependencies:                      |      Stopgaps:           
--------------------------------------+-------------------------------------
Changes (by {'newvalue': u'Burcin Erocal', 'oldvalue': ''}):

  * keywords:  latex => latex, pynac, sd48
  * author:  => Burcin Erocal


Comment:

 Patch for pynac available [[https://bitbucket.org/burcin/pynac-
 
wip/commits/838c6c3fff665d36ae262acadb2ed7a33d25500b?at=latex_overall_coeff_sep|on
 my work-in-progress repo]]. Doctest fixes in
 [[attachment:trac_13356-latex_coeff_sep.patch]]

 Now the output is:

 {{{
 sage: latex(2 * 2^x)
 2 \cdot 2^{x}
 }}}

 We still keep `\,` if the next character is not a digit:

 {{{
 sage: latex(2* x^2)
 2 \, x^{2}
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13356#comment:5>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to