Greetings!

I recently found more_amsmath package. It is a great thing. I planned
to write somthing like this long ago, but somehow did not get to it.

Anyway, here are some bugs with the current implementation:

1. The package should be loaded by default instead of the present way
   (with the confusing -no_math -html_version 3.2,math
   sequence). Otherways amsmath equation-like environments (align,
   gather, multline) are numbered wrongly.

2. The auxillary environments like aligned and gathered should produce
   results similar to align,, gather, etc. In the present
   implementation they are passed to TeX.

3. The following code
\begin{equation}
  \begin{aligned}
    a &= b\\
    c &= d
  \end{aligned}
\end{equation}
produced *unnumbered* equation, which is wrong. The strange thing is
that the following code:
\begin{equation}
  \relax
  \begin{aligned}
    a &= b\\
    c &= d
  \end{aligned}
\end{equation}
produces equation, that is correctly numbered.

-- 
Good luck

-Boris
http://www.plmsc.psu.edu/~boris/

Reply via email to