On Thu, 3 Jun 2010 15:46:17 +0200, Peter Münster
On Tue, Jun 01 2010, Marco wrote:
\usemodule [simpleslides] \starttext \SlideTitle {My Topic} \startitemize \item First % Visible by default \item Second % Gray by default \item Third % Gray by default \stopitemize \stoptext
Not gray, but white:
\usemodule [simpleslides, pre-stepwise] \setupinteraction[state=start] \starttext \SlideTitle {My Topic} \startitemize \item First % Visible by default \StartSteps \item Second \FlushStep % Gray by default \item Third \FlushStep % Gray by default \StopSteps \stopitemize \stoptext
Cheers, Peter Thanks. This code looks promising and easy-to-use. But when I compile with
ConTeXt ver: 2010.05.23 15:03 MKIV luatex, version beta-0.60.1-2010042821 I get exactly the same result as with my code. All items on one page, no steps. Marco