How do I set up the space between the bottom of the page and my footer text? I need to setup a 1 inch margin at the bottom of the page. I need for the pagenumber to be centered and 1/2 inch from the bottom. Here's what I have: \definelayout[MyCustomLayout][ topspace=1in, header=0in, bottomspace=1.0in, bottomdistance=.5in, footer=.5in, footerdistance=1mm, backspace=1.5in, cutspace=.75in, height=middle, width=middle,] \setuplayout[MyCustomLayout] \part{} setupfootertexts[\hfill{}\pagenumber{}\hfill{}][][\hfill{}\pagenumber{}\hfill{}][] The problem with this setup is that the page number appears to close to the bottom of the page. Thanks Paul -- ************************ *Paul Tremblay * *phthenry@iglou.com * ************************
Paul Tremblay wrote:
How do I set up the space between the bottom of the page and my footer text?
I need to setup a 1 inch margin at the bottom of the page. I need for the pagenumber to be centered and 1/2 inch from the bottom. Here's what I have:
\definelayout[MyCustomLayout][ topspace=1in, header=0in, bottomspace=1.0in, bottomdistance=.5in, footer=.5in, footerdistance=1mm, backspace=1.5in, cutspace=.75in, height=middle, width=middle,] \setuplayout[MyCustomLayout] \part{}
setupfootertexts[\hfill{}\pagenumber{}\hfill{}][][\hfill{}\pagenumber{}\hfill{}][]
The problem with this setup is that the page number appears to close to the bottom of the page.
Thanks
Paul
Maybe this can help you \setupfootertexts[% {\vbox to 0.9\footerheight{\hsize=\textwidth % \vfil \centerline{\pagenumber}% \vfil}}] luigi
participants (2)
-
luigi.scarso
-
Paul Tremblay