RawSteps

From Wiki
Revision as of 16:40, 13 June 2005 by Mungerd (talk | contribs) (Changed the commands formatting.)
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+1st 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 [...=...,...=...]
Setup global options for generation of steps. Available options:
reserve
yes, no
defaultsection
Subject, subject, chapter, ...


Other settings

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


This is work in progress.