\setuplayout question
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? Regards, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University
Am 26.10.2012 um 00:35 schrieb Marcin Borkowski
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
Hi Marcin,
The \showlayout produces a page containing the values all the layout variables.
http://wiki.contextgarden.net/Command/showlayout
Do they answer your question, or not quite?
(I'm not too informed qua layout, so I can't help you other than
giving this pointer. Sorry.
Cheers,
Sietse
On Fri, Oct 26, 2012 at 12:35 AM, Marcin Borkowski
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?
Regards,
-- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University ___________________________________________________________________________________ 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 ___________________________________________________________________________________
participants (3)
-
Marcin Borkowski
-
Sietse Brouwer
-
Wolfgang Schuster