Desperate help needed: Formular numbering and List of Formulas
Hi, I am closing my dissertation (finally) but I had to realize that subnumbering of formulas is still not working in mkiv. Unluckily going back to mkii is not an option for other reasons. For that I really need help to bring back a fully working formula numbering. I searched the entire wiki and mailing list for possible examples and put all in one test file - I got non to work but maybe I also made a mistake somewhere. Additionally I wrote everything on my talk page of the wiki: http://wiki.contextgarden.net/User_talk:Zenlima If every method has to be fixed my priority is the \NR[+][c]-method. Maybe someone can give additionally hints how to get a proper list of formulas. I attached the test file with its pdf result in addition to the wiki page. Thanks H.
Hi,
The minimal example below works for me (ConTeXt ver: 2012.12.10 23:20 MKIV; I've added some stuff of your preamble to check).
Cheers & Gruss
Andreas
%%% MINIMAL EXAMPLE %%%
\usemodule[newmath]
\setupformulas[way=bytext,prefix=no]
\setupsubformulas[conversion=romannumerals]
\starttext
\startsubformulas[eq:ax=b]
\placeformula
\startformula
\startalign[n=3]
\NC A x\NC = b,\NR[eq:example-one][a]
\NC A x\NC = b,\NR[eq:example-two][a]
\stopalign
\stopformula
\stopsubformulas
\stoptext
%%% MINIMAL EXAMPLE %%%
Am Dec 16, 2012 um 8:16 PM schrieb Zenlima
Hi,
I am closing my dissertation (finally) but I had to realize that subnumbering of formulas is still not working in mkiv. Unluckily going back to mkii is not an option for other reasons. For that I really need help to bring back a fully working formula numbering.
I searched the entire wiki and mailing list for possible examples and put all in one test file - I got non to work but maybe I also made a mistake somewhere. Additionally I wrote everything on my talk page of the wiki:
http://wiki.contextgarden.net/User_talk:Zenlima
If every method has to be fixed my priority is the \NR[+][c]-method. Maybe someone can give additionally hints how to get a proper list of formulas.
I attached the test file with its pdf result in addition to the wiki page.
Thanks H.
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
Hi Andreas, thanks for your example.. I also got it to work - so my desperate case is half solved. I added it also to the working cases: http://wiki.contextgarden.net/User_talk:Zenlima#align_-_subformular_.5B.2B.5... In order to prevent unnecessary frustration I added a warning at the two related math pages. I tried to extend your example with named subformulas in different ways but as a result the numbers vanished or the table of formulas messed up. Also I found the note in str-math.mkiv that a rewrite is needed. Ciao H.
participants (2)
-
Andreas Mang
-
Zenlima