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
___________________________________________________________________________________

Reply via email to