#5711: [with patch, needs work] Enhanced Typesetting of Symbolic Functions
-------------------------+--------------------------------------------------
 Reporter:  gmhossain    |       Owner:  cwitty                                 
       
     Type:  enhancement  |      Status:  new                                    
       
 Priority:  major        |   Milestone:  sage-4.0.2                             
       
Component:  misc         |    Keywords:  Enhance Typesetting, LaTeX, Symbolic 
Functions
 Reviewer:               |      Author:                                         
       
   Merged:               |  
-------------------------+--------------------------------------------------

Comment(by jhpalmieri):

 This patch does not pass doctests on sage.math:
 {{{
 sage -t  "devel/sage/sage/symbolic/function.pyx"
 **********************************************************************
 File "/scratch/palmieri/sage-4.0.1/devel/sage/sage/symbolic/function.pyx",
 line 121:
     sage: latex(foo(x,y^z))
 Expected:
     \mbox{t}\left(x, y^{z}\right)
 Got:
     t\left(x, y^{z}\right)
 **********************************************************************
 File "/scratch/palmieri/sage-4.0.1/devel/sage/sage/symbolic/function.pyx",
 line 129:
     sage: latex(foo(x,y^z))
 Expected:
     \mbox{foo}\left(x, y^{z}\right)
 Got:
     foo\left(x, y^{z}\right)
 **********************************************************************
 1 items had failures:
    2 of  45 in __main__.example_2
 ***Test Failed*** 2 failures.
 For whitespace errors, see the file
 /scratch/palmieri/sage-4.0.1/tmp/.doctest_function.py
          [1.2 s]
 exit code: 1024
 }}}
 Should be easy enough to fix.

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