5 May
2008
5 May
'08
8:48 a.m.
On Sat, May 3, 2008 at 9:04 PM, Peter Münster
Hello,
In the following example, the bottom of the table is outside the page. How could this be solved?
\starttext \input tufte \startcolumns[2] ^^^ n=2
\bTABLE[split=yes] \dorecurse{50}{\bTR\bTD bla\eTD\eTR} \eTABLE \stopcolumns \stoptext
Hi Peter, this is not possible with the TABLE and table environments because of a switch in core-tsp, table are always splittet to the complete textheight. \ifinsidecolumns % brrr, assumes empty columns \global\setfalse\splitfloatfirstdone \scratchdimen\textheight % <-- fixed height \!!donectrue \else You could try to use tabuate if possible because this did work also in column mode. Wolfgang