Am 26.10.2012 um 00:35 schrieb Marcin Borkowski <mb...@wmi.amu.edu.pl>:

> Hello,
> 
> what is the *default* layout?  (I am especially interested in
> bottomspace - in page-lay.mkiv I found bottomspace=0pt, but this seems
> not to be the case - even after \setupfooter[state=stop] text does not
> go to the bottom of the sheet.  Which parameter is responsible for that?

When the bottomspace has a height of 0pt context assign the topspace value to 
the register. To have a document which goes till the bottom of the page you 
have to calculate the text height.

\setuplayout
  [footer=0pt,
   height=\dimexpr\paperheight-\topspace-\lineheight\relax]

\starttext \showgrid
\dorecurse{3}{\input knuth\par}
\stoptext

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 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
___________________________________________________________________________________

Reply via email to