2011/3/1 Wolfgang Schuster
<schuster.wolfgang@googlemail.com>
Am 01.03.2011 um 17:06 schrieb Philipp Stephani:
> I don't know whether that still works in ConTeXt, but try
> \interlinepenalty=10000
It works but it’s to low level.
There is also \interlinepenalties and ConTeXts \keeplinestogether (which use it) command but it doesn’t work
\starttext
\dorecurse{4}{\input tufte\par}
\keeplinestogether{10}
\input tufte\par
\stoptext
If you add before starttext \interlinepenalty=10000 it works. But alas, not in my case.
--