% To see if multi theorems can have the same number. \input core-des \defineenumeration[theorem][text=Theorem,title=yes,style=italic] \defineenumeration[definition][text=Definition,usenumber=theorem] % use number is the key \starttext \starttheorem {First Theorem} \input zapf \stoptheorem \startdefinition {Test Title} %This should not be bold. \input knuth \stopdefinition \starttheorem {Second Theorem} \input zapf \stoptheorem \stoptext