Hi,
Or would it be possible to just add a "list=" option to placeformula similar to placefigure? (although that might conflict with the combination of "title=")
All I am really after is to label or name numbered formulas in the placelist.
---
\starttext
% 1 This is a picture of a cow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
\startplacefigure[title={My cow},list={This is a picture of a cow}] \externalfigure[cow] \stopplacefigure
% Mass-energy equivalence . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
\startplaceformula[reference=eq:one,title={Mass-energy equivalence}] \startformula e=mc^2 \stopformula \stopplaceformula
% 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
% list option could give: 1 Mass-energy equivalence . . . . . . . . . . . . . . . . . . . . . . . 1
\startplaceformula[reference=eq:one,list={Mass-energy equivalence}] \startformula e=mc^2 \stopformula \stopplaceformula
\placelistoffigures[criterium=all,alternative=c]
\placelist[formula][criterium=all,alternative=c]
\stoptext
--
Adam