Re: Endless loop in src/output_docbook.cpp

2020-07-25 Thread Kornel Benko
Am Sat, 25 Jul 2020 17:59:50 +0200 schrieb Kornel Benko : > Am Sat, 25 Jul 2020 17:48:44 +0200 > schrieb Thibaut Cuvelier : > > > On Sat, 25 Jul 2020 at 11:29, Kornel Benko wrote: > > > > > Am Sat, 25 Jul 2020 04:49:18 +0200 > > > schrieb Thibaut Cuvelier : > > > > In > > > > output_docbook

Re: Endless loop in src/output_docbook.cpp

2020-07-25 Thread Kornel Benko
Am Sat, 25 Jul 2020 17:48:44 +0200 schrieb Thibaut Cuvelier : > On Sat, 25 Jul 2020 at 11:29, Kornel Benko wrote: > > > Am Sat, 25 Jul 2020 04:49:18 +0200 > > schrieb Thibaut Cuvelier : > > > In > > > output_docbook.cpp, makeAny function, there was nothing being done for > > the > > > LATEX_BIB_

Re: Endless loop in src/output_docbook.cpp

2020-07-25 Thread Thibaut Cuvelier
On Sat, 25 Jul 2020 at 11:29, Kornel Benko wrote: > Am Sat, 25 Jul 2020 04:49:18 +0200 > schrieb Thibaut Cuvelier : > > In > > output_docbook.cpp, makeAny function, there was nothing being done for > the > > LATEX_BIB_ENVIRONMENT case, > > I have seen it too, but was unable to do anything there.

Re: Endless loop in src/output_docbook.cpp

2020-07-25 Thread Kornel Benko
Am Sat, 25 Jul 2020 04:49:18 +0200 schrieb Thibaut Cuvelier : > Hi, > > I think your patch fixes the effect and not the cause. Yes, I was aware of it. > In > output_docbook.cpp, makeAny function, there was nothing being done for the > LATEX_BIB_ENVIRONMENT case, I have seen it too, but was una

Re: Endless loop in src/output_docbook.cpp

2020-07-24 Thread Thibaut Cuvelier
Hi, I think your patch fixes the effect and not the cause. In output_docbook.cpp, makeAny function, there was nothing being done for the LATEX_BIB_ENVIRONMENT case, thus the unwanted loop. I'm currently working on a better implementation of this, with code to actually generate this kind of bibliog

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 +++ b/src