On Tue, 26 Aug 2008, Alan Stone wrote:
Hi,
Taking S6 = 600pt wide x 450pt heigh for example...
\setuppapersize[S6][S6]
\showframe \showsetups
\setuplayout[topheight=15pt, headerheight=15pt, footerheight=15pt, bottomheight=15pt, leftedgewidth=0pt, leftmarginwidth=0pt, rightmarginwidth=0pt, rightedgewidth=180pt]
\starttext testing \stoptext
How come the showframe and showsetups printouts don't correspond to the \setuplayout settings ?
Where did you see topheight, headerheight, footerheight, and bottomheight? Perhaps you wanted \setuppapersize[S6][S6] \showframe \showsetups \setuplayout[topspace=15pt, header=15pt, height=middle, footer=15pt, bottomspace=15pt, backspace=0pt, width=middle, cutspace=180pt] \starttext testing \stoptext Aditya