Hi,

the frames are interfering in the following example. How to avoid
the 2pt-2-column bottom rule also be drawn at the top?

\startsetups table
  \setupTABLE [frame=off]
  \setupTABLE [row] [first] [topframe=on]
  \setupTABLE [1]   [first] [bottomframe=on, rulethickness=2pt]
\stopsetups

\starttext
  \bTABLE [setups=table]
    \bTR\bTD[nc=2] Lorem                               \eTD\eTR
    \bTR\bTD Ipsum  \eTD\bTD Dolor    \eTD\bTD Sit     \eTD\eTR
    \bTR\bTD aaaaaa \eTD\bTD bbbbbbbb \eTD\bTD ccccccc \eTD\eTR
    \bTR\bTD dddd   \eTD\bTD eeeeeeee \eTD\bTD fffff   \eTD\eTR
  \eTABLE
\stoptext


Side question: Is it safe not to use setups and shorten the example?

\starttext
  \bTABLE
    \setupTABLE [frame=off]
    \setupTABLE [row] [first] [topframe=on]
    \setupTABLE [1]   [first] [bottomframe=on, rulethickness=2pt]

    \bTR\bTD[nc=2] Lorem                               \eTD\eTR
    \bTR\bTD Ipsum  \eTD\bTD Dolor    \eTD\bTD Sit     \eTD\eTR
    \bTR\bTD aaaaaa \eTD\bTD bbbbbbbb \eTD\bTD ccccccc \eTD\eTR
    \bTR\bTD dddd   \eTD\bTD eeeeeeee \eTD\bTD fffff   \eTD\eTR
  \eTABLE
\stoptext


Marco

Attachment: test.pdf
Description: Adobe PDF document

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

Reply via email to