Am 04.03.2009 um 09:06 schrieb Hans Hagen:

keep in mind that you can use the offsets combined, so

toffset=2cm,loffset=1cm,offset=1cm

I noticed this, it requires a few more settings than my code (offset=0pt,...)
but it gives us more possibilities and prevents a few problems.

\setupTABLE [frame = off,topframe=on,bottomframe=on,offset=0pt,toffset=0.25ex,boffset=0.25ex]
\setupTABLE[column]       [loffset=1em,roffset=1em]
\setupTABLE[column][first][loffset=0em,roffset=1em]
\setupTABLE[column][last] [loffset=1em,roffset=0em]

\starttext

\bTABLE
  \bTR
    \bTH Knuth \eTH
    \bTH Zapf  \eTH
    \bTH Tufte \eTH
  \eTR
  \bTR
    \bTD \input knuth \eTD
    \bTD \input zapf  \eTD
    \bTD \input tufte \eTD
  \eTR
\eTABLE

\stoptext

Wolfgang

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to