On 6/24/05, Peter Münster
Hello, could somebody help me with the following problem please?
With the following test file, I get the error "ERROR: Illegal parameter number in definition of \verbatimline."
\usemodule[rsteps] \starttext \StartSteps \starttyping hallo \stoptyping \NextStep hallo \StopSteps \stoptext
Hi Peter, Don't know why \starttyping creates the problem, but the following works (by the way note \StartSteps has an argument, see below). Best regards: OK %% steps and \type \usemodule[rsteps] \usemodule[pre-original] \startbuffer[hallo] %% define a buffer named hallo Hallo from buffer \stopbuffer \starttext \StartSteps[Test] %% \StartSteps needs an argument %% used as the title of the slide %\NextStep %% this is optional... \typebuffer[hallo] %% instead of \starttyping...\stoptyping \NextStep hallo 1 \NextStep hallo 2 \NextStep hallo 3 \StopSteps