Re: [Cvslog] r26373 - /lyx-devel/trunk/src/insets/InsetSpace.cpp

2008-09-21 Thread Enrico Forestieri
On Thu, Sep 18, 2008 at 04:00:30PM +0200, Jean-Marc Lasgouttes wrote: > Enrico Forestieri <[EMAIL PROTECTED]> writes: > > If you mean how to get that in LyX, the only way I know is copying > > the following snippet as text, selecting it, and then hitting Ctrl-M. > > > > \begin{eqnarray} y & = & f(

Re: [Cvslog] r26373 - /lyx-devel/trunk/src/insets/InsetSpace.cpp

2008-09-18 Thread Jean-Marc Lasgouttes
Enrico Forestieri <[EMAIL PROTECTED]> writes: > If you mean how to get that in LyX, the only way I know is copying > the following snippet as text, selecting it, and then hitting Ctrl-M. > > \begin{eqnarray} y & = & f(x)\\[3em] & = & g(x)\end{eqnarray} Thanks. I confirmed the bug and fixed it. Not

Re: [Cvslog] r26373 - /lyx-devel/trunk/src/insets/InsetSpace.cpp

2008-09-12 Thread Enrico Forestieri
On Fri, Sep 12, 2008 at 04:54:57PM +0200, Jean-Marc Lasgouttes wrote: > [EMAIL PROTECTED] writes: > > > Author: lasgouttes > > Date: Fri Sep 12 16:38:03 2008 > > New Revision: 26373 > > > > URL: http://www.lyx.org/trac/changeset/26373 > > Log: > > Length::inBP returns big postscript points, not p

Re: [Cvslog] r26373 - /lyx-devel/trunk/src/insets/InsetSpace.cpp

2008-09-12 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] writes: > Author: lasgouttes > Date: Fri Sep 12 16:38:03 2008 > New Revision: 26373 > > URL: http://www.lyx.org/trac/changeset/26373 > Log: > Length::inBP returns big postscript points, not pixel width This should be done to InsetMathGrid::skipPixels too, but I do not know how t