[NTG-context] Preserve line height with TABLE

2011-12-21 Thread Andreas Harder
Hi, is there a way to mimic the tabulate behavior with TABLE (or xtable)? \starttext \def\HtTest#1% {\setbox\scratchbox\vbox{#1}hight=\the\ht\scratchbox\par\vbox{#1}\blank} \HtTest{\strut (Äg) first line\par second line\par (Äg) third line} \setuptabulate[before=,after=,]

Re: [NTG-context] Preserve line height with TABLE

2011-12-21 Thread Wolfgang Schuster
Am 21.12.2011 um 13:24 schrieb Andreas Harder: Hi, is there a way to mimic the tabulate behavior with TABLE (or stable)? You need “offset=0pt” and “strut=yes” (not left=\strut). Wolfgang ___ If your question is

Re: [NTG-context] Preserve line height with TABLE

2011-12-21 Thread Andreas Harder
On 21.12.2011, at 14:20, Wolfgang Schuster wrote: Am 21.12.2011 um 13:24 schrieb Andreas Harder: Hi, is there a way to mimic the tabulate behavior with TABLE (or stable)? You need “offset=0pt” and “strut=yes” (not left=\strut). Thanks Wolfgang, but it still not the hight from

Re: [NTG-context] Preserve line height with TABLE

2011-12-21 Thread Wolfgang Schuster
Am 21.12.2011 um 14:28 schrieb Andreas Harder: On 21.12.2011, at 14:20, Wolfgang Schuster wrote: Am 21.12.2011 um 13:24 schrieb Andreas Harder: Hi, is there a way to mimic the tabulate behavior with TABLE (or stable)? You need “offset=0pt” and “strut=yes” (not left=\strut).

Re: [NTG-context] Preserve line height with TABLE

2011-12-21 Thread Andreas Harder
On 21.12.2011, at 14:39, Wolfgang Schuster wrote: Am 21.12.2011 um 14:28 schrieb Andreas Harder: On 21.12.2011, at 14:20, Wolfgang Schuster wrote: Am 21.12.2011 um 13:24 schrieb Andreas Harder: Hi, is there a way to mimic the tabulate behavior with TABLE (or stable)? You