Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
- ltablex :: PackageName
- keepXColumns :: LaTeXC l => l
- convertXColumns :: LaTeXC l => l
- module Text.LaTeX.Packages.TabularX
- module Text.LaTeX.Packages.LongTable
ltablex package
ltablex :: PackageName Source #
ltablex package. Use it to import it like this:
usepackage [] ltablex
ltablex commands
keepXColumns :: LaTeXC l => l Source #
convertXColumns :: LaTeXC l => l Source #
Treet the specified width as the maximum allowed, not the exact width of the table.
ltablex has added a feature that treats the X columns like ‘l’ columns if the table contents would allow that to happen without exceeding the specified width of the table. In other words, the specified width is treated as the maximum allowed and not the exact width of the table. This feature is the default but can be disabled (or enabled) with keepXColumns (or convertXColumns).
module Text.LaTeX.Packages.TabularX