HaTeX-3.19.0.0: The Haskell LaTeX library.

Safe HaskellSafe
LanguageHaskell2010

Text.LaTeX.Packages.LTableX

Contents

Synopsis

ltablex package

ltablex :: PackageName Source #

ltablex package. Use it to import it like this:

usepackage [] ltablex

ltablex commands

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).