On Sat, 9 Jun 2018, Procházka Lukáš Ing. wrote:

Hello,

I have two questions about TABLEs. Suppose having the following code:

----
\setuplayout[page]

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\starttext
\startalignment[middle]
  \dontleavehmode
  \bTABLE[before=,after=,inbetween=]
    \bTABLEbody
      \dorecurse{10}{
        \bTR
          \bTD aaa\eTD
          \bTD bbb\eTD
        \eTR
      }
    \eTABLEbody
  \eTABLE
  \crlf
  \bTABLE[before=,after=,inbetween=]
    \bTABLEbody
      \bTR
        \bTD AAA\eTD
        \bTD BBB\eTD
      \eTR
    \eTABLEbody
  \eTABLE
\stopalignment

- How to suppress the vertical space between the last row of "aaa - bbb" table and the first row of the "AAA - BBB" table?

(Untested) Try `\blank[none]` instead of `\crlf`.

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