On Sun, 11 Sep 2016, Mingranina Gingranina wrote:

Hello All,

I am trying to compile the following example (from
http://wiki.contextgarden.net/Math/Display) with context:

\starttext

\placeformula
\startformula
\leqalignno{c^2 &= a^2 + b^2  &\formulanumber{a} \cr
          a^2 + b^2 &= c^2  &\subformulanumber{b} \cr
          d^2 &= e^2        &\formulanumber\cr}
\stopformula

\stoptext

Am I doing something wrong? Any help would be gratefully appreciated.

How about:

\setupformulas[location=left]
\starttext

\startsubformulas
\placeformula[+] \startformula \startalign
  \NC c^2 \EQ a^2 + b^2 \NR[+]
  \NC a^2 + b^2 \EQ c^2 \NR[+]
  \NC d^2 \EQ e^2 \NR
\stopalign \stopformula
\stopsubformulas

\stoptext

Aditya
___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to