Re: Possible regression on master regarding integral limit

2020-09-09 Thread Jean-Marc Lasgouttes
Le 07/09/2020 à 19:10, Scott Kostyshak a écrit : Looks good, thanks for the fix. There is a small difference in exported LaTeX, which is that 2.3.x produces "\int\limits _{" and master does not output a space after limits: "\int\limits_{". I'm guessing this is expected, and the output from master

Re: Possible regression on master regarding integral limit

2020-09-07 Thread Scott Kostyshak
On Mon, Sep 07, 2020 at 12:17:40PM +0200, Jean-Marc Lasgouttes wrote: > Le 02/09/2020 à 23:21, Enrico Forestieri a écrit : > > The suspect being f96b99dc, where the way the math parser deals with > > \limits was changed. Now, \limits gets swallowed on reloading a document. > > Indeed, I was too la

Re: Possible regression on master regarding integral limit

2020-09-07 Thread Jean-Marc Lasgouttes
Le 02/09/2020 à 23:21, Enrico Forestieri a écrit : The suspect being f96b99dc, where the way the math parser deals with \limits was changed. Now, \limits gets swallowed on reloading a document. Indeed, I was too lazy to define limits_ in InsetMathMacro::Private, and the consequence is that it

Re: Possible regression on master regarding integral limit

2020-09-03 Thread Enrico Forestieri
On Thu, Sep 03, 2020 at 02:55:01AM -0400, Richard Kimberly Heck wrote: > On 9/2/20 6:20 PM, Jean-Marc Lasgouttes wrote: > > Le 02/09/2020 à 23:21, Enrico Forestieri a écrit : > >> On Wed, Sep 02, 2020 at 10:57:53PM +0200, Enrico Forestieri wrote: > >>> On Wed, Sep 02, 2020 at 04:35:59PM -0400, Scot

Re: Possible regression on master regarding integral limit

2020-09-02 Thread Richard Kimberly Heck
On 9/2/20 6:20 PM, Jean-Marc Lasgouttes wrote: > Le 02/09/2020 à 23:21, Enrico Forestieri a écrit : >> On Wed, Sep 02, 2020 at 10:57:53PM +0200, Enrico Forestieri wrote: >>> On Wed, Sep 02, 2020 at 04:35:59PM -0400, Scott Kostyshak wrote: The attached .lyx file gives different LyX display and

Re: Possible regression on master regarding integral limit

2020-09-02 Thread Jean-Marc Lasgouttes
Le 02/09/2020 à 23:21, Enrico Forestieri a écrit : On Wed, Sep 02, 2020 at 10:57:53PM +0200, Enrico Forestieri wrote: On Wed, Sep 02, 2020 at 04:35:59PM -0400, Scott Kostyshak wrote: The attached .lyx file gives different LyX display and PDF output compared to 2.3.x. Is this a possible (lyx2lyx

Re: Possible regression on master regarding integral limit

2020-09-02 Thread Enrico Forestieri
On Wed, Sep 02, 2020 at 10:57:53PM +0200, Enrico Forestieri wrote: > On Wed, Sep 02, 2020 at 04:35:59PM -0400, Scott Kostyshak wrote: > > The attached .lyx file gives different LyX display and PDF output > > compared to 2.3.x. Is this a possible (lyx2lyx?) bug or is the change > > expected? > > I

Re: Possible regression on master regarding integral limit

2020-09-02 Thread Enrico Forestieri
On Wed, Sep 02, 2020 at 04:35:59PM -0400, Scott Kostyshak wrote: > The attached .lyx file gives different LyX display and PDF output > compared to 2.3.x. Is this a possible (lyx2lyx?) bug or is the change > expected? I don't think it is a lyx2lyx issue. Seemingly, something changed in the math par