Thanks Wolfgang and Peter for the instructive samples.
> \starttext
> \bTABLE
>\bTR
>\bTD \input zapf \eTD
>\bTD[width=1cm]\eTD
>\bTD \input ward \eTD
>\bTD \input montgomery \eTD
>\eTR
> \eTABLE
>
On Thu, Sep 30 2010, Wolfgang Schuster wrote:
>
> > 1) how do I define colsep in a TABLE table?
>
> Are these enough options?
Perhaps not, there is still the ugly one:
\starttext
\bTABLE
\bTR
\bTD \input zapf \eTD
\bTD[width=1cm]\eTD
On Thu, Sep 30 2010, Patrick Gundlach wrote:
>
> > 1) how do I define colsep in a TABLE table?
>
> To clarify my wish: I would like to get a distance between two columns, see
> the attached image.
\setupTABLE[c][1][distance=2cm]
\starttext
\framed[offset=0pt, strut=no]{%
\bTABLE
\bTR \bTD 1
Am 30.09.2010 um 14:48 schrieb Patrick Gundlach:
> Hi,
>
> 1) how do I define colsep in a TABLE table?
Are these enough options?
\showframe
\starttext
\bTABLE
\bTR
\bTD \input zapf \eTD
\bTD \input ward \eTD
\bTD \input mont
Hello Peter,
thanks! I forgot to turn the frame off.
Patrick
___
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/listinf
> 1) how do I define colsep in a TABLE table?
To clarify my wish: I would like to get a distance between two columns, see the
attached image.
Patrick
<>___
If your question is of interest to others as well, plea
On Thu, Sep 30 2010, Patrick Gundlach wrote:
> 2) how do I get a left rule only in a TABLE cell? I've tried:
>
> \bTR \bTD[leftframe=on,rulethickness=2pt] 2 \eTD \eTR
Hello Patrick,
\setupTABLE[frame=off]
\starttext
\bTABLE
\bTR \bTD[leftframe=on,rulethickness=2pt] 2 \eTD \eTR
\eTABLE
\stopte
Hi,
1) how do I define colsep in a TABLE table?
2) how do I get a left rule only in a TABLE cell? I've tried:
\bTR \bTD[leftframe=on,rulethickness=2pt] 2 \eTD \eTR
but that gave me a completely framed cell.
Thanks
Patrick
_