RawSteps

From Wiki
Revision as of 17:19, 12 June 2005 by Mungerd (talk | contribs) (Summary of the commands)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The [raw steps module] allows one to create multi-step slides in presentation without requiring JavaScript. This is achieved by spanning the steps of a slide over multiple document pages.

Commands

\StartSteps [sectiontype] [slide title] ... \StopSteps
The basic command set for steps generation. sectiontype may be any sectioning command, such as chapter, section, subject, etc.
\NextStep
Use this as a separation between two steps
\OnlyStep [n] {...}
Show content only on the nth step.
\FromStep [n] {...}
Show content only from the nth step through the last one.
\AfterStep [n] {...}
Show content only from the (n+1)st step through the last one.
\UntilStep [n] {...}
Show content only from the first step through the nth one.
\HighlightStep [n] {...}
Highlight content on the nth step.
\SetupSteps [...=...,...=...]
reserve = yes, no; defaultsection = Subject, subject, chapter, ...


Other settings

\UseStepstrue, \UseStepsfalse
Enable or disable steps generation.
\definecolor [highlightcolor] [blue]
Color specification for the \HighlightStep command.


This is work in progress.