Am 04.03.2011 um 16:40 schrieb John Haltiwanger:
> Nevermind, the answer is simple:
>
> \setuplayout[
>
> backspace=0mm,
> topspace=0mm,
> margin=0mm,
> header=0mm,
> footer=0mm
> width=600px,
> height=440px
> ]
You can use “width=middle” and “height=middle” and don’t forget the “,” after
the last value (i.e. “height=440px,”) but for a layout without margins you can
just use “\setuplayout[page]”.
\setuplayout[page]
\starttext
\dorecurse{12}{\input tufte\par}
\stoptext
For a simple layout with equal margins you can use the fullpage module:
\usemodule[fullpage][style={margin,empty},margin=5mm]
\showframe
\starttext
\input tufte
\stoptext
Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage : http://www.pragma-ade.nl / http://tex.aanhet.net
archive : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___________________________________________________________________________________