From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/75873 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: Uncovering Slides in a Presentation with Progress Meter Date: Thu, 26 Apr 2012 18:56:54 -0400 (EDT) Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1335480954 16634 80.91.229.3 (26 Apr 2012 22:55:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 26 Apr 2012 22:55:54 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Apr 27 00:55:53 2012 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SNXbM-0002c4-5S for gctc-ntg-context-518@m.gmane.org; Fri, 27 Apr 2012 00:55:52 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 0BD27101EC; Fri, 27 Apr 2012 00:55:51 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 4oekGfnXs4a0; Fri, 27 Apr 2012 00:55:48 +0200 (CEST) Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 432A2101E0; Fri, 27 Apr 2012 00:55:48 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 28064101E0 for ; Fri, 27 Apr 2012 00:55:46 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id yf2kAytDDdhY for ; Fri, 27 Apr 2012 00:55:44 +0200 (CEST) Original-Received: from filter5-til.mf.surf.net (filter5-til.mf.surf.net [194.171.167.221]) by balder.ntg.nl (Postfix) with ESMTP id A7BC7101CF for ; Fri, 27 Apr 2012 00:55:43 +0200 (CEST) Original-Received: from hackers.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.14.81]) by filter5-til.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id q3QMrwjB022797 for ; Fri, 27 Apr 2012 00:54:00 +0200 Original-Received: FROM LP533.ECE.McGill.CA (Mismatch [132.206.69.142]) By hackers.mr.itd.umich.edu ID 4F99D26B.30370.25896 ; Authuser adityam; 26 Apr 2012 18:55:39 EDT In-Reply-To: User-Agent: Alpine 2.02 (LNX 1266 2009-07-14) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=141.211.14.81; country=US; region=MI; city=Ann Arbor; postalcode=48109; latitude=42.2923; longitude=-83.7145; metrocode=505; areacode=734; http://maps.google.com/maps?q=42.2923,-83.7145&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0WH2KRXIB - 0b2258d9d123 - 20120427 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.221 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:75873 Archived-At: On Thu, 26 Apr 2012, Troy Henderson wrote: > I am trying to uncover content within an itemized list, and I am using > \phantom to get the desired effect. However, I would like to tweak > the progress meter to consider these "pages" as the same instead of > separate. I am pasting a minimal example below, and I would like to > know if > > (1) there is a more "standard" way (instead of using \phantom) of > uncovering the second item in the itemized list See s-pre-60.mkiv for a javascript based stepper and s-pre-61.mkiv for usage example (at the end). Paul Isambert also has a javascript based stepper in the lecturer package but that package does not work with ConTeXt MkIV. Personally, I find javascript based steppers to be unreliable as they don't work on all viewers. I either use \phantom or don't include the text at all. (I posted my stepping macros on the list a few days back). There was also an r-steps module on the wiki, but that is almost 8-10 years old, so it is unlikely that it will work without significant changes. > (2) the progress meter can be modified to illustrate 3 (instead of 4) > total pages AND not have the progress meter change between pages 2 and > 3 (since I want to view them as the same "page") I don't know which counter the interaction menu uses. You can try to decrement the userpage counter (\decrement[userpage]) and see if it works. Ideally, each step should be a subpage and the userpage counter should only increment on a new slide. If you do not need the interaction part of the interaction menu, but just need a visual progress meter, you can look at my visualcounter package: http://randomdeterminism.wordpress.com/tag/visualcounter/ For an example see http://www.ece.mcgill.ca/~amahaj1/talks/gerad-2012.pdf (the theme is inspired from one of Hans's styles). Thomas and I also use different progress meters in the simpleslides module which are written in metapost. The visual-counter module is based on the code in simpleslids, but is a separate module so it can be included in other documents as well. Aditya ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________