On Fri, Jul 06, 2001 at 12:30:58PM +0200, Andre Poenitz wrote: > //*- If I mark some text, e.g. abc, and then press M-m s (square root), then > // the marked text is deleted, and an empty root appears. > // The old behavior was to create \sqrt{abc}. > // The same happens with \frac > > // The problem still exists with decorations (\overline) > > ?? and with array. Not fixed. > // *- After mutation from eqnarray to align, the cursor goes into a random > // position, and LyX sometimes crashes. > > // *- It is not possible to convert an eqnarray to display math (the message > // "need to delete rows first" is printed to stderr), while it is possible to > // convert eqnarray to inline. Fixed, but there are two problems: - When converting from eqnarray*/align* to display math, the result is a numbered equation. - When converting from eqnarray/align with one label to display math, the label is lost. > ?? - 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. Fixed, but there is a small problem: Create a macro \foo with one argument: \newcommand{\foo}[1]{[#1]} Now type 2^\foo{x} and close the macro instance. The inset frame will be too high: +------+ | | | | | [x] | | 2 | +------+ > ?? *- Text in superscript is not smaller than normal text. > // * - In lyx1.1.6, when I type x^2 <backspace> then the 2 is erased, but the > // cursor remains in superscript mode, namely there is an empty superscript box. > // In CVS, when pressing backspace, the cursor returns to normal level, namely > // the superscript box is erased. Not fixed! > ?? *- If I change '\leq \alpha' to bold, the result is \mathbf{£}\mathbf{a} ! The \leq remains. The \alpha is still converted into a. I've attached a new bug list.
Array/eqnarray *- When converting from eqnarray*/align* to display math, the result is a numbered equation. *- When converting from eqnarray/align with one label to display math, the label is lost. - No selection of multiple cells in array/eqnarray Macros: *- When doing a selection with the mouse, a macro instance is opened. The correct behavior is to not open the instance. *- When creating a new macro instance (with one or more arguments), typing a letter in the first argument, and typing backspace, the macro is closed. *- Create a macro \foo with one argument: \newcommand{\foo}[1]{[#1]} Now type 2^\foo{x} and close the macro instance. The inset frame will be too high: +------+ | | | | | [x] | | 2 | +------+ Misc: *- After insertion of a matrix, the cursor position is outside the matrix. *- When Using the math-insert lyxfunc (e.g. math-insert x) when not in math mode, a display math is created instead of an inline formula. *- The drawing of decorations on screen is very different than latex. (a low priority bug). *- Toggle limits doesn't work. - When inserting an integral or summation symbol, an empty superscript appear. - In lyx1.1.6, when I type x^2 <backspace> then the 2 is erased, but the cursor remains in superscript mode, namely there is an empty superscript box. In CVS, when pressing backspace, the cursor returns to normal level, namely the superscript box is erased. - If I change '\alpha' to bold, the result is \mathbf{a} - Just moving the cursor in a math inset causes changing the buffer status to (changed).