ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Interfering frames in natural tables
@ 2012-05-22 11:17 Marco
  2012-05-22 11:25 ` Marco
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Marco @ 2012-05-22 11:17 UTC (permalink / raw)
  To: ntg-context

[-- Attachment #1: Type: text/plain, Size: 1119 bytes --]

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 #2: test.pdf --]
[-- Type: application/pdf, Size: 6892 bytes --]

[-- Attachment #3: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-05-22 12:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-22 11:17 Interfering frames in natural tables Marco
2012-05-22 11:25 ` Marco
2012-05-22 11:37   ` Sander Maijers
2012-05-22 11:58 ` luigi scarso
2012-05-22 11:59 ` Marco
2012-05-22 12:00 ` Wolfgang Schuster
2012-05-22 12:15   ` Marco

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).