David Arnold wrote:
> All, 2 questions: (1) why don't my chapter numbers turn off, and 

I do not know. You had a comma missing after the "before=" line,
and the "stopper=" is superfluous i think, but both appear unrelated.

(It is probably related to the change to using CommonCtr, but
I do not see how exactly).

>(2),  why doesn't the counter start over in the new section?

That one, I do know:

   \definenumber[CommonCtr][way=bysection]

Btw, you can greatly reduce the number of code lines needed by doing
the definitions like so:

   \defineenumeration [property]        [text=Property] % five lines like this

   \setupenumerations
   [example,theorem,property,definition,formula] % one single block
   [location=serried,
    width=broad,
    distance=1em,
    headstyle=bold,
    style=slanted,
    right=.,
    inbetween=\blank,
    before=\blank,
    after=\blank,
    number=yes,
    chapternumber=no]

Greetings, Taco
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to