David Arnold wrote:
> This is excellent. Now, how can I include this
>
> \placeformula[eq:nine]
> \startformula
> f(x)=x^2
> \stopformula
>
> with the same common counter as remark and definition below?
>   
hm, it's incredible what users come up with but this time you're lucky -) 

\defineenumeration[whatever]

\definenumber[davidsnumber]

\setupnumber[whatever][number=davidsnumber]
\setupnumber[formula] [number=davidsnumber]

\starttext

\placeformula[x]
    \startformula x\stopformula

\startwhatever x\stopwhatever

\placeformula[x]
    \startformula y\stopformula

\startwhatever y\stopwhatever

\stoptext

(1) can you wikify this
(2) can someone add this to the test suite 

since we need to make sure that it keeps working 

Hans 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

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

Reply via email to