From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16106 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: How to implement a changing navigation bar? Date: Tue, 17 Aug 2004 17:53:08 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <412229E4.3060807@wxs.nl> References: <4120DCF2.7010808@gmx.de> <4120D98E.2090906@seznam.cz> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.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 1092758017 17032 80.91.224.253 (17 Aug 2004 15:53:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Aug 2004 15:53:37 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Aug 17 17:53:15 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 1Bx6Gw-0007IL-00 for ; Tue, 17 Aug 2004 17:53:14 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 501561277E; Tue, 17 Aug 2004 17:53: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 23327-02-3; Tue, 17 Aug 2004 17:53:11 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C928F1278A; Tue, 17 Aug 2004 17:53:11 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B0C701278A for ; Tue, 17 Aug 2004 17:53:10 +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 23327-02-2 for ; Tue, 17 Aug 2004 17:53:10 +0200 (CEST) Original-Received: from mailrelay01.solcon.nl (unknown [212.45.32.200]) by ronja.ntg.nl (Postfix) with ESMTP id 2D08B1277E for ; Tue, 17 Aug 2004 17:53:10 +0200 (CEST) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mailrelay01.solcon.nl (8.12.11/SQL-8.12.11-5/8.12.11) with ESMTP id i7HFr63M022090 for ; Tue, 17 Aug 2004 17:53:06 +0200 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id E7BC62EB24; Tue, 17 Aug 2004 17:53:08 +0200 (CEST) Original-Received: from [10.100.1.191] (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id 9F30F2E8C9 for ; Tue, 17 Aug 2004 15:53:07 +0000 (UTC) User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <4120D98E.2090906@seznam.cz> X-Virus-Scanned: clamd / ClamAV version 0.75, clamav-milter version 0.75 on mailrelay01 X-Virus-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: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16106 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16106 Vit Zyka wrote: > > > 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. hm, dirty tricks -) beware of interference, also, be careful not to introduce funny spaces then. (sometimes \prependtoks is better) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------