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


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to