[dev-context] [NTG-context] Problems with "mathalign"
Taco Hoekwater
taco at elvenkind.com
Fri Jan 5 09:14:17 CET 2007
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 at y{.....}
core-mat.tex:\let\normaldispl at y\displ at y
core-mat.tex:\def\displ at y{\resetdisplaymatheq\normaldispl at y}
Broken old:
core-mat.tex:\let\normaldispl at y\displ at y
core-mat.tex:\def\displ at y{\resetdisplaymatheq\normaldispl at y}
math-pln.tex:\def\displ at y{.....}
New:
core-mat.tex:\def\displ at y{.....}
core-mat.tex:\let\normaldispl at y\displ at y
core-mat.tex:\def\displ at y{\resetdisplaymatheq\normaldispl at y}
Best, Taco
More information about the dev-context
mailing list