Re: [NTG-context] Presentation effects

2020-07-25 Thread Pablo Rodriguez
On 7/25/20 3:48 PM, Kumar Appaiah wrote:
> Dear ConTeXt users,
>
> I have been trying to get the presentation effects listed here to
> work:
>
> https://wiki.contextgarden.net/Presentation_effects
>
> But I am unable to build the example. I am using the Debian ConTeXt
> (version 2020.03.10.20200331-1). Please let me know if I am missing
> something.

Hi Kumar,

this sample works with both Acrobat for Linux and Evince (using LMTX
latest):

\setuppapersize[A9,landscape]
\setupinteraction[state=start]
\setupinteractionscreen[option=max]
\setuppagetransitions[random]
\setupbodyfont[50pt]
\starttext
\dorecurse{25}{%
  \startmakeup[page][style=\bf\ss, align=center]
\recurselevel
  \stopmakeup%
  }
\stoptext

Just in case it helps,

Pablo
--
http://www.ousia.tk
___
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
___


[NTG-context] Presentation effects

2020-07-25 Thread Kumar Appaiah
Dear ConTeXt users,

I have been trying to get the presentation effects listed here to
work:

https://wiki.contextgarden.net/Presentation_effects

But I am unable to build the example. I am using the Debian ConTeXt
(version 2020.03.10.20200331-1). Please let me know if I am missing
something.

Thanks.

Kumar

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