Hello,
in general, the suggested method to get LaTeX \flushbottom behaviour, shown
on http://contextgarden.net/Flush_bottom, works quite well.
But here I have a situation, where I do not understand, why the first page
is not filled:
\setupwhitespace[0pt plus 1fill]
Peter Münster wrote:
\let\stoptextO=\stoptext
\def\stoptext{\vfilll\stoptextO}
I don't know what you want to achieve but this is not working because 0 is not a character (and therefore not part of a \cs)
\let\Mystoptext\stoptext
\def\stoptext{\vfilll\Mystoptext}
could but you may expect
On Wed, 11 Aug 2004, Hans Hagen wrote:
Peter Münster wrote:
\let\stoptextO=\stoptext
\def\stoptext{\vfilll\stoptextO}
I don't know what you want to achieve but this is not working because 0
is not a character (and therefore not part of a \cs)
It's an O (for Original), not a 0 (zero).