Am 14.10.2012 um 22:25 schrieb Andreas Mang
Hi there,
I suppose the following fixes your problem though I can not tell for sure, since you did not provide the error message:
Replace the stuff connected to
\strc_formulas_handle_sub_numbering
in
cont-new.mkiv
with
\def\strc_formulas_handle_sub_numbering {\let\strc_formulas_handle_sub_numbering\relax % else error \doiftextelse\currentsubformulasuffix {\strc_counters_setown_sub\v!formula\plustwo\currentsubformulasuffix} {\strc_counters_increment_sub\v!formula\plustwo}% \placecurrentformulanumber}
This works for me. I do this every time I update context. Please consult
[NTG-context] subformulas: error in latest beta
in the mailing list. This is where I reported this bug earlier. Hans himself provided the fix.
This is already in the core (str-mat.mkiv) but I found a typo in another macro in font-new.mkiv Wolfgang