Hi, On Mon, Oct 7, 2024 at 11:45 PM Alan Bowen <bowenala...@gmail.com> wrote: > > I have the following which works, except for the fact that the equation > number does not go to the right margin. > > \startplaceformula > \startformula[align=middle, prefix=no] > \startcases[distance=2pt] > \NC \[21-(9 - n^2)\NC =□^\prime\]\NR > \NC\hfill n^2+12 \NC=□^\prime.\NR[eq04] > \stopcases > \stopformula > \stopplaceformula > > I expect that I have missed something pretty basic here, so any guidance will > be greatly appreciated.
Maybe I misunderstand you, but I do not think cases is right here. Also, are you sure you want to group two equations but only number one of them. If I understand you correctly, I'd try with one of these, depending on if citing the group or one of the equations. \starttext \startformula \startalign[location=packed,fences=sesac] \NC \[21-(9 - n^2)\NC =□^\prime\]\NR \NC n^2+12 \NC=□^\prime. \NR \stopalign \numberhere[eq:foo] \stopformula \startplaceformula \startformula \startalign \NC \[21-(9 - n^2)\NC =□^\prime\] \NR%[eq:bar-a] \NC n^2+12 \NC=□^\prime. \NR[eq:bar-b] \stopalign \stopformula \stopplaceformula \stoptext /Mikael ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror) archive : https://github.com/contextgarden/context wiki : https://wiki.contextgarden.net ___________________________________________________________________________________