hello,

I am making a presentation with `s-pre-13', and it seems module `rsteps'
conflicts with it.

use the example in t-rsteps.tex, but replace `pre-original' with 's-pre-13'.

% <<<<BEGIN mini example
\usemodule [pre-writing]
\usemodule [rsteps]


% interaction menu example:
% page number with alphabetic subpage number
\startinteractionmenu[bottom]
  \placelist[chapter] [alternative=bottom,criterium=all,pagenumber=no]
  \\
  \pagenumber{\characters\subpagenumber}/\lastpagenumber
\stopinteractionmenu


\setupcolors[state=start]
\SetupSteps[defaultsection=Subject]


\starttext

\startstandardmakeup
  \bfc Raw Steps Module
  \blank[big]
  \tfb Usage Examples
\stopstandardmakeup


\StartSteps [Simple stepping (step \noexpand\CurrentStepNumber)]

  First step.
  \NextStep
  Second step.
  \NextStep
  Third step.
  \AllSteps
  All steps.

\StopSteps


\StartSteps[Fancy stepping (step \noexpand\CurrentStepNumber)]

  \startitemize
  \OnSteps[1-3,5]{\item Steps 1, 2, 3 and 5.}
  \OnSteps[2-...]{\item From step 2.}
  \OnSteps[3]    {\item Step 3.}
  \OnSteps[...-4]{\item Up to step 4.}
  \stopitemize

\StopSteps


\StartSteps[Highlighting (step \noexpand\CurrentStepNumber)]

  \startitemize
  \item \HighlightSteps[1,4]    {Step 1.}
  \item \HighlightSteps[2]      {Step 2.}
  \item \HighlightSteps[3]      {Step 3.}
  \item \HighlightSteps[4]      {Start over from Step 1.}
  \stopitemize

\StopSteps


\StartSteps[Equations]

  \placeformula[eq:divu]

  \startformula
    \vec\nabla\cdot\vec u = 0
  \stopformula

  \placeformula[eq:NS]
  \startformula
    \frac{D\vec u}{Dt} =
      \OnSteps[2-...][reserve]{-{\red \frac1\rho \vec\nabla p}}
      \OnSteps[3-...][reserve]{+\;{\green \vec g}}
      \OnSteps[4-...][reserve]{+\;{\blue \frac1\rho \vec\nabla\cdot S}}
  \stopformula

  Incompressibility (\in{eq.}[eq:divu]).

  Momentum transport (\in{eq.}[eq:NS]):
  \startitemize
  \OnSteps[2-...]{\item {\red   Pressure gradient}}
  \OnSteps[3-...]{\item {\green Gravity}}
  \OnSteps[4-...]{\item {\blue  Stress (viscous, turbulent, Maxwell)}}
  \stopitemize

\StopSteps

\stoptext

%>>>>END mini example

The error is:

[1.1]
! Missing \endcsname inserted.
<to be read again>
                   \@@koSubjectsection
\countervalue #1->\ifcsname #1
                              \endcsname \csname #1\endcsname \fi
\determineheadnumber [EMAIL PROTECTED] {\@@sectie }
                                                  }\egroup
\doStartSteps ...eheadnumber [EMAIL PROTECTED] ]
                                                  \xdef
[EMAIL PROTECTED]
l.45 \StopSteps



btw, please cc the replay to me, since I do not subscribe the list.

Best

Ruini
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to