Re: integral upper limit adjacent to integral sign

2018-02-09 Thread Scott Kostyshak
On Thu, Feb 08, 2018 at 06:25:46AM +, Scott Kostyshak wrote: > On Wed, Feb 07, 2018 at 10:56:58AM +, Enrico Forestieri wrote: > > On Tue, Feb 06, 2018 at 12:19:47PM -0500, Scott Kostyshak wrote: > > > On Tue, Feb 06, 2018 at 10:01:02AM +, Jean-Marc Lasgouttes wrote: > > > > > > >

Re: LyX 2.2.3 bug: File->Export->PDF fail to copy the pdf onto a sshfs mount

2018-02-09 Thread Scott Kostyshak
On Wed, Jan 31, 2018 at 08:25:17PM +, Scott Kostyshak wrote: > On Wed, Jan 31, 2018 at 01:39:31PM +, Helge Hafting wrote: > > File->Export->PDF is supposed to create a PDF in a temp directory, and then > > copy it to the right place. > > > > For me, this fails when the working directory

Re: [patch] Chapter top spacing - regression

2018-02-09 Thread Richard Heck
On 02/09/2018 05:25 PM, Pavel Sanda wrote: > Jean-Marc Lasgouttes wrote: >> Le 09/02/2018 ?? 19:48, Pavel Sanda a écrit : > Could it be the removal of chapter hardcoding at e7827264 ? If that is not the commit that changed behavior, I could do a bisect if it would help. >>> No this

Re: [LyX/master] Unify graphics-groups inside marked block functionality.

2018-02-09 Thread Pavel Sanda
Pavel Sanda wrote: > >> + while (!from.empty() && from < to) { > >> + Inset * inset = from.nextInset(); > >> + if (!inset) > >> + break; > >> + if (inset->lyxCode() == GRAPHICS_CODE) { > >> +

Re: [patch] Chapter top spacing - regression

2018-02-09 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > Le 09/02/2018 ?? 19:48, Pavel Sanda a écrit : Could it be the removal of chapter hardcoding at e7827264 ? >>> >>> If that is not the commit that changed behavior, I could do a bisect if >>> it would help. >> No this won't be the commit. If you can still compile

Re: [patch] Chapter top spacing - regression

2018-02-09 Thread Jean-Marc Lasgouttes
Le 09/02/2018 à 19:48, Pavel Sanda a écrit : Could it be the removal of chapter hardcoding at e7827264 ? If that is not the commit that changed behavior, I could do a bisect if it would help. No this won't be the commit. If you can still compile 2.0-2.1 development on your computer then

Re: [patch] Chapter top spacing - regression

2018-02-09 Thread Pavel Sanda
Scott Kostyshak wrote: > On Fri, Feb 09, 2018 at 04:54:07PM +, Jean-Marc Lasgouttes wrote: > > > Could it be the removal of chapter hardcoding at e7827264 ? > > If that is not the commit that changed behavior, I could do a bisect if > it would help. No this won't be the commit. If you can

Re: Blurry inserted figures for retina display in Lyx 2.2 Mac

2018-02-09 Thread Scott Kostyshak
On Tue, Feb 06, 2018 at 10:15:30PM +, Scott Kostyshak wrote: > On Tue, Feb 06, 2018 at 08:35:56PM +, Jean-Marc Lasgouttes wrote: > > Le 06/02/2018 à 18:17, Scott Kostyshak a écrit : > > > Absolutely. I think JMarc made a similar suggestion to hide it. I > > > proposed to silently ignore it

Re: [patch] Chapter top spacing - regression

2018-02-09 Thread Scott Kostyshak
On Fri, Feb 09, 2018 at 04:54:07PM +, Jean-Marc Lasgouttes wrote: > Could it be the removal of chapter hardcoding at e7827264 ? If that is not the commit that changed behavior, I could do a bisect if it would help. Scott signature.asc Description: PGP signature

Re: [patch] Chapter top spacing - regression

2018-02-09 Thread Jean-Marc Lasgouttes
Le 07/02/2018 à 23:44, Richard Heck a écrit : No objection, but I agree that there must be some underlying cause. I'll guess that maybe the size of the Chapter font is now being used to calculate what "4" means, whereas maybe it was the size of the base font previously? It looks like we

Re: [LyX/master] Unify graphics-groups inside marked block functionality.

2018-02-09 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > Le 08/02/2018 ?? 22:00, Pavel Sanda a écrit : >> commit b88ed81e7f1d2f59bb606351d95e093380b4eead >> Author: Pavel Sanda >> Date: Thu Feb 8 21:33:37 2018 +0100 >> Unify graphics-groups inside marked block functionality. > > Is there a reason why