#7051: [with patch, positive review] latex issues
------------------------------+---------------------------------------------
 Reporter:  jhpalmieri        |         Owner:  jhpalmieri
     Type:  defect            |        Status:  closed    
 Priority:  minor             |     Milestone:  sage-4.2  
Component:  misc              |    Resolution:  fixed     
 Keywords:                    |   Work_issues:            
   Author:  John H. Palmieri  |      Reviewer:  Tim Dumol 
   Merged:  sage-4.2.alpha0   |  
------------------------------+---------------------------------------------

Comment(by mpatel):

 If I evaluate
 {{{
 #!python
 html('$\CDF$')
 }}}
 in the notebook, jsMath complains
 {{{
 Unknown control sequence '\texttt'
 }}}
 Is this because `sage.misc.latex_macros.sage_jsmath_macros` contains
 {{{
 #!js
 jsMath.Macro('CDF','\\\\texttt{Complex Double Field}');
 }}}
 ?

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