ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Slides: uncover things piecewise
Date: Fri, 4 Jun 2010 09:26:31 -0400 (EDT)	[thread overview]
Message-ID: <alpine.LNX.2.00.1006040922270.22449@ybpnyubfg.ybpnyqbznva> (raw)
In-Reply-To: <20100603191332.00cc5e71@vorbis>

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1079 bytes --]

On Thu, 3 Jun 2010, Marco wrote:

> On Thu, 3 Jun 2010 17:02:24 +0200, Peter Münster <pmlists@free.fr>
> wrote:
>
>> [...]
>> Perhaps your pdf-viewer does not support javascript.
>> I use acroread version 9.3.2 
>> 
>> Cheers, Peter
> After short research I found out that most pdf readers don't support Java
> Script (so do xpdf and sumatra). So, this is not really a portable solution.
>
> Any hints for achieving the same result in a portable way without Java
> Script appreciated.

I think that a luatex solution should be easy (for Hans, hint hint).

Collect everything on a page, and do some attribute magic to reveal it one 
by one (or change colors, etc). Personally, I occasionally use a primitive 
and ugly solution

\StartSteps{4}
\startitemize
  \item ...
  \2{\item ...}
  \3{\item ...}
  \4{\item ...}
\stopitemize
\StopSteps

where \StartSteps collects its body, typesets it 4 times. In the first 
iteration, \1 = \donoting, everything else is \gobbleoneargument; in the 
2nd iteration, \1 and \2 = \donothing and so on.

Aditya

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

  parent reply	other threads:[~2010-06-04 13:26 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-01 18:16 Marco
2010-06-03 12:38 ` Marco
2010-06-03 13:46 ` Peter Münster
2010-06-03 14:38   ` Marco
2010-06-03 15:02     ` Peter Münster
2010-06-03 15:08       ` Marco
2010-06-03 17:13       ` Marco
2010-06-03 18:14         ` Alan BRASLAU
2010-06-03 18:28           ` Marco
2010-06-03 18:50             ` taco
2010-06-03 19:04               ` Marco
2010-06-03 19:44                 ` Peter Münster
2010-06-04 13:34                   ` Marco
2010-06-04 14:34                     ` Peter Münster
2010-06-04 16:59                       ` Marco
2010-06-04 13:26         ` Aditya Mahajan [this message]
2010-06-04 13:30           ` Taco Hoekwater

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LNX.2.00.1006040922270.22449@ybpnyubfg.ybpnyqbznva \
    --to=adityam@umich.edu \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).