5 Jan
2007
5 Jan
'07
9:18 a.m.
On Fri, 5 Jan 2007, Taco Hoekwater wrote:
Aditya Mahajan wrote:
This is working correctly in the latest beta. I still do not understand what was causing this problem. AFAIU, the beta just juggles around stuff from math-pln to core-mat.
Problem in a nutshell:
Correct old:
math-pln.tex:\def\displ@y{.....} core-mat.tex:\let\normaldispl@y\displ@y core-mat.tex:\def\displ@y{\resetdisplaymatheq\normaldispl@y}
Broken old:
core-mat.tex:\let\normaldispl@y\displ@y core-mat.tex:\def\displ@y{\resetdisplaymatheq\normaldispl@y} math-pln.tex:\def\displ@y{.....}
New:
core-mat.tex:\def\displ@y{.....} core-mat.tex:\let\normaldispl@y\displ@y core-mat.tex:\def\displ@y{\resetdisplaymatheq\normaldispl@y}
Thanks. Aditya