From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/21437 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Re: presentations in ConTeXt Date: Sun, 17 Jul 2005 23:10:38 +0200 Message-ID: <42DAC94E.4080902@wxs.nl> References: <9EA19B5C-0590-49C8-B397-0DDF02B0E53F@uni-bonn.de> <6faad9f005052410333139b7f2@mail.gmail.com> <429378DC.407@seznam.cz> <6faad9f005052413547f1e774f@mail.gmail.com> <6faad9f0050628073767e019bf@mail.gmail.com> <32E92F94-02D4-4A1E-A350-6F3CFF2FDD1A@uni-bonn.de> <6faad9f0050715124647ba63fa@mail.gmail.com> <6E7CB668-55CB-42CD-BAD4-F58C3EEC5983@uni-bonn.de> 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 1121634626 8071 80.91.229.2 (17 Jul 2005 21:10:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 17 Jul 2005 21:10:26 +0000 (UTC) Cc: Mojca Miklavec Original-X-From: ntg-context-bounces@ntg.nl Sun Jul 17 23:10: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 1DuGOs-0006rd-6h for gctc-ntg-context-518@m.gmane.org; Sun, 17 Jul 2005 23:10:14 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CC5F712810; Sun, 17 Jul 2005 23:10:13 +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 23669-05-4; Sun, 17 Jul 2005 23:10:10 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E85FF12807; Sun, 17 Jul 2005 23:10:09 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 722F012807 for ; Sun, 17 Jul 2005 23:10:08 +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 23669-05-3 for ; Sun, 17 Jul 2005 23:10:07 +0200 (CEST) Original-Received: from mailrelay02.solcon.nl (maillb.solcon.nl [212.45.32.200]) by ronja.ntg.nl (Postfix) with ESMTP id 95E47127F8 for ; Sun, 17 Jul 2005 23:10:07 +0200 (CEST) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mailrelay02.solcon.nl (8.12.11/SQL-8.12.11-5/8.12.11) with ESMTP id j6HLA1Zd012758; Sun, 17 Jul 2005 23:10:01 +0200 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 5DF371A0D2; Sun, 17 Jul 2005 22:26:57 +0200 (CEST) Original-Received: from [10.100.1.52] (unknown [10.100.1.52]) by server-1.pragma-net.nl (Postfix) with ESMTP id 2A68017AEB; Sun, 17 Jul 2005 20:26:56 +0000 (UTC) User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <6E7CB668-55CB-42CD-BAD4-F58C3EEC5983@uni-bonn.de> X-Virus-Scanned: ClamAV 0.86.1/982/Sun Jul 17 14:45:12 2005 on mailrelay02 X-Virus-Status: Clean 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:21437 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:21437 Thomas A. Schmitz wrote: > Mojca, > > thanks again, that's a useful trick! However, there is a command > \interactionbar which seems to provide this functionality, and there > is \setupinteractionbar, but the commands are somewhat > underdocumented :-) > At least, I don't get any visible output on my slides when I include > them; there seems to be some kind of secret... > > (Your code doesn't compile here, it dies with this message: > > This is MetaPost, Version 0.641 (Web2C 7.5.4) > (p-mpgraph.mp > >> NOfPages-2 > ! Unknown relation will be considered false. > > ) > l.118 if(NOfPages > 2) > and (PageNumber > 0): fraction := > (PageNumber-1)/(NOf... > > ? > > Thanks, and best if you want access to those variables (some of them only make sense at pag ebuilding time) you need to say: LoadPageState ; (this is done automatically in StartPage ... StopPage) 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 -----------------------------------------------------------------