Thanks Aditya! I will try this. But I suppose this will not work with TikZ (revealing parts of a drawing sequentially). I think neither does pre-stepwise (if I am wrong about this, that would be nice)
On Sun, Mar 6, 2011 at 6:21 PM, Aditya Mahajan <[email protected]> wrote: > On Sun, 6 Mar 2011, Curiouslearn wrote: > >> I am making some slides using the Swoosh style in simpleslides module. >> I wanted to reveal some content sequentially. > > simpleslides does not support stepwise presentation of material. > > I occasionally use the following macros for quick and dirty stepwise > effects. This is for really simple material (no counters, no glues ...) > > \usemodule[simpleslides][style=Swoosh] > \def\StartSteps#1#2\StopSteps% > {\dorecurse{#1}{\long\setvalue{\recurselevel}{\gobble}} > \dorecurse{#1}{\long\setvalue{\recurselevel}{\oneofone} #2}} > > \long\def\gobble#1{} > \long\def\oneofone#1{#1} > > \starttext > \StartSteps{3} > \SlideTitle{Context can be used for \dots} > > \null > > \startitemize[n] > \2{\item Writing your articles} > > \3{ \item Making slides for presentations } > \stopitemize > > \StopSteps > > \stoptext > > > ___________________________________________________________________________________ > If your question is of interest to others as well, please add an entry to > the Wiki! > > maillist : [email protected] / > 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 : [email protected] / 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 ___________________________________________________________________________________
