Am 13.01.2009 um 19:08 schrieb Hans Hagen:
The main incompatibilities are in the numbering: we now use sets for numbering, seperators, converters etc as well as processors for specific layout of these thingies. This info is carried around so that intermediate style changes are reflected in tables of contents and references (of course they can be overloaded). It's the price we pay fro more flexibility.
The numbering of subpages did not work correct. \setupheadertexts[\subpagenumber\ -- \nofsubpages] \setupsubpagenumber[way=bytext,state=start] \starttext \dorecurse{10}{\input knuth\par} \page \resetsubpagenumber \dorecurse{14}{\input knuth\par} \stoptext I miss also the function to use the subpagenumber value in number tests like \ifnum and \ifodd. The following example worked with the old numbering mechanism but not with the new. \setupheadertexts[\ifnum\subpagenumber=\plusone\else\subpagenumber\fi] \setupsubpagenumber[way=bytext,state=start] \starttext \dorecurse{10}{\input knuth\par} \stoptext Wolfgang