Endless loop in src/output_docbook.cpp

2020-07-23 Thread Kornel Benko
Export the attached mwe.lyx as docbook5. The patch omits the endlessness, but the bibitem is not produced. Kornel mwe.lyx Description: application/lyx diff --git a/src/output_docbook.cpp b/src/output_docbook.cpp index a796e19788..c0c09210a9 100644 --- a/src/output_docbook.cpp +++

Build failed in Jenkins: Build branch "master" » ubuntu-xenial-qt4-autotools-extended #2017

2020-07-23 Thread ci-lyx
https://ci.inria.fr/lyx/job/build-master-head/job/ubuntu-xenial-qt4-autotools-extended/2017/Changes: [kornel] Enable display of docbook5 output in the Code Preview Plane -- Started by an SCM change Building remotely on lyx-linux1 (linux) in workspace

Re: Merge paragraphs of different non-Default/Plain Layouts

2020-07-23 Thread José Abílio Matos
On Thursday, 23 July 2020 15.40.29 WEST Jean-Marc Lasgouttes wrote: > It seems that LibeOffice keeps the layout of the first paragraph. We > might want to check what office or the apple things do. > > JMarc This seems to be the reasonable way to it, after all we still have undo. Another option

Build failed in Jenkins: Build branch "master" » ubuntu-latest-qt5-cmake #2102

2020-07-23 Thread ci-lyx
https://ci.inria.fr/lyx/job/build-master-head/job/ubuntu-latest-qt5-cmake/2102/Changes: [kornel] Enable display of docbook5 output in the Code Preview Plane -- Started by an SCM change Building remotely on lyx-linux1 (linux) in workspace

Re: Merge paragraphs of different non-Default/Plain Layouts

2020-07-23 Thread Stephan Witt
Am 23.07.2020 um 16:40 schrieb Jean-Marc Lasgouttes : > > Le 23/07/2020 à 15:53, Richard Kimberly Heck a écrit : >> On 7/23/20 5:15 AM, Jean-Marc Lasgouttes wrote: >>> Le 23/07/2020 à 06:51, Richard Kimberly Heck a écrit : I agree, though we'll have to see what other people think. Possibly a

Build failed in Jenkins: Build branch "master" » ubuntu-xenial-qt4-autotools #1807

2020-07-23 Thread ci-lyx
https://ci.inria.fr/lyx/job/build-master-head/job/ubuntu-xenial-qt4-autotools/1807/Changes: [kornel] Enable display of docbook5 output in the Code Preview Plane -- Started by an SCM change Building remotely on lyx-linux1 (linux) in workspace

Re: Merge paragraphs of different non-Default/Plain Layouts

2020-07-23 Thread Jean-Marc Lasgouttes
Le 23/07/2020 à 15:53, Richard Kimberly Heck a écrit : On 7/23/20 5:15 AM, Jean-Marc Lasgouttes wrote: Le 23/07/2020 à 06:51, Richard Kimberly Heck a écrit : I agree, though we'll have to see what other people think. Possibly a preference? Please, no preference. I think it is a LyX

Re: Merge paragraphs of different non-Default/Plain Layouts

2020-07-23 Thread Richard Kimberly Heck
On 7/23/20 5:15 AM, Jean-Marc Lasgouttes wrote: > Le 23/07/2020 à 06:51, Richard Kimberly Heck a écrit : >> I agree, though we'll have to see what other people think. Possibly a >> preference? > > Please, no preference. I think it is a LyX idiosyncrasy from day 1. > Feel free to change it. We'll

Re: [LyX/master] Implement variable size bigops

2020-07-23 Thread Enrico Forestieri
On Thu, Jul 23, 2020 at 03:24:13PM +0200, Jean-Marc Lasgouttes wrote: > Le 23/07/2020 à 15:13, Enrico Forestieri a écrit : > > On Thu, Jul 23, 2020 at 01:16:32PM +0200, Jean-Marc Lasgouttes wrote: > > > > > Le 23/07/2020 à 12:22, Enrico Forestieri a écrit : > > > > Here is an alternative patch.

Re: [LyX/master] Implement variable size bigops

2020-07-23 Thread Jean-Marc Lasgouttes
Le 23/07/2020 à 15:13, Enrico Forestieri a écrit : On Thu, Jul 23, 2020 at 01:16:32PM +0200, Jean-Marc Lasgouttes wrote: Le 23/07/2020 à 12:22, Enrico Forestieri a écrit : Here is an alternative patch. Please check whether the change in InsetMathSymbol.cpp is compatible with the corresponding

Re: [LyX/master] Implement variable size bigops

2020-07-23 Thread Enrico Forestieri
On Thu, Jul 23, 2020 at 01:16:32PM +0200, Jean-Marc Lasgouttes wrote: > Le 23/07/2020 à 12:22, Enrico Forestieri a écrit : > > Here is an alternative patch. Please check whether the change in > > InsetMathSymbol.cpp is compatible with the corresponding change > > at e8ee0100. > > I think it is

Re: [LyX/master] Implement variable size bigops

2020-07-23 Thread Jean-Marc Lasgouttes
Le 23/07/2020 à 12:22, Enrico Forestieri a écrit : Here is an alternative patch. Please check whether the change in InsetMathSymbol.cpp is compatible with the corresponding change at e8ee0100. I think it is OK. What about the users of mathedSymbolDim in InsetMathFrac? Is kerning irrelevant

Re: [LyX/master] Implement variable size bigops

2020-07-23 Thread Enrico Forestieri
On Thu, Jul 23, 2020 at 11:12:44AM +0200, Jean-Marc Lasgouttes wrote: > Le 23/07/2020 à 00:26, Enrico Forestieri a écrit : > > On Wed, Jul 22, 2020 at 11:14:05PM +0200, Enrico Forestieri wrote: > > > > > > So, the question is why in current master the metrics of the wrong > > > font are used? I

Re: Merge paragraphs of different non-Default/Plain Layouts

2020-07-23 Thread Jean-Marc Lasgouttes
Le 23/07/2020 à 06:51, Richard Kimberly Heck a écrit : I agree, though we'll have to see what other people think. Possibly a preference? Please, no preference. I think it is a LyX idiosyncrasy from day 1. Feel free to change it. We'll see whether people complain :) JMarc -- lyx-devel

Re: [LyX/master] Implement variable size bigops

2020-07-23 Thread Jean-Marc Lasgouttes
Le 23/07/2020 à 00:26, Enrico Forestieri a écrit : On Wed, Jul 22, 2020 at 11:14:05PM +0200, Enrico Forestieri wrote: So, the question is why in current master the metrics of the wrong font are used? I don't have an answer. The culprit turns out to be be836909c52 and the attached patch fixes