Difference between revisions of "RawSteps"

From Wiki
Jump to navigation Jump to search
(Summary of the commands)
 
m (Changed the commands formatting.)
Line 3: Line 3:
 
==Commands==
 
==Commands==
  
; \StartSteps ''[sectiontype]'' ''[slide title]'' ... \StopSteps
+
; <tt>\StartSteps ''[sectiontype]'' ''[slide title]'' ... \StopSteps</tt>
: The basic command set for steps generation. ''sectiontype'' may be any sectioning command, such as chapter, section, subject, etc.
+
: The basic command set for steps generation. <tt>''sectiontype''<tt> may be any sectioning command, such as <tt>chapter</tt>, <tt>section</tt>, <tt>subject</tt>, etc.
  
; \NextStep
+
; <tt>\NextStep</tt>
: Use this as a separation between two steps
+
: Use this as a separation between two steps.
  
; \OnlyStep [''n''] {...}
+
; <tt>\OnlyStep [''n''] {...}</tt>
: Show content only on the ''n''th step.
+
: Show content only on the <tt>''n''</tt><sup>th</sup> step.
  
; \FromStep [''n''] {...}
+
; <tt>\FromStep [''n''] {...}</tt>
: Show content only from the ''n''th step through the last one.
+
: Show content only from the <tt>''n''</tt><sup>th</sup> step through the last one.
  
; \AfterStep [''n''] {...}
+
; <tt>\AfterStep [''n''] {...}</tt>
: Show content only from the ''(n+1)''st step through the last one.
+
: Show content only from the <tt>''n''+1</tt><sup>st</sup> step through the last one.
  
; \UntilStep [''n''] {...}
+
; <tt>\UntilStep [''n''] {...}</tt>
: Show content only from the first step through the ''n''th one.
+
: Show content only from the first step through the <tt>''n''</tt><sup>th</sup> one.
  
; \HighlightStep [''n''] {...}
+
; <tt>\HighlightStep [''n''] {...}</tt>
: Highlight content on the ''n''th step.
+
: Highlight content on the <tt>''n''</tt><sup>th</sup> step.
 +
 
 +
; <tt>\SetupSteps [...=...,...=...]</tt>
 +
: Setup global options for generation of steps. Available options:
 +
:; <tt>reserve</tt>
 +
:: <tt>yes, <u>no</u></tt>
 +
:; <tt>defaultsection</tt>
 +
:: <tt><u>Subject</u>, subject, chapter, ...</tt>
  
; \SetupSteps [...=...,...=...]
 
: reserve = yes, '''no'''; defaultsection = '''Subject''', subject, chapter, ...
 
  
  
 
===Other settings===
 
===Other settings===
  
; \UseStepstrue, \UseStepsfalse
+
; <tt>\UseStepstrue</tt> and <tt>\UseStepsfalse</tt>
 
: Enable or disable steps generation.
 
: Enable or disable steps generation.
  
; \definecolor [highlightcolor] [blue]
+
; <tt>\definecolor [highlightcolor] [blue]</tt>
: Color specification for the \HighlightStep command.
+
: Color specification for the <tt>\HighlightStep</tt> command.
  
  
  
 
'''This is work in progress.'''
 
'''This is work in progress.'''

Revision as of 16:40, 13 June 2005

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.