I was using tabulate, but ended up with some strange error I could not track down.

So I switched to using TABLE, the error went away, but now I have a new problem:

If the TABLE is really big, but fits on the next page, it seems to add a \pagebreak before, then shows the table. This is wasting way too much paper, it means I have instructions, then the activity appears on the entirely next page, with a big unneeded blank space given.

I need the table to start, then split whenever the end of the page is reached.

In the wiki, I found this comment from 2021:

"Beware: Split tables often begin not on the page (or in the column, if you use them) where they could start, but on/in the next one. This is a known limitation due to the complicated calculation of remaining space on the page."

Is this still an error in TABLE, or is there a fix?

--Joel