#14382: Fix LaTeXing of strings
--------------------------------------+-------------------------------------
       Reporter:  novoselt            |         Owner:  was         
           Type:  defect              |        Status:  needs_review
       Priority:  major               |     Milestone:  sage-5.11   
      Component:  user interface      |    Resolution:              
       Keywords:  latex               |   Work issues:              
Report Upstream:  N/A                 |     Reviewers:              
        Authors:  Andrey Novoseltsev  |     Merged in:              
   Dependencies:                      |      Stopgaps:              
--------------------------------------+-------------------------------------

Comment (by jhpalmieri):

 With this patch, running `view(RubiksCube())` from the command line
 produces output in which the numbers are lined up, but the horizontal
 lines are too short: LaTeX is turning each pair of dashes `--` into an
 "en-dash". If you want to use this approach, maybe you need to use
 `{-}{-}` instead of `--`.

 From the notebook, I don't see anything useful, but that may be specific
 to this machine. I'll try it on another machine eventually.

 From SageTeX, it works, but it requires the package `amsmath` because of
 the `\text{...}` command. I'm not sure that's ideal.

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