On Wed, May 09, 2001 at 09:17:15PM +0200, Andre Poenitz wrote:
> I removed a few things I did not understand, so if your favourite mathed
> feature is missing, cry out loud, that's a bug _now_.
Here are few bugs I found in the new code:
Array/eqnarray:
- Reading a file with an array gives a crash.
An eqnarray does not give a crash but it isn't read properly
- When creating an eqnarray with ctrl+enter, the cursor moves to the last cell
while it is drawn at the first cell
- Adding a row to an array gives strange result (an array in an array)
- The up/down cursor keys don't work properly: they sometimes move the
cursor to the right.
- You cannot move the cursor with the mouse to a different cell in an
eqnarray. It does work in an array.
- In the latex output (or in the saved lyx file), there is a \nonumber for
inline formule.
Also, when you have eqnarray* env. you also have \nonumber at each row,
which is unnecessary
General:
- Inline formulae are not drawn correctly (e.g. a\(b\)c is drawn on screen
with no space between 'a' and 'c', and the 'b' is drawn on top of 'c' (see
bug.gif)
ly
- Pressing 'M-m d' (math-display) inside a math inset should convert the
inset between display/inline mode. However, in the patch 'M-m d' creates a new
display math inset.
- The empty box for an empty \sqrt is incorrectly drawn (see bug2.gif)
Macros:
- If a macro instance appear inside a subscript, it is not drawn using a
smaller (subscript) font as it should.
Moreover, when you 'open' the instance to edit the argument, the argument
are drawn using the normal font, while it appears that the cursor moves
according to subscript size font.
- Instances of the builtin macro binom are drawn incorrectly
- math-macro-arg doesn't do anything.
bug.gif
bug2.gif