Am 16.11.2009 um 21:48 schrieb Aditya Mahajan:
\setuplayout[backspace=1.5cm, cutspace=5cm, width=middle] \setuppagenumbering[alternative=doublesided] \showframe \starttext \showlayout \stoptext
I am using big space so that it is easy to see the difference.
Another old example from me but i wonder if the output from your example is correct, when i set 'width=middle' i expect the same margin on both sides (i.e. the backspace setting) and the cutspace value is ignored. \definelayout[1][backspace=4cm,width=12cm] \definelayout[2][backspace=5cm,cutspace=7cm,width=fit] \definelayout[3][backspace=3cm,width=middle] \showframe \starttext \dorecurse{3} {\starttabulate \NC backspace \EQ \PtToCm\backspace \NC\NR \NC textwidth \EQ \PtToCm\textwidth \NC\NR \NC cutspace \EQ \PtToCm\cutspace \NC\NR \stoptabulate \page} \stoptext Wolfgang