All, thought we had a good strategy for defining our own counter, but we don't have references now. Any ideas? \newcounter\NonFigCounter \define\UpdateNonFigCtr{\doglobal\increment\NonFigCounter} \setuplabeltext[example=Example \NonFigCounter.] \defineenumeration [example] [location=serried, width=broad, distance=1em, headcolor=green, headstyle=bold, text=\labeltext{example}, stopper=., style=slanted, inbetween=\blank, after=\blank\UpdateNonFigCtr, way=bysection, number=no] \starttext \startexample[exmpl:one] blah, blah, blah \stopexample In \in{Example}[exmpl:one], we see that, ... \stoptext
David Arnold wrote:
All, thought we had a good strategy for defining our own counter, but we don't have references now. Any ideas?
\newcounter\NonFigCounter \define\UpdateNonFigCtr{\doglobal\increment\NonFigCounter}
\setuplabeltext[example=Example \NonFigCounter.]
I must have missed something. Why are you switching to a totally manual numbering system here? Taco
\defineenumeration [example] [location=serried, width=broad, distance=1em, headcolor=green, headstyle=bold, text=\labeltext{example}, stopper=., style=slanted, inbetween=\blank, after=\blank\UpdateNonFigCtr, way=bysection, number=no]
\starttext
\startexample[exmpl:one] blah, blah, blah \stopexample
In \in{Example}[exmpl:one], we see that, ...
\stoptext _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
participants (2)
-
David Arnold
-
Taco Hoekwater