#6211: typesetting symbolic integrals broken
-----------------------+----------------------------------------------------
 Reporter:  burcin     |       Owner:            
     Type:  defect     |      Status:  new       
 Priority:  major      |   Milestone:  sage-4.0.2
Component:  symbolics  |    Keywords:            
 Reviewer:             |      Author:            
   Merged:             |  
-----------------------+----------------------------------------------------

Comment(by burcin):

 Latex typesetting of sub expressions also seem to be broken. This is
 probably caused by pynac not passing on the printing context when it calls
 the print function on the subexpression, though I haven't looked at any
 code yet.

 Here is an example:

 {{{
 sage: var('kappa')
 kappa
 sage: x = sqrt(kappa)
 sage: latex(x)
 \sqrt{\kappa}
 sage: F = exp(x)
 sage: F
 e^sqrt(kappa)
 sage: latex(F)
 e^{sqrt(kappa)}
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6211#comment:1>
Sage <http://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