Indeed a very nice feature in ConTeXt. 
I tested Wolfgang’s example with math formulas and the result is very good: 
however it seems that one has to fix the width of the caption by saying
        
\definepairedbox[animationtext][location=top,align=middle,width=\textwidth]
Otherwise the formulas are cut.

Here is the example:

\usemodule[animation]

\setuppapersize[S6][S6]

\setupinteraction[state=start]

\definepairedbox[animationtext][location=top,align=middle,width=\textwidth]

\starttext

\startanimation
 {\placeanimationtext{Sine norm, and}{\startformula \int_{0}^{2\pi}\sin^2(x)dx 
= \stopformula}}
 {\placeanimationtext{Cosine norm}{\startformula\int_{0}^{2\pi}\cos^2(x)dx = 
\stopformula}}
 {\placeanimationtext{are equal}{\startformula = \pi. \stopformula}}
\stopanimation

\stoptext

Best regards: OK

On 06 Oct 2014, at 04:33, Jeong Dal <hak...@me.com> wrote:

> Dear Wolfgang,
> 
> I tested after inserting figures instead of letters in your sample code and 
> it also works fine.
> It is so nice to know the way of using caption in the animation module.
> 
> Thank you for your help.
> 
> Best regards,
> 
> Dalyoung
> 
> 
> %%%%%%%%%
> 
> \usemodule[animation]
> \useMPlibrary[dum]
> \setupinteraction[state=start]
> 
> \definepairedbox[animationtext][location=top,align=middle]
> 
> \starttext
> 
> \startanimation
> {\placeanimationtext{The letter a}{\externalfigure[dummy]}}
> {\placeanimationtext{The letter b}{\externalfigure[dummy]}}
> {\placeanimationtext{The letter c}{\externalfigure[dummy]}}
> {\placeanimationtext{The letter d}{\externalfigure[dummy]}}
> \stopanimation
> 
> \stoptext
> 
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

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

Reply via email to