Hi,

In reply to Hans, I am using the latest beta (ConTeXt version 2010.02.25 19:46.
mkiv, LuaTeX version 50, LuaTeX revision 0, (LuaTeX date stamp 2009122521))

As Hans requested a small test file,

\setupnumbering[way=bysection] % <------- this used to work, but does not
\setupformulas[numbercolor=blue,numberstyle=bold]
\starttext
\chapter{Math formulae numbering}
\section{Does not work}
Numbering formulae by section
\placeformula
\startformula
a^2 + b^2 = c^2
\stopformula
\section{More ...}
\stoptext

Also tried the solution from Contextgarden (http://wiki.contextgarden.net/Math/Display) by using
\setupnumber[formula][way=bysection] instead of
\setupnumbering[way=bysection]
But alas, this does not work either



On Sun, Feb 28, 2010 at 3:47 AM, gummybears <oracleopp@gmail.com> wrote:
Hi,
A couple of years ago, I decided to switch from LaTex to ConText. Now
I have compiled a lot of documents (Physics syllabi's) which compiles fine
in MK-II.

I thought I would try to make a switch to MK-IV, mainly because I
want to include 3D PRC figures in my documents.

I made some test cases to test MK-IV in order to get a handle on the differences between MK-II and MK-IV

Some of my observations are
*) Numbered formulas, numbered by section, don't seem to work
*) I am getting a lot of warnings of identifiers, apparently used more than once, which they are not
LuaTeX warning (ext4): destination with the same identifier (name{km1_chapter1_sec1}) has been already used, duplicate ignored

Question
Are these observations correct, someone else can confirm them ?
Question
If so, is there a fix, patch, or change in ConText commands/options I am not aware of ?

TIA