#8084: fix "show" in the notebook for strings
-----------------------------+----------------------------------------------
   Reporter:  jhpalmieri     |       Owner:  tbd       
       Type:  defect         |      Status:  new       
   Priority:  minor          |   Milestone:  sage-4.3.2
  Component:  misc           |    Keywords:            
     Author:  John Palmieri  |    Upstream:  N/A       
   Reviewer:                 |      Merged:            
Work_issues:                 |  
-----------------------------+----------------------------------------------
 From [http://groups.google.com/group/sage-
 devel/browse_thread/thread/f7961d6de8646b26?tvc=2 this thread in sage-
 devel]:
 {{{
 when doing in notebook
 sage: show('x^2')
 or
 sage: show(type(factor))
 I get error Unknown control sequence '\texttt'
 }}}
 There are other problems, too; for example, from the command line (not the
 notebook),
 {{{
 sage: view(type(factor))
 sage: view(identity_matrix)
 }}}
 produce odd-looking output -- see the attached pngs.  (The old versions
 are before the patch, the new ones afterwards.  If you wanted output like
 the old version of {{{view(identity_matrix)}}}, it's probably better to do
 {{{browse_sage_doc(identity_matrix)}}} instead.)

 The attached patch should fix these problems.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8084>
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