From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16095 Path: main.gmane.org!not-for-mail From: Stefan Wachter Newsgroups: gmane.comp.tex.context Subject: How to implement a changing navigation bar? Date: Mon, 16 Aug 2004 18:12:34 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <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 1092669520 26246 80.91.224.253 (16 Aug 2004 15:18:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Aug 2004 15:18:40 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Aug 16 17:18:18 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 1BwjFZ-0007AL-00 for ; Mon, 16 Aug 2004 17:18:17 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6599612789; Mon, 16 Aug 2004 17:18:17 +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 17664-04; Mon, 16 Aug 2004 17:18:15 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 608081277F; Mon, 16 Aug 2004 17:18:15 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5C21D1277F for ; Mon, 16 Aug 2004 17:18:14 +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 17704-04 for ; Mon, 16 Aug 2004 17:18:13 +0200 (CEST) Original-Received: from mail.gmx.net (unknown [213.165.64.20]) by ronja.ntg.nl (Postfix) with SMTP id C266B1277E for ; Mon, 16 Aug 2004 17:18:13 +0200 (CEST) Original-Received: (qmail 5370 invoked by uid 65534); 16 Aug 2004 15:18:13 -0000 Original-Received: from p508A2F1A.dip.t-dialin.net (EHLO gmx.de) (80.138.47.26) by mail.gmx.net (mp023) with SMTP; 16 Aug 2004 17:18:13 +0200 X-Authenticated: #10144042 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en Original-To: ntg-context@ntg.nl 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:16095 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16095 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? Thanks for your attention, --Stefan PS: Here is my current implementation: \definelayer[navbar] \setupbackgrounds[text][leftmargin][background=navbar] \setlayer[navbar][x=0cm,y=10cm]{\the\pageno}