Re: [patch] fix for bug 2359

2010-05-27 Thread Jean-Marc Lasgouttes
Le 21 mai 10 à 04:33, Uwe Stöhr a écrit : > Uwe, does this solve your concerns? Not completely because when you set the cursor outside of an equation and then use the menu Insert->Math->Split, you still get an inline equation with a split environment that causes a LaTeX-error. In this case

Re: [patch] fix for bug 2359

2010-05-20 Thread Uwe Stöhr
> Here is an updated patch: > > 1/ do the test in InsetMathNest, where it belongs IMO (this can be discussed) Fine with me. I chose InsetMathHull because Georg proposed this in http://www.lyx.org/trac/ticket/2359#comment:5 > 2/ get rid of the "math-mode on" things in menu definitions, since Tex

Re: [patch] fix for bug 2359

2010-05-20 Thread Jean-Marc Lasgouttes
Le 20 mai 10 à 03:22, Uwe Stöhr a écrit : The attached bug fixes http://www.lyx.org/trac/ticket/2359 - it is no longer possible to insert a split environment to inline formulas. The remaining problem is that the menu Insert->Math->Split is not disabled when the cursor is in an inline equati

[patch] fix for bug 2359

2010-05-19 Thread Uwe Stöhr
The attached bug fixes http://www.lyx.org/trac/ticket/2359 - it is no longer possible to insert a split environment to inline formulas. The remaining problem is that the menu Insert->Math->Split is not disabled when the cursor is in an inline equation. How can this be done? thanks and regards