Stretching only specified columns with Natural Tables
Hello list, I'm using the Natural Table macros to typeset some tables in the following way: \starttext \setupTABLE [frame=off, option=stretch, textwidth=\textwidth] \setupTABLE [row] [odd] [background=color, backgroundcolor=gray] \bTABLE \bTR \bTD One \eTD \bTD Two \eTD \bTD Three \eTD \eTR \eTABLE \stoptext Now I would like to have the additional space (which is gained by stretching) be distributed only /between/ the columns, or, in other words, leave the last column unstretched. I would need something like this: \setupTABLE [column] [last] [width=default] I don't want a fixed width on the last column, it should have the default width. I can't use "\setupTABLE [column] [...] [width=broad]" for all columns but the last, because instead of distributing the space equally, it makes all "broad" columns the same width, and instead of leaving the other columns untouched, it makes them narrower. Thanks and kind regards, Joshua
participants (1)
-
Joshua Krämer