Am 19.04.2011 um 15:59 schrieb Cecil Westerhof:
2011/4/19 Wolfgang Schuster
: Now with the files attached. :-{
For the moment add \setupinteraction[menu=off] to your document.
That works. I can continue. ;-}
Why is this statement needed.?
Invalid setting in s-pre-61.tex \setupinteractionmenu [bottom] [offset=overlay] The offset key accepts only dimensions but not keywords like it did in mkii.
Shall I change the wiki page, or is this only temporally needed?
To use the stepper only you don’t need this because it comes from the file s-pre-60.mkiv (or “pre-stepwise”). \usemodule[pre-stepwise] \setupinteraction[state=start,click=off] \setupbodyfont[palatino] \starttext \StartSteps \starttabulate \NC test \FlushStep \NC test \FlushStep \NC \NR \NC test \FlushStep \NC test \FlushStep \NC \NR \NC test \FlushStep \NC test \FlushStep \NC \NR \stoptabulate \StopSteps \stoptext The module pre-61 (or “pre-stepper”) is only the presentation style. Wolfgang