Am 02.10.2011 um 16:39 schrieb Pierre-François Bonnefoi:
Hello Aditya,
You're the witness !
I obtain the same document that you've obtained : look at the third page : the size of the document is smaller, the text doesn't flow correctly on this page. I've tried it on my document : no success.
Set the global layout with “\definelayout[current][..,.=.,..]”, when this layout is defined context will use it after it has used a layout for a certain page (in your case for the first page). % engine=pdftex \setuppapersize[A4][A4] \definelayout [current] [backspace=3cm, topspace=1.5cm, leftmargin=1.3cm, rightmargin=0cm, width=15cm, leftmargindistance=0.2cm, height=middle, header=0cm, footer=1cm] \definelayout [1] [topspace=5.2cm, height=middle] \showframe[text][text] \setuptolerance[verytolerant,stretch] \starttext \dorecurse{100}{\input knuth\par} \stoptext Wolfgang