From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/19382 Path: news.gmane.org!not-for-mail From: Vit Zyka Newsgroups: gmane.comp.tex.context Subject: Re: my new page on layout Date: Sat, 26 Mar 2005 21:14:42 +0100 Message-ID: <4245C2B2.1030506@seznam.cz> References: <20050326174333.GB1999@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 1111868266 21428 80.91.229.2 (26 Mar 2005 20:17:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 26 Mar 2005 20:17:46 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Mar 26 21:17:46 2005 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 1DFHiP-0000jg-68 for gctc-ntg-context-518@m.gmane.org; Sat, 26 Mar 2005 21:17:01 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 415CB127BC; Sat, 26 Mar 2005 21:17:28 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26172-03; Sat, 26 Mar 2005 21:17:28 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9332112828; Sat, 26 Mar 2005 21:13:47 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7FB7112828 for ; Sat, 26 Mar 2005 21:13:46 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26172-02 for ; Sat, 26 Mar 2005 21:13:45 +0100 (CET) Original-Received: from smtp.seznam.cz (smtp.seznam.cz [212.80.76.43]) by ronja.ntg.nl (Postfix) with SMTP id AB5A6127BC for ; Sat, 26 Mar 2005 21:13:45 +0100 (CET) Original-Received: (qmail 29385 invoked from network); 26 Mar 2005 20:13:44 -0000 Original-Received: from unknown (HELO ?127.0.0.1?) (vit.zyka@62.240.166.134) by smtp.seznam.cz with SMTP; 26 Mar 2005 20:13:44 -0000 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <20050326174333.GB1999@localhost.localdomain> X-Antivirus: avast! (VPS 0512-2, 26.03.2005), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: by 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-Virus-Scanned: by amavisd-new at ntg.nl X-MailScanner-From: ntg-context-bounces@ntg.nl X-MailScanner-To: gctc-ntg-context-518@m.gmane.org Xref: news.gmane.org gmane.comp.tex.context:19382 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:19382 Paul Tremblay wrote: > The new page can be found at > > http://www.geocities.com/paulhtremblay/context_xml/page2.html Paul, pictures are very intuitive. Great! > I would appreciate any feedback. I hope the page will be useful in Just as addition. If you want page number in the same (center) position in the footer, add \smash command to your example \setupfootertexts[Romanticism \hfill \pagenumber \hfill Civil Disobedience][] [][...] so \setupfootertexts[\smash{Romanticism }\hfill \pagenumber \hfill \smash{Civil Disobedience}][] [][...] vit