Difference between revisions of "Talk:RawSteps"

From Wiki
Jump to navigation Jump to search
(List of fixed bugs)
(No difference)

Revision as of 02:05, 11 January 2006

Fixed Bugs

  • Remove the bug of numbers >10 [1]
  • Fix the \starttyping bug [2]
  • Write \OnSteps macro to accept input like \OnSteps[1-3,5,7-9,13-last]. A part of it is (thanks to Taco!) already here, now only a dash still has to be implemented properly. On the basis of this, FromStep,AfterStep,UntilStep can be rewritten to use the \OnSteps mechanism. Well it would be much better to omit them, but I don't know how much care has to be taken for the "backward compatibility", it's no harm if they are left there.
\def\OnSteps[#1]#2%
  {\begingroup
   \def\processitem##1{\OnlyStep[##1]{#2}}%
   \processcommalist[#1]\processitem
   \endgroup}

and the rest of code on Inside_ConTeXt#Processing_lists_of_values