ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* natural tables and columndistance/spaceinbetween
@ 2015-11-26  1:44 Alan BRASLAU
  2015-11-30 12:23 ` Wolfgang Schuster
  0 siblings, 1 reply; 4+ messages in thread
From: Alan BRASLAU @ 2015-11-26  1:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users

In natural tables
http://wiki.contextgarden.net/TABLE

the parameters
  columndistance=dimension,
and
  spaceinbetween=dimension,
will set the gaps between columns and rows, respectively.

Is there some way of specifying row gaps for specific rows?
For example, say that I only want a gap after the first row.
I tried:

\bTABLE
  \bTR [spaceinbetween=.25em]
     \bTD 1 \eTD
     \bTD 2 \eTD
  \eTR
  \bTR
     \bTD A \eTD
     \bTD B \eTD
  \eTR
  \bTR
    \bTD a \eTD
    \bTD b \eTD
  \eTR
\eTABLE

Alternately, I tried
\setupTABLE [r][1][spaceinbetween=.25em]

but these do not work.


One might think about trying

  \bTR [bottomframe=on,framecolor=white,rulethickness=.25em]
  ...
  \eTR

but this presents several problems:
1) When using background=color, the background color gives a hairline
overflow beyond the rule, at least using the pdf viewers that I have on
my computer.
2) there appears to be some interference between setting rulethickness
and columndistance, so that spaces between columns disappear when
putting a thick bottomframe. Of course, one could kludge a column
separation using a rightframe, but this is not satisfactory.
3) The use of a white rule when one really wants to leave some space is
not very satisfying.

Does anyone have any suggestions?
Thanks

Alan
___________________________________________________________________________________
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] 4+ messages in thread

end of thread, other threads:[~2015-12-02 16:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-26  1:44 natural tables and columndistance/spaceinbetween Alan BRASLAU
2015-11-30 12:23 ` Wolfgang Schuster
2015-12-02 16:25   ` Alan BRASLAU
2015-12-02 16:39     ` Wolfgang Schuster

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).