ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Natural Tables: spaceinbetween not working?
@ 2020-09-30 19:54 Denis Maier
  2020-09-30 20:03 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Denis Maier @ 2020-09-30 19:54 UTC (permalink / raw)
  To: ntg-context

Hi,

spaceinbetween seems to have no effect in this example:

=======
\setupTABLE [spaceinbetween=25pt,split=yes]

\starttext

\bTABLE

\dorecurse{50}{\bTR \bTD table cell \eTD \bTD table cell \eTD \eTR}

\eTABLE

\stoptext
======

What am I missing?

Best,
Denis

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Natural Tables: spaceinbetween not working?
  2020-09-30 19:54 Natural Tables: spaceinbetween not working? Denis Maier
@ 2020-09-30 20:03 ` Wolfgang Schuster
  2020-10-01 21:04   ` Denis Maier
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2020-09-30 20:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Denis Maier



Denis Maier schrieb am 30.09.2020 um 21:54:
> Hi,
> 
> spaceinbetween seems to have no effect in this example:
> 
> =======
> \setupTABLE [spaceinbetween=25pt,split=yes]

A few options need [start] when you set them before \bTABLE.

\setupTABLE         [split=yes]
\setupTABLE [start] [spaceinbetween=25pt]

> \starttext
> 
> \bTABLE
> 
> \dorecurse{50}{\bTR \bTD table cell \eTD \bTD table cell \eTD \eTR}
> 
> \eTABLE

Try to avoid blank lines in tables, it shouldn't matter in this case but 
in certain cases this can lead to unwanted whitespace.

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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Natural Tables: spaceinbetween not working?
  2020-09-30 20:03 ` Wolfgang Schuster
@ 2020-10-01 21:04   ` Denis Maier
  0 siblings, 0 replies; 3+ messages in thread
From: Denis Maier @ 2020-10-01 21:04 UTC (permalink / raw)
  To: Wolfgang Schuster, mailing list for ConTeXt users

Am 30.09.2020 um 22:03 schrieb Wolfgang Schuster:
>
>
> Denis Maier schrieb am 30.09.2020 um 21:54:
>> Hi,
>>
>> spaceinbetween seems to have no effect in this example:
>>
>> =======
>> \setupTABLE [spaceinbetween=25pt,split=yes]
>
> A few options need [start] when you set them before \bTABLE.
>
> \setupTABLE         [split=yes]
> \setupTABLE [start] [spaceinbetween=25pt]

Thanks. What exactly does [start] do?

>> \starttext
>>
>> \bTABLE
>>
>> \dorecurse{50}{\bTR \bTD table cell \eTD \bTD table cell \eTD \eTR}
>>
>> \eTABLE
>
> Try to avoid blank lines in tables, it shouldn't matter in this case 
> but in certain cases this can lead to unwanted whitespace.
Thanks for the hint.

Denis
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2020-10-01 21:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-30 19:54 Natural Tables: spaceinbetween not working? Denis Maier
2020-09-30 20:03 ` Wolfgang Schuster
2020-10-01 21:04   ` Denis Maier

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