2011/8/5 Wolfgang Schuster <schuster.wolfgang@googlemail.com>
> I have the following code:
> \setupbodyfont[10pt]
>
> \starttext
>
> \input knuth
>
> \blank[2*big]
>
> \setupTABLE[frame=off]
> \setupTABLE[c][1][width=.14\textwidth]
> \setupTABLE[c][2][width=.87\textwidth]
> \bTABLE
>   \bTR \bTD Sample \eTD \bTD \input knuth \eTD \eTR
> \eTABLE
>
> \stoptext
>
> The text outside the table uses full justification. I want to do the same in the table, but I did not find a way to do this. Is it possible to get full justification in a table also?

\setupTABLE[start][frame=off,align=normal]

Oops, when you see the solution, it is very simple. Thanks.

--
Cecil Westerhof