Hi,

I'm using TABLE macros for typesetting tables. Since the tables I'm using
may get very long, I set "split=yes". This works ... except if I surround
a TABLE with \placetable:

  \placetable[here]{caption} {
    \bTABLE ...
    \eTABLE
  }

In such a case a table that is too long to fit on a single page is truncated
at page bottom and nothing is printed on the next page.
What am I doing wrong?

Thanks in advance,

Jos