From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16097 Path: main.gmane.org!not-for-mail From: Vit Zyka Newsgroups: gmane.comp.tex.context Subject: Re: How to implement a changing navigation bar? Date: Mon, 16 Aug 2004 17:58:06 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <4120D98E.2090906@seznam.cz> References: <4120DCF2.7010808@gmx.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1092672063 1224 80.91.224.253 (16 Aug 2004 16:01:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Aug 2004 16:01:03 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Aug 16 18:00:38 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BwjuY-0002xG-00 for ; Mon, 16 Aug 2004 18:00:38 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D4D7612783; Mon, 16 Aug 2004 18:00:37 +0200 (CEST) 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 17945-07; Mon, 16 Aug 2004 18:00:37 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 22B0512772; Mon, 16 Aug 2004 17:57:13 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9CA6212772 for ; Mon, 16 Aug 2004 17:57:11 +0200 (CEST) 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 17941-06 for ; Mon, 16 Aug 2004 17:57:11 +0200 (CEST) Original-Received: from smtp.seznam.cz (unknown [212.80.76.43]) by ronja.ntg.nl (Postfix) with SMTP id 073C812771 for ; Mon, 16 Aug 2004 17:57:10 +0200 (CEST) Original-Received: (qmail 339 invoked from network); 16 Aug 2004 15:57:10 -0000 Original-Received: from unknown (HELO ?192.168.1.45?) (vit.zyka@82.142.74.35) by smtp.seznam.cz with SMTP; 16 Aug 2004 15:57:10 -0000 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: cs, en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <4120DCF2.7010808@gmx.de> 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: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16097 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16097 Stefan Wachter wrote: > Hi all, > > I use an overlay to implement a navigation bar in the left margin of a > document. It seems to me that the processing of the overlay is done only > once and not for every page again. In addition, the \lastpage is not > available. > > Does anyone know a solution? Maybe headers/footers are a solution. But > how is absolute positioning accomplished with them? Hi Stefan, header/footer is a solution but I use another \def\PageNavig{\setlayer[navbar][x=0cm,y=10cm]{\the\pageno}} \appendtoks \PageNavig \to \everypagebody for this task. Vit Zyka