[dev-context] [contexttest-Bugs][49] \startmathalign gives an extra formula number
contexttest-bugs at foundry.supelec.fr
contexttest-bugs at foundry.supelec.fr
Fri Jan 5 09:38:06 CET 2007
Bugs item #49, was opened at 2007-01-04 01:27
You can respond by visiting:
http://foundry.supelec.fr/tracker/?func=detail&atid=161&aid=49&group_id=21
Or by replying to this e-mail entering your response between the following markers:
#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+
(enter your response here)
#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+
>Status: Closed
Priority: 3
Submitted By: Aditya Mahajan (adityam)
Assigned to: Nobody (None)
Summary: \startmathalign gives an extra formula number
Resolution: None
Version: None
Category: macros
Initial Comment:
The following code gives an exra line with formla number
\placeformula \startformula \startalign
\NC a \EQ b \NR[+]
\NC c \EQ d \NR[+]
\stopalign \stopformula
----------------------------------------------------------------------
>Comment By: Aditya Mahajan (adityam)
Date: 2007-01-05 03:38
Message:
This is corrected in the latest beta.
Problem in a nutshell: (by Taco)
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}
----------------------------------------------------------------------
You can respond by visiting:
http://foundry.supelec.fr/tracker/?func=detail&atid=161&aid=49&group_id=21
More information about the dev-context
mailing list