From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20334 Path: news.gmane.org!not-for-mail From: "luigi.scarso" Newsgroups: gmane.comp.tex.context Subject: Re: how to align footer text Date: Thu, 12 May 2005 07:54:46 +0200 Message-ID: <4282EFA6.5080702@logosrl.it> References: <20050512043736.GC12183@localhost.localdomain> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1115877079 29398 80.91.229.2 (12 May 2005 05:51:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 May 2005 05:51:19 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu May 12 07:51:16 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1DW6b0-00006q-94 for gctc-ntg-context-518@m.gmane.org; Thu, 12 May 2005 07:50:54 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A44B412811; Thu, 12 May 2005 07:58:37 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 08233-02; Thu, 12 May 2005 07:58:37 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8BC2F127F4; Thu, 12 May 2005 07:54:57 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D50FF127F4 for ; Thu, 12 May 2005 07:54:55 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 08233-01-4 for ; Thu, 12 May 2005 07:54:55 +0200 (CEST) Original-Received: from ServerNotes.logosrl.it (unknown [81.208.99.91]) by ronja.ntg.nl (Postfix) with ESMTP id 10B39127AA for ; Thu, 12 May 2005 07:54:55 +0200 (CEST) Original-Received: from [192.168.2.85] ([192.168.2.85]) by ServerNotes.logosrl.it (Lotus Domino Release 6.5.1) with ESMTP id 2005051207583099-3046 ; Thu, 12 May 2005 07:58:30 +0200 User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <20050512043736.GC12183@localhost.localdomain> X-MIMETrack: Itemize by SMTP Server on ServerNotes/Logo(Release 6.5.1|January 21, 2004) at 12/05/2005 07.58.31, Serialize by Router on ServerNotes/Logo(Release 6.5.1|January 21, 2004) at 12/05/2005 07.58.32, Serialize complete at 12/05/2005 07.58.32 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:20334 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20334 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