Am Sonntag, den 14.08.2005, 17:17 +0200 schrieb Adam Duck:
- how do I set the spacing between a vertical line (between two columns) and the text inside that columns? I already used "framedoffest=-3pt", but the output is unacceptable.
Spacing is a weak point of natural tables. Afaik, there is no good way to tune spacing. I would try using dummy colums like \bTD[width=1em]\eTD.
- how do I center the whole table? This one is really crucial: my GF also accepts hacks ;).
\midaligned{..} works
- why doesn't \splitfloat{\placetable...} work with Natural Tables? (They won't get splitted at all, but with tables and linetables it works...)
\setupTABLE[split=yes] or \setupTABLE[split=repeat]
- how do I refer to tables then?
If you don't put them in \placetable -- I don't know. -- Eckhart