Macaulay2 » Documentation
Packages » Tableaux :: tex(YoungTableau)
next | previous | forward | backward | up | index | toc

tex(YoungTableau) -- LaTeX output for a tableau

Description

The LaTeX code uses commands from the LaTeX package aTableau.

i1 : T = youngTableau(new Partition from {4,3,1}, new Partition from {2,1}, {1,2,3,4,5})

             ┌───┬───┐
o1 =         │ 1 │ 2 │
         ┌───┼───┼───┘
         │ 3 │ 4 │    
     ┌───┼───┴───┘    
     │ 5 │            
     └───┘            

o1 : YoungTableau
i2 : tex T

o2 = \SkewTableau[skew border, skew boxes]{2, 1, 0}{12, 34, 5}
i3 : T' = tabloid T

             ┌───────┐
o3 =         │ 1   2 │
         ┌───┴───┬───┘
         │ 3   4 │    
     ┌───┼───────┘    
     │ 5 │            
     └───┘            

o3 : Tabloid
i4 : tex T'

o4 = \Tabloid[skew={2, 1, 0}]{12, 34, 5}

See also

Ways to use this method:


The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/Tableaux/documentation.m2:1788:0.