Am 22.05.2012 um 13:17 schrieb Marco:
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
\setupTABLE [row] [first] [topframe=on] \setupTABLE [1,2] [2] [topframe=on,rulethickness=2pt]
\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?
Yes, the setups key was added only to separate the table settings from the content. Wolfgang