Re: [NTG-context] error in animation

2014-10-05 Thread Jeong Dal
Dear Wolfgang,

I am using animation feature frequently for the class materials.
It is very convenient to use \startanimation … \stopaimation.
It reduces many steps which I have to define.
Thank you for a nice module.

I’d like to ask you to add caption feature like \startcombination.

When I show the figures one by one, it is better to put a caption sometimes.
If you think that it is not too bad, would you please concern to add the 
feature?

I am sorry to ask too much.

Thank you again.

Best regards,

Dalyoung


2014. 10. 3., 오후 11:06, Jeong Dal  작성:

>> 
> 
> \startanimation … \stopanimation is working in the new ConTeXt 2014.10.02 
> 23:07 version.
> 
> Thank you.
> 
> Best regards,
> 
> Dalyoung

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

Re: [NTG-context] error in animation

2014-10-03 Thread Jeong Dal
> 

\startanimation … \stopanimation is working in the new ConTeXt 2014.10.02 23:07 
version.

Thank you.

Best regards,

Dalyoung___
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
___

Re: [NTG-context] error in animation

2014-10-02 Thread Jeong Dal

Hi,

> 
> {\externalfigure[dummy][]}{}
> 

I added {} at the end, but I still got the same error.
 
> Works fine with ConTeXt  ver: 2014.09.26 11:42 MKIV beta
> 
The previous bata version may be OK, but the latest version has a problem as 
Akira said.

Thank you for testing.

Best regards,

Dalyoung

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

Re: [NTG-context] error in animation

2014-10-01 Thread Willi Egger
Hi Jeong,

in your code you need to add braces after each external figure command:

{\externalfigure[dummy][]}{}

Works fine with ConTeXt  ver: 2014.09.26 11:42 MKIV beta

Willi
On 29 sep. 2014, at 16:01, Jeong Dal  wrote:

> \useMPlibrary[dum]
> \starttext
> \startplacefigure[]
> {\startanimation[menu=yes]
> %{\startcombination[2*2]
> {\externalfigure[dummy][]}
> {\externalfigure[dummy][]}
> {\externalfigure[dummy][]}
> {\externalfigure[dummy][]}
> %\stopcombination}
> \stopanimation}
> \stopplacefigure
> \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
___

Re: [NTG-context] error in animation

2014-09-29 Thread Wolfgang Schuster

Am 29.09.2014 um 16:01 schrieb Jeong Dal :

> After updating ConTeXt standalone, \startanimation … \stopanimation is not 
> working.
> Here is a sample code and its log file. I tried another animation and have 
> the same error message at \stopanimation line.
> 
> What is wrong in this code?

It’s a bug with the \fontchar command which is used for the navigation symbols. 
A minimal example is shown below.

\starttext
\fontchar{A}
\stoptext

Wolfgang
___
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
___