On 12/20/2010 11:07 AM, Wolfgang Schuster wrote:
Am 20.12.2010 um 10:57 schrieb Philipp Gesang:
Hi all,
I’m just forwarding this to the ml as I can’t help any further and I’d like to know the answer too.
@Achim: have you tried locally chopping off a line from the text area with “\[start|stop]columns”? Something like this:
··8<·····························································
\newdimen\Reducedtextheight \let\Reducedtextheight\makeupheight \advance\Reducedtextheight-\baselineskip \setuplayout[height=\Reducedtextheight]
··8<·····························································
Not a clean solution, but it might still get you what you want.
\setuplayout[lines=40]
And you need \setuplayout[grid=yes] % or grid=tolerant to get \setupalign[line] to work. Best wishes, Taco