[NTG-context] Natural Tables: spaceinbetween not working?

Wolfgang Schuster wolfgang.schuster.lists at gmail.com
Wed Sep 30 22:03:17 CEST 2020



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


More information about the ntg-context mailing list