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: Example of Equivalent of Beamer with \onslide
Date: Sat, 22 Oct 2016 12:32:58 -0700 (PDT)	[thread overview]
Message-ID: <alpine.OSX.2.02.1610221224480.49105@nqv-znpobbx> (raw)
In-Reply-To: <42982610.264117.1477152203235@mail.yahoo.com>

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

On Sat, 22 Oct 2016, B.A.Lee wrote:

> Sorry, I cannot help but ask for the functionalities that came with 
> Beamer. But these are the essential ones.

The ConTeXt stepping mechanism uses javascript and works only on Adobe 
Acrobat. For that reason, jI use some homegrown macros for stepping 
through my slides. These are not as feature rich as beamer macros, but get 
the work done.

I had not designed them for stepping through math, but they can be used 
for that purpose. For example, the following file:

\environment steps.tex
\setuppapersize[S5]

\starttext

\StartStepping 4
   \startformula
     \frac{ \ONLY 1 \phantom {-b  \ONLY 2 \phantom {{}\pm \sqrt{b^2 - 4ac}} }}
          { 2a }
   \stopformula

\StopStepping

\stoptext

gives the attached pdf file. If you want to use them to step through math, 
then it may be better to create a wrapper around \ONLY n \phantom to save 
some typing.

These were meant for private consumption, so they are not documented. But 
you can look at some examples of the resultant output at my website: 
http://www.ece.mcgill.ca/~amahaj1/talks.html

Aditya

[-- Attachment #2: step-example.pdf --]
[-- Type: APPLICATION/pdf, Size: 9027 bytes --]

[-- Attachment #3: Type: APPLICATION/x-tex, Size: 3417 bytes --]

[-- Attachment #4: Type: text/plain, Size: 492 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2016-10-22 19:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <618274173.481124.1477070212027.ref@mail.yahoo.com>
2016-10-21 17:16 ` B.A.Lee
2016-10-22 13:56   ` Wolfgang Schuster
2016-10-22 16:03     ` B.A.Lee
2016-10-22 19:32       ` Aditya Mahajan [this message]
     [not found] <426857992.1013280.1477443002844.ref@mail.yahoo.com>
2016-10-26  0:50 ` B.A.Lee

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.OSX.2.02.1610221224480.49105@nqv-znpobbx \
    --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).