Re: [NTG-context] Problem with \leqalignno

2016-09-11 Thread Mingranina Gingranina
Dear Otared, Hello Thank you so much for your advice on using the stable version of ConTeXt. I downgraded to ConTeXt ver: 2016.05.17 19:20 MKIV current fmt: 2016.9.6 int: english/english, LuaTeX, Version 0.95.0 (TeX Live 2016) and now everything works just fine. Thanks Mingranina --

Re: [NTG-context] Problem with \leqalignno

2016-09-11 Thread Otared Kavian
Hi Mingranina, Indeed, as of today, ConTeXt version 2016.09.09 08:21 MKIV beta, there is a small bug with the location of equation numbers when one chooses \setupformulas[location=left] and Hans is aware of the problem, which will be solved (he is rebuilding some fundamental fetaures in

Re: [NTG-context] Problem with \leqalignno

2016-09-11 Thread Mingranina Gingranina
Dear Aditya, Otared, and Hans, Hello, Thank you all very much for your help. Your codes work fine. However when I use \setupformulas[location=right] the equation numbers apperar on the rightmost of the line, but with \setupformulas[location=left] the equation numbers appear near the formulas

Re: [NTG-context] Problem with \leqalignno

2016-09-11 Thread Hans Hagen
On 9/11/2016 11:28 AM, Otared Kavian wrote: Hi Mingranina, For displayed aligned formulas it is better to use \startalign…\stopalign, instead of the plain TeX construction \leqalignno. indeed, and at some point they might even get nilled .. we can't use them in complex cases anyway Hans -

Re: [NTG-context] Problem with \leqalignno

2016-09-11 Thread Otared Kavian
Hi Mingranina, For displayed aligned formulas it is better to use \startalign…\stopalign, instead of the plain TeX construction \leqalignno. Please have a look at the following: Best regards: OK %%% begin align-equations.tex \starttext \placeformula \startformula \startalign \NC c^2 \NC= a^2 +

Re: [NTG-context] Problem with \leqalignno

2016-09-10 Thread Aditya Mahajan
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 &\s