#14761: SkewTableau does follow global_options of Tableaux
------------------------------------+---------------------------------------
       Reporter:  zabrocki          |         Owner:  sage-combinat             
    
           Type:  defect            |        Status:  needs_review              
    
       Priority:  minor             |     Milestone:  
sage-duplicate/invalid/wontfix
      Component:  combinatorics     |    Resolution:                            
    
       Keywords:  tableaux, days49  |   Work issues:                            
    
Report Upstream:  N/A               |     Reviewers:  Travis Scrimshaw          
    
        Authors:                    |     Merged in:                            
    
   Dependencies:  #14101            |      Stopgaps:                            
    
------------------------------------+---------------------------------------
Changes (by tscrim):

  * status:  needs_work => needs_review
  * dependencies:  => #14101


Comment:

 They are done in (the latest version of) #14101:
 {{{
 sage: S = SkewTableau([[None, None, 3], [1, 2, 4], [5]])
 sage: S
 [[None, None, 3], [1, 2, 4], [5]]
 sage: S.pp()
   .  .  3
   1  2  4
   5
 sage: SkewTableaux.global_options(convention="French")
 sage: S.pp()
   5
   1  2  4
   .  .  3
 sage: latex(S) # If you can parse this, you'll see it's in French notation
 
{\def\lr#1{\multicolumn{1}{|@{\hspace{.6ex}}c@{\hspace{.6ex}}|}{\raisebox{-.3ex}{$#1$}}}
 \raisebox{-.6ex}{$\begin{array}[t]{*{3}c}\cline{1-1}
 \lr{5}\\\cline{1-3}
 \lr{1}&\lr{2}&\lr{4}\\\cline{1-3}
 &&\lr{3}\\\cline{3-3}
 \end{array}$}
 }
 }}}

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