If you know the width of the first column and total width, then you can use 
arithmetic, as in the example below.  But perhaps this already occurred to you, 
and you were wondering if the widths and stretching can be handled 
automatically -- the short answer is I don't know.    

\starttext
\setupTABLE[c][1][width={2cm}]
\setupTABLE[c][2][width={\dimexpr(\textwidth-2cm)/3\relax}]
\setupTABLE[c][3][width={\dimexpr(\textwidth-2cm)* 2 / 3\relax}]
\startTABLE
\NC One \NC Two \NC Three \NC\NR
\NC A \NC B \NC C \NC\NR
\stopTABLE
\stoptext


On Sep 2, 2012, at 12:24 PM, Aditya Mahajan wrote:

> Hi,
> 
> Is it possible to stretch the widths of each column in natural TABLEs, so 
> that the widths are in a certain propotion? For example, suppose I have a 
> table with three columns and I want to set the width of the first column to a 
> fixed amount, and split the remaining space between columns two and three in 
> a 1:2 ratio.
> 
> Extreme tables implement something similar using option={stretch, width}, but 
> AFAIU, it is not possible to fix the width of a particular column.
> 
> Aditya
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

___________________________________________________________________________________
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