All, 2 questions: (1) why don't my chapter numbers turn off, and (2), why doesn't the counter start over in the new section? \setupwhitespace[medium] \setupindenting[medium,yes] \def\N{{\Bbb N}} \def\W{{\Bbb W}} \def\Z{{\Bbb Z}} \def\Q{{\Bbb Q}} \def\R{{\Bbb R}} \defineenumeration [definition] [location=serried, width=broad, distance=1em, headstyle=bold, text=Definition, stopper=., right=., style=slanted, inbetween=\blank, before=\blank after=\blank, way=bysection, chapternumber=no, number=yes] \defineenumeration [example] [location=serried, width=broad, distance=1em, headstyle=bold, text=Example, stopper=., right=., style=slanted, inbetween=\blank, before=\blank after=\blank, way=bysection, chapternumber=no, number=yes] \defineenumeration [theorem] [location=serried, width=broad, distance=1em, headstyle=bold, text=Theorem, stopper=., right=., style=slanted, inbetween=\blank, before=\blank after=\blank, way=bysection, chapternumber=no, number=yes] \defineenumeration [property] [location=serried, width=broad, distance=1em, headstyle=bold, text=Property, stopper=., right=., style=slanted, inbetween=\blank, before=\blank after=\blank, way=bysection, chapternumber=no, number=yes] \definenumber[CommonCtr] \setupnumber[example][number=CommonCtr] \setupnumber[theorem][number=CommonCtr] \setupnumber[property][number=CommonCtr] \setupnumber[definition][number=CommonCtr] \setupnumber[formula] [number=CommonCtr] \setuphead [subsection] [number=no] \starttext \chapter[sec:first]{First} \section[section:numbers]{Number Systems} \input tufte \startdefinition Now is the time \stopdefinition \startdefinition Now is the time \stopdefinition \placeformula[eq:1] \startformula f(x)=x^3 \stopformula \starttheorem[thm:one] A fine time. \stoptheorem \placeformula[eq:1] \startformula f(x)=x^3 \stopformula \startexample[exmpl:one] fine example \stopexample \startproperty A list. \stopproperty \section[section:two]{Section Two} \input tufte \startdefinition Now is the time \stopdefinition \stoptext