Hi, hope that helps (see attachment). best regards Bernhard Am 16.03.2010 um 14:22 schrieb gummybears: > Hi, > > In MK-II the following enumeration worked, sadly in MK-IV they don't. I browsed the internet, > tried the proclaim "solution" and searched the mailing list for an solution, found > that several people experiencing the same problem with different numbering schemes. > Tried several of the proposed solution but no success. > > I hope someone can help to fix this. > > Test file > > \defineenumeration[artikel][location=left,text=Artikel,headstyle=bold,stopper=.,distance=5pt,width=broad,before=\blank,after=\blank] > \setupenumerations[subartikel][text=,location=left,stopper=.,width=broad,distance=5pt,before=,after=] > \setupenumerations[subsubartikel][text=,location=left,stopper=.,width=broad,distance=5pt,before=,after=] > \starttext > %\startcolumns[n=2] > \startartikel Number should be 1. \stopartikel > \startsubartikel Number should be 1.1. \stopsubartikel > \startsubartikel Number should be 1.2. \stopsubartikel > \startsubsubartikel Number should be 1.2.1. \stopsubsubartikel > \startsubsubartikel Number should be 1.2.2. \stopsubsubartikel > > \startartikel Number should be 2. \stopartikel > \startsubartikel Number should be 2.1. \stopsubartikel > \startsubartikel Number should be 2.2. \stopsubartikel > \startsubsubartikel Number should be 2.2.1. \stopsubsubartikel > \startsubsubartikel Number should be 2.2.2. \stopsubsubartikel > > \startartikel Number should be 3. \stopartikel > \startsubartikel Number should be 3.1. \stopsubartikel > \startsubartikel Number should be 3.2. \stopsubartikel > \startsubsubartikel Number should be 3.2.1. \stopsubsubartikel > \startsubsubartikel Number should be 3.2.2. \stopsubsubartikel > %\stopcolumns > \stoptext