Am 16.11.2009 um 22:29 schrieb Wolfgang Schuster:
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.
After reading the source 'width=middle' make sense, when both backspace and cutspace are set the width of the textarea is 'paperwidth - backspace - cutspace' but when cutspace is set to 0pt the textarea is 'paperwidth - 2*backspace'. Wolfgang