#15210: Fix latex for operation tables
-------------------------------------+------------------------------
       Reporter:  nthiery            |        Owner:
           Type:  defect             |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-5.13
      Component:  group theory       |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Nicolas M. ThiƩry  |    Reviewers:  Jeroen Demeyer
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
   Dependencies:                     |     Stopgaps:
-------------------------------------+------------------------------
Changes (by jdemeyer):

 * status:  positive_review => needs_work


Comment:

 {{{
 sage -t devel/sage/sage/matrix/operation_table.py
 **********************************************************************
 File "devel/sage/sage/matrix/operation_table.py", line 280, in
 sage.matrix.operation_table.OperationTable
 Failed example:
     T._latex_()
 Expected:
 
'{\\setlength{\\arraycolsep}{2\\ex}\n\\begin{array}{r|*{0}{r}}\n\\multicolumn{1}{c|}{\\ast}\\\\\\hline\n\\end{array}}'
 Got:
 
'{\\setlength{\\arraycolsep}{2ex}\n\\begin{array}{r|*{0}{r}}\n\\multicolumn{1}{c|}{\\ast}\\\\\\hline\n\\end{array}}'
 **********************************************************************
 File "devel/sage/sage/matrix/operation_table.py", line 675, in
 sage.matrix.operation_table.OperationTable.set_print_symbols
 Failed example:
     T._latex_()
 Expected:
 
'{\\setlength{\\arraycolsep}{2\\ex}\n\\begin{array}{r|*{3}{r}}\n\\multicolumn{1}{c|}{\\times}&a&b&c\\\\\\hline\n{}a&a&b&c\\\\\n{}b&b&c&a\\\\\n{}c&c&a&b\\\\\n\\end{a
 rray}}'
 Got:
 
'{\\setlength{\\arraycolsep}{2ex}\n\\begin{array}{r|*{3}{r}}\n\\multicolumn{1}{c|}{\\times}&a&b&c\\\\\\hline\n{}a&a&b&c\\\\\n{}b&b&c&a\\\\\n{}c&c&a&b\\\\\n\\end{arr
 ay}}'
 **********************************************************************
 }}}

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