10 Jul
2006
10 Jul
'06
12:20 a.m.
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