Re: [LyX/master] DocBook: implement Elsevier.

2020-11-16 Thread Thibaut Cuvelier
On Mon, 16 Nov 2020 at 13:09, Kornel Benko wrote: > Am Mon, 16 Nov 2020 05:39:51 +0100 (CET) > schrieb Thibaut Cuvelier : > > > commit d64b3f5397fd50d23bc04d7130f5f5b55d79d7b0 > > Author: Thibaut Cuvelier > > Date: Mon Nov 16 06:09:03 2020 +0100 > > &g

[LyX/master] DocBook: implement Elsevier.

2020-11-15 Thread Thibaut Cuvelier
commit d64b3f5397fd50d23bc04d7130f5f5b55d79d7b0 Author: Thibaut Cuvelier Date: Mon Nov 16 06:09:03 2020 +0100 DocBook: implement Elsevier. --- development/autotests/invertedTests |6 +++ lib/layouts/aa.layout |1 + lib/layouts/elsart.layout | 70

[LyX/master] DocBook: do a little something for Sweave & co.

2020-11-15 Thread Thibaut Cuvelier
commit afba0672d03f9d29071e504292e0113976efcd1f Author: Thibaut Cuvelier Date: Sun Nov 15 23:54:23 2020 +0100 DocBook: do a little something for Sweave & co. --- development/autotests/invertedTests |2 ++ lib/layouts/litinsets.inc |2 ++ 2 files changed, 4 insert

[LyX/master] DocBook: do a little something for variable-width minipages.

2020-11-15 Thread Thibaut Cuvelier
commit 059b268e0d3b1e13cafbb93c996b6f492c36dddc Author: Thibaut Cuvelier Date: Mon Nov 16 00:08:11 2020 +0100 DocBook: do a little something for variable-width minipages. --- development/autotests/invertedTests |4 +++- lib/layouts/varwidth.module |2 ++ 2 files changed, 5

[LyX/master] DocBook: some features are not yet in the DocBook schema.

2020-11-15 Thread Thibaut Cuvelier
commit b75b0d2a833860b3e17ac53bb094c5a6453fc19e Author: Thibaut Cuvelier Date: Sun Nov 15 21:45:52 2020 +0100 DocBook: some features are not yet in the DocBook schema. --- development/autotests/invertedTests |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git

[LyX/master] DocBook: implement fancy color box.

2020-11-15 Thread Thibaut Cuvelier
commit e94c7871cc3890145672792a710e94fb32d4e22b Author: Thibaut Cuvelier Date: Sun Nov 15 19:29:57 2020 +0100 DocBook: implement fancy color box. --- development/autotests/invertedTests |2 ++ lib/layouts/tcolorbox.module| 20 2 files changed, 22

[LyX/master] DocBook: specific fix for Localization_Test.lyx.

2020-11-15 Thread Thibaut Cuvelier
commit dc94abf039852ebb4ef7060fbfd52bdfd715f470 Author: Thibaut Cuvelier Date: Sun Nov 15 19:04:21 2020 +0100 DocBook: specific fix for Localization_Test.lyx. In one paragraph, there was both a float and a list of floats in a paragraph: the list of floats has no DocBook output

[LyX/master] DocBook: fix for nomenclature xml:id and glossary paragraphs.

2020-11-15 Thread Thibaut Cuvelier
commit 0ed820fa0b8ea11a390c182286c5b34a2686058a Author: Thibaut Cuvelier Date: Sun Nov 15 18:43:14 2020 +0100 DocBook: fix for nomenclature xml:id and glossary paragraphs. Previously, the xml:id's were not consistent among in the text and in the glossary. --- development

Re: CMake: cofigure failure (Windows)

2020-11-15 Thread Thibaut Cuvelier
On Sun, 15 Nov 2020 at 16:59, Kornel Benko wrote: > Am Sun, 15 Nov 2020 16:47:36 +0100 > schrieb Yu Jin : > > > Am So., 15. Nov. 2020 um 16:34 Uhr schrieb Yu Jin : > > > > > Am So., 15. Nov. 2020 um 16:03 Uhr schrieb Kornel Benko < > kor...@lyx.org>: > > > > > >> Am Sun, 15 Nov 2020 15:08:43

[LyX/master] DocBook: refactor code about retrieving captions and labels.

2020-11-14 Thread Thibaut Cuvelier
commit 46cbd6d234c67facb375f18984645299fcc76ef4 Author: Thibaut Cuvelier Date: Sun Nov 15 03:03:16 2020 +0100 DocBook: refactor code about retrieving captions and labels. There was already an existing method in InsetCaptionable for captions, but not yet for labels

[LyX/master] DocBook: remove output for some paragraphs in CVs.

2020-11-14 Thread Thibaut Cuvelier
commit 045c8d6537257196c4574482f5cd2c78009bad4f Author: Thibaut Cuvelier Date: Sat Nov 14 22:28:50 2020 +0100 DocBook: remove output for some paragraphs in CVs. --- development/autotests/invertedTests |2 ++ lib/layouts/europasscv.layout | 12 lib/layouts

[LyX/master] DocBook: fix handling of listings with titles.

2020-11-14 Thread Thibaut Cuvelier
commit c4bbff8ecbab0d43c1788b4e3c337f703d69ab4b Author: Thibaut Cuvelier Date: Sun Nov 15 02:49:52 2020 +0100 DocBook: fix handling of listings with titles. Also implement a code path for inline listings. --- src/insets/InsetFloat.cpp|4 ++ src/insets/InsetListings.cpp

[LyX/master] DocBook: add support for IGNORE tags.

2020-11-14 Thread Thibaut Cuvelier
commit 6bc04367cf68accc02096e1ebadfd59325229a73 Author: Thibaut Cuvelier Date: Sat Nov 14 22:05:59 2020 +0100 DocBook: add support for IGNORE tags. These paragraphs will simply have no output (no enclosing DocBook tag, no content). This change is as backward-compatible

[LyX/master] DocBook: implement simple CV.

2020-11-14 Thread Thibaut Cuvelier
commit 39e16651942063372473c51c901e7b077b82ae59 Author: Thibaut Cuvelier Date: Sun Nov 15 02:14:31 2020 +0100 DocBook: implement simple CV. --- lib/layouts/simplecv.layout | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/lib/layouts/simplecv.layout b/lib

[LyX/master] DocBook: missing support for customisation of layouts in inset arguments.

2020-11-14 Thread Thibaut Cuvelier
commit 46daa3865b70fa9413ba881453b2340c7f150e44 Author: Thibaut Cuvelier Date: Sun Nov 15 02:11:11 2020 +0100 DocBook: missing support for customisation of layouts in inset arguments. --- src/insets/InsetLayout.cpp |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff

[LyX/master] DocBook: implement modern CV.

2020-11-14 Thread Thibaut Cuvelier
commit f18c00418ad681e7833ac4ecdbddc165c2f69ea6 Author: Thibaut Cuvelier Date: Sun Nov 15 02:11:23 2020 +0100 DocBook: implement modern CV. --- development/autotests/invertedTests |2 + lib/layouts/moderncv.layout | 101 +++ 2 files changed

Re: [LyX/master] DocBook: implement European CV.

2020-11-14 Thread Thibaut Cuvelier
On Sat, 14 Nov 2020 at 12:58, Kornel Benko wrote: > Am Sat, 14 Nov 2020 09:55:12 +0100 > schrieb Kornel Benko : > > > Am Sat, 14 Nov 2020 05:17:20 +0100 (CET) > > schrieb Thibaut Cuvelier : > > > > > index c9bde3e..dcc05da 100644 > > > --

[LyX/master] DocBook: implement European CV.

2020-11-13 Thread Thibaut Cuvelier
commit 6f696151cf3b85799f48895a4c333888a65c8893 Author: Thibaut Cuvelier Date: Sat Nov 14 05:44:12 2020 +0100 DocBook: implement European CV. --- CMakeLists.txt | 28 +++ development/autotests/invertedTests |2 + lib/layouts/europasscv.layout

[LyX/master] DocBook: implement EuropassCV.

2020-11-13 Thread Thibaut Cuvelier
commit 1c19a04c7a052fbb2565612ca97dbe86be4ba28a Author: Thibaut Cuvelier Date: Sat Nov 14 03:14:23 2020 +0100 DocBook: implement EuropassCV. --- lib/layouts/europasscv.layout | 104 + 1 files changed, 104 insertions(+), 0 deletions(-) diff --git

[LyX/master] DocBook: implement chess.

2020-11-13 Thread Thibaut Cuvelier
commit 03a8208dc517f1298b5088e1cde04c696cb76c76 Author: Thibaut Cuvelier Date: Thu Nov 12 04:45:02 2020 +0100 DocBook: implement chess. --- development/autotests/invertedTests |4 ++-- lib/layouts/chess.layout| 26 ++ lib/layouts/chessboard.module

[LyX/master] Amend c11b8a15cbcc6c080ca5fc36d92fb7c9a27f6218

2020-11-11 Thread Thibaut Cuvelier
commit 1354dcdef0b412ff004b93068956611825a78db2 Author: Thibaut Cuvelier Date: Thu Nov 12 04:42:58 2020 +0100 Amend c11b8a15cbcc6c080ca5fc36d92fb7c9a27f6218 Typo... --- development/autotests/invertedTests |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[LyX/master] DocBook: bicaptions cannot be implemented only with templates.

2020-11-11 Thread Thibaut Cuvelier
commit c11b8a15cbcc6c080ca5fc36d92fb7c9a27f6218 Author: Thibaut Cuvelier Date: Thu Nov 12 04:39:54 2020 +0100 DocBook: bicaptions cannot be implemented only with templates. --- development/autotests/invertedTests |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

[LyX/master] DocBook: implement aa.

2020-11-11 Thread Thibaut Cuvelier
commit 185f34b20e80360b02650e5859698375afda4458 Author: Thibaut Cuvelier Date: Thu Nov 12 04:17:49 2020 +0100 DocBook: implement aa. --- development/autotests/invertedTests |2 ++ lib/layouts/aa.layout | 31 +++ lib/layouts/scrclass.inc

[LyX/master] DocBook: implement achemso.

2020-11-11 Thread Thibaut Cuvelier
commit 14887dda1c94dfd81e4521ec340b014ed78c415c Author: Thibaut Cuvelier Date: Thu Nov 12 03:18:03 2020 +0100 DocBook: implement achemso. --- development/autotests/invertedTests |3 ++ lib/layouts/achemso.layout | 54 +++ lib/layouts

[LyX/master] DocBook: mark more tests to be ignored.

2020-11-11 Thread Thibaut Cuvelier
commit 2f8443afbefdb4cca420f171508c1fd79c9987ed Author: Thibaut Cuvelier Date: Thu Nov 12 02:33:19 2020 +0100 DocBook: mark more tests to be ignored. --- development/autotests/invertedTests |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/development/autotests

[LyX/master] DocBook: mark more tests to be ignored.

2020-11-04 Thread Thibaut Cuvelier
commit 857edf3ae7dd4ddaea24b8c0644cd7885cee8f12 Author: Thibaut Cuvelier Date: Thu Nov 5 05:35:53 2020 +0100 DocBook: mark more tests to be ignored. --- development/autotests/invertedTests |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/development/autotests

[LyX/master] DocBook: remove special options from InsetGraphics.cpp

2020-11-04 Thread Thibaut Cuvelier
commit 1766bff80644a74aaa731c5740074d321139780f Author: Thibaut Cuvelier Date: Thu Nov 5 05:35:34 2020 +0100 DocBook: remove special options from InsetGraphics.cpp This was not really a useful attribute for DocBook, or it must be parsed beforehand. --- src/insets

[LyX/master] DocBook: polyglossia test now works.

2020-11-04 Thread Thibaut Cuvelier
commit 91d442d50545695dbcba9e86c0630f839df6f106 Author: Thibaut Cuvelier Date: Thu Nov 5 03:10:37 2020 +0100 DocBook: polyglossia test now works. --- development/autotests/invertedTests |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/development/autotests

[LyX/master] DocBook: EmbeddedObjects is too complex to have a truly valid output.

2020-11-04 Thread Thibaut Cuvelier
commit 8d33eb0351ad18d448f0834386b676ae2594b3f0 Author: Thibaut Cuvelier Date: Thu Nov 5 02:06:31 2020 +0100 DocBook: EmbeddedObjects is too complex to have a truly valid output. --- development/autotests/invertedTests |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff

[LyX/master] DocBook: many fixes for the user guide.

2020-11-04 Thread Thibaut Cuvelier
commit 302bed3f6809e93b1300b967087aa809cf557134 Author: Thibaut Cuvelier Date: Thu Nov 5 02:42:03 2020 +0100 DocBook: many fixes for the user guide. --- development/autotests/invertedTests |2 ++ lib/layouts/lyxmacros.inc |5 + lib/layouts/stdlayouts.inc

[LyX/master] DocBook: a previous patch has unexpectedly nice consequences!

2020-11-04 Thread Thibaut Cuvelier
commit f82b26e1b714fc0d6a9682a9d645d281fcb17a84 Author: Thibaut Cuvelier Date: Thu Nov 5 01:45:40 2020 +0100 DocBook: a previous patch has unexpectedly nice consequences! Tests that used to fail now pass (the title structure is now better handled). --- development/autotests

[LyX/master] MathML: make InsetMathXArrow generate valid XML entities when required.

2020-11-04 Thread Thibaut Cuvelier
commit 85a8664ba5f961ae54aafe6d2e7d5e3002808945 Author: Thibaut Cuvelier Date: Thu Nov 5 02:18:47 2020 +0100 MathML: make InsetMathXArrow generate valid XML entities when required. Before this, it only supported HTML entities. --- src/mathed/InsetMathXArrow.cpp | 104

[LyX/master] DocBook: mark nested sidebars as allowed.

2020-11-04 Thread Thibaut Cuvelier
commit efd6e78fcb28111786c851fcc9d79f9d8d595f93 Author: Thibaut Cuvelier Date: Thu Nov 5 00:27:29 2020 +0100 DocBook: mark nested sidebars as allowed. This is mostly for shapepar support, in a rare situation. Fixing this would create a lot of special cases in output_docbook.cpp

[LyX/master] DocBook: ensure that tables do not get wrapped in a paragraph.

2020-11-04 Thread Thibaut Cuvelier
commit 7f8d0fd7b7b191c1fbf43f2dfbf7f693c5e1d21b Author: Thibaut Cuvelier Date: Thu Nov 5 02:03:34 2020 +0100 DocBook: ensure that tables do not get wrapped in a paragraph. --- src/output_docbook.cpp |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src

[LyX/master] DocBook: exclude the Math docs from the tests.

2020-11-04 Thread Thibaut Cuvelier
commit e424db6caf996dd35be5c393688935abf7a8f213 Author: Thibaut Cuvelier Date: Thu Nov 5 02:25:30 2020 +0100 DocBook: exclude the Math docs from the tests. --- development/autotests/invertedTests |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/development

[LyX/master] DocBook: don't consider bridgeheads for abstracts.

2020-11-04 Thread Thibaut Cuvelier
commit 307aefef89846a60fcf6990bf290dbee231e9256 Author: Thibaut Cuvelier Date: Thu Nov 5 00:02:59 2020 +0100 DocBook: don't consider bridgeheads for abstracts. --- autotests/export/docbook/LFUNs.lyx | 129 autotests/export/docbook/LFUNs.xml | 12 + autotests/export/docbook

[LyX/master] DocBook: missing inverted tests.

2020-11-04 Thread Thibaut Cuvelier
commit e36b661efe7ee9e564394263782aa93388b1f121 Author: Thibaut Cuvelier Date: Wed Nov 4 22:36:27 2020 +0100 DocBook: missing inverted tests. --- development/autotests/invertedTests |9 - 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/development/autotests

[LyX/master] DocBook: implement AMS articles.

2020-11-04 Thread Thibaut Cuvelier
commit 0ba926a3ce3939e2bd4f6a9e47515b9bb16afd95 Author: Thibaut Cuvelier Date: Wed Nov 4 22:43:05 2020 +0100 DocBook: implement AMS articles. --- development/autotests/invertedTests |4 ++-- lib/layouts/amsart.layout |1 + lib/layouts/amsdefs.inc |4

[LyX/master] DocBook: basic implementation of recipe book.

2020-11-04 Thread Thibaut Cuvelier
commit 6b3e6a62483717f8de5f7db16eefed599d48756a Author: Thibaut Cuvelier Date: Wed Nov 4 18:50:45 2020 +0100 DocBook: basic implementation of recipe book. --- lib/layouts/recipebook.layout |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/lib/layouts

[LyX/master] DocBook: implement AMS book.

2020-11-04 Thread Thibaut Cuvelier
commit a42c5e38800d747be8db1b508e94043a78ac8719 Author: Thibaut Cuvelier Date: Wed Nov 4 22:29:02 2020 +0100 DocBook: implement AMS book. --- development/autotests/invertedTests | 12 +-- lib/layouts/amsbook.layout |3 ++ lib/layouts/amsdefs.inc | 56

[LyX/master] DocBook: ignore other KOMA-Script letters.

2020-11-04 Thread Thibaut Cuvelier
commit 0a9150b3757182df02b492315d012e1b3bb4d780 Author: Thibaut Cuvelier Date: Wed Nov 4 17:31:22 2020 +0100 DocBook: ignore other KOMA-Script letters. --- development/autotests/invertedTests |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/development/autotests

[LyX/master] DocBook: implement Braille.

2020-11-03 Thread Thibaut Cuvelier
commit 9060509d52df0845a451c96549bf1ac7714aadc8 Author: Thibaut Cuvelier Date: Wed Nov 4 05:06:56 2020 +0100 DocBook: implement Braille. Basically, nothing to do: the conversion must be performed by the DocBook-processing agent (which is not a standard feature). --- lib/layouts

[LyX/master] Merge tests in invertedTests, proposed by Kornel

2020-11-02 Thread Thibaut Cuvelier
commit d8d64bd4068bff8c42cbadae294d6a0b74f42195 Author: Thibaut Cuvelier Date: Mon Nov 2 15:39:25 2020 +0100 Merge tests in invertedTests, proposed by Kornel This should improve performance when building LyX. --- development/autotests/invertedTests | 36

[LyX/master] DocBook: more tests to be ignored.

2020-11-01 Thread Thibaut Cuvelier
commit 3808787c80f8994b32f7f7b1eb3cd37100ae2822 Author: Thibaut Cuvelier Date: Mon Nov 2 03:11:28 2020 +0100 DocBook: more tests to be ignored. --- development/autotests/invertedTests |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/development/autotests

[LyX/master] DocBook: implement DIN-Brief.

2020-11-01 Thread Thibaut Cuvelier
commit d9d5bb93246006f4048d6f5aa421b2b797cbbf25 Author: Thibaut Cuvelier Date: Mon Nov 2 03:03:24 2020 +0100 DocBook: implement DIN-Brief. --- development/autotests/invertedTests |2 + lib/layouts/dinbrief.layout | 78 ++- 2 files changed, 78

[LyX/master] DocBook: ignore obsolete document layouts, at least for now.

2020-11-01 Thread Thibaut Cuvelier
commit d1a732f696c341e64f718f02d10ad7ff3da87df6 Author: Thibaut Cuvelier Date: Mon Nov 2 02:22:48 2020 +0100 DocBook: ignore obsolete document layouts, at least for now. --- development/autotests/invertedTests |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git

[LyX/master] DocBook: implement svmult.

2020-11-01 Thread Thibaut Cuvelier
commit ebfdac4fa3c8b6eafab478cead48fc2667b9d2d3 Author: Thibaut Cuvelier Date: Mon Nov 2 03:44:51 2020 +0100 DocBook: implement svmult. More generally, ensures that paragraphs in abstracts do not have something else configured. A major problem in making the layout more

[LyX/master] DocBook: write correctly the lists of tests that are expected to fail, with the language instead of .*.

2020-11-01 Thread Thibaut Cuvelier
commit 4f4ac2b5e44105d9b4808cdafc8bb82c160a861a Author: Thibaut Cuvelier Date: Mon Nov 2 01:51:25 2020 +0100 DocBook: write correctly the lists of tests that are expected to fail, with the language instead of .*. --- development/autotests/invertedTests | 11 +-- 1 files changed

[LyX/master] DocBook: implement other letter classes (frletter, standard letter, KOMA-Script).

2020-10-31 Thread Thibaut Cuvelier
commit 4ea841fe24ec0f171577b3125425b74afdd0f28a Author: Thibaut Cuvelier Date: Sun Nov 1 03:58:25 2020 +0100 DocBook: implement other letter classes (frletter, standard letter, KOMA-Script). I gave up on G-Brief, it's too far from the other classes. --- development/autotests

[LyX/master] DocBook: implement French letter.

2020-10-31 Thread Thibaut Cuvelier
commit 78e1297e8204c2f56f2024ebde1b0fabc9769b0f Author: Thibaut Cuvelier Date: Sun Nov 1 03:03:38 2020 +0100 DocBook: implement French letter. --- development/autotests/invertedTests |2 + lib/layouts/lettre.layout | 72 +-- lib/layouts

[LyX/master] DocBook: implement Hollywood layout.

2020-10-31 Thread Thibaut Cuvelier
commit d8e097686a8eae8f43b0f396b3ef9736911a94c8 Author: Thibaut Cuvelier Date: Sun Nov 1 02:51:49 2020 +0100 DocBook: implement Hollywood layout. --- development/autotests/invertedTests |3 +++ lib/layouts/hollywood.layout| 15 +++ 2 files changed, 18 insertions

[LyX/master] DocBook: mark more presentations as expected failures.

2020-10-31 Thread Thibaut Cuvelier
commit 225cf7e3d409686bf10dd280ec0387d28c9baa1b Author: Thibaut Cuvelier Date: Sun Nov 1 02:52:42 2020 +0100 DocBook: mark more presentations as expected failures. --- development/autotests/invertedTests |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/development

Re: 2.4.0 testing on windows 10

2020-10-31 Thread Thibaut Cuvelier
On Sat, 31 Oct 2020 at 10:07, Andrew Parsloe wrote: > I've installed 2.4.0 testing on a windows 10 machine. > > 1. when launching LyX the command window remains open. > > 2. the first preview encountered (e.g. math inset with preview On) > generates this message twice in the command window: > >

Re: Spellchecking dictionaries in LyX 2.4 installer

2020-10-30 Thread Thibaut Cuvelier
On Fri, 30 Oct 2020 at 21:31, Yu Jin wrote: > Am Fr., 30. Okt. 2020 um 21:24 Uhr schrieb Stephan Witt : > >> Am 30.10.2020 um 19:48 schrieb Yu Jin : >> > >> > Am Fr., 30. Okt. 2020 um 19:29 Uhr schrieb Pavel Sanda : >> > On Fri, Oct 30, 2020 at 07:19:06PM +0100, Yu Jin wrote: >> > > Actually I

[LyX/master] DocBook: support for tags in inner sections.

2020-10-29 Thread Thibaut Cuvelier
commit 661c5d256b74b2ca9fa9501a2a6f2e2ef7b6b099 Author: Thibaut Cuvelier Date: Mon Oct 26 03:55:25 2020 +0100 DocBook: support for tags in inner sections. Previously, this code only worked correctly for the root tag. --- autotests/export/docbook/svmono_light.xml | 11

[LyX/master] DocBook: add DocBookSection parameter for styles that define new sections and implement argument parameters; improve Springer support.

2020-10-29 Thread Thibaut Cuvelier
commit 149e1ccc02368f3c7089bd2742b2bd28990904d8 Author: Thibaut Cuvelier Date: Wed Oct 21 14:54:25 2020 +0200 DocBook: add DocBookSection parameter for styles that define new sections and implement argument parameters; improve Springer support. For elements that should behave

[LyX/master] DocBook: implement algorithm floats.

2020-10-29 Thread Thibaut Cuvelier
commit 4405f0164a7a2596f76f6c3c8462b4be1cca910a Author: Thibaut Cuvelier Date: Sun Oct 25 15:38:08 2020 +0100 DocBook: implement algorithm floats. Now that https://github.com/docbook/docbook/pull/185 has been merged into DocBook 5.2. --- src/Floating.cpp | 25

[LyX/master] DocBook: ensure to have paragraphs in .

2020-10-29 Thread Thibaut Cuvelier
commit 6843bc5a3825800d45e613d8490b96022e44fccc Author: Thibaut Cuvelier Date: Mon Oct 26 05:03:22 2020 +0100 DocBook: ensure to have paragraphs in . --- autotests/export/docbook/boxes_para.lyx | 196 +++ autotests/export/docbook/boxes_para.xml | 17 +++ src

[LyX/master] DocBook: use the same normalisation for biblio IDs and their references.

2020-10-29 Thread Thibaut Cuvelier
commit df0ea858eda69bfaae0be4c09374f5105a93a76b Author: Thibaut Cuvelier Date: Tue Oct 27 00:49:26 2020 +0100 DocBook: use the same normalisation for biblio IDs and their references. --- development/autotests/invertedTests |5 - src/output_docbook.cpp |3 ++- 2

[LyX/master] DocBook: update test suite.

2020-10-29 Thread Thibaut Cuvelier
commit 2e8bffa3c5d777a1aa5ab577f4472b50d3c2e773 Author: Thibaut Cuvelier Date: Mon Oct 26 04:13:32 2020 +0100 DocBook: update test suite. Still an unexplained failure: for basic, in the test suite, the .bib file is not found; with the GUI, it is found. --- autotests/export

[LyX/master] DocBook: generate chapter metadata in , for Springer mono.

2020-10-29 Thread Thibaut Cuvelier
commit f2b7f8a089a8117904ccfc6c41074b6938b224bd Author: Thibaut Cuvelier Date: Thu Oct 22 06:28:46 2020 +0200 DocBook: generate chapter metadata in , for Springer mono. --- autotests/export/docbook/svmono_light.lyx | 45 +++--- autotests/export/docbook/svmono_light.xml | 25

[LyX/master] DocBook: more robust list implementation.

2020-10-29 Thread Thibaut Cuvelier
commit da6e999fc6ea76143bdffcf3170407c786dcd3dd Author: Thibaut Cuvelier Date: Mon Oct 26 05:11:59 2020 +0100 DocBook: more robust list implementation. --- src/output_docbook.cpp |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/output_docbook.cpp b/src

[LyX/master] DocBook: fix an issue where parts of list in abstract were duplicated.

2020-10-29 Thread Thibaut Cuvelier
commit 30572880baebd4022c7d5e5b7fed89042ebb501f Author: Thibaut Cuvelier Date: Mon Oct 26 04:19:11 2020 +0100 DocBook: fix an issue where parts of list in abstract were duplicated. Excerpt from export/latex/lyxbugs-resolved/9633-languagenesting_enumerate_and_lyxcode

[LyX/master] DocBook: don't consider sectioning items that shouldn't be in TOC for anything section-related.

2020-10-29 Thread Thibaut Cuvelier
commit b816cb0f3c68a4ab361f964e7e2528a58ef94b8d Author: Thibaut Cuvelier Date: Thu Oct 22 05:24:55 2020 +0200 DocBook: don't consider sectioning items that shouldn't be in TOC for anything section-related. --- src/output_docbook.cpp |6 +- 1 files changed, 5 insertions(+), 1

Re: make install fails as it tries to write in /tmp

2020-10-28 Thread Thibaut Appel
the sender. If you trust the sender, add them to your safe senders list https://spam.ic.ac.uk/SpamConsole/Senders.aspx to disable email stamping for this address. *** On Wed, Oct 28, 2020 at 04:33:12PM +0100, Thibaut Appel wrote: install libcrypto.so.1.1 -> /rds/general/user/h

Re: make install fails as it tries to write in /tmp

2020-10-28 Thread Thibaut Appel
er/ta3616/home/.linuxbrew/Cellar/openssl@1.1/1.1.1h Perl information:     /usr/bin/perl     5.16.3 for x86_64-linux-thread-multi It seems https://github.com/openssl/openssl/issues/6641 was about the same issue. I found out that my Text::Template is 1.45. Maybe that's the problem Thibaut On 2

Re: make install fails as it tries to write in /tmp

2020-10-28 Thread Thibaut Appel
, subversion 3 (v5.16.3) built for x86_64-linux-thread-multi I did try to change the hard-coded '/tmp' occurences in unix-Makefile.tmpl to the said folder, and it gave me something like: ar: /my/dir/lib/libcrypto.so: file format not recognized Is there anything else I can try? Thibaut On 28/10

make install fails as it tries to write in /tmp

2020-10-28 Thread Thibaut Appel
* [install_dev] Error 1 Is there something I'm missing? How can this be circumvented? Thanks, Thibaut

[LyX/master] DocBook: Springer, complete test case without inclusion.

2020-10-19 Thread Thibaut Cuvelier
commit af26f7a238386fa50f269f0b72d7f31b5fcd8d9d Author: Thibaut Cuvelier Date: Mon Oct 19 16:05:58 2020 +0200 DocBook: Springer, complete test case without inclusion. This only ought to test the layout, not the inclusion mechanisms used in the template. autotests/export/docbook

[LyX/master] DocBook: Springer, more features implemented.

2020-10-19 Thread Thibaut Cuvelier
commit 957ac2f0c62c2bd1ea957a71d1a011575279bdbf Author: Thibaut Cuvelier Date: Mon Oct 19 15:53:45 2020 +0200 DocBook: Springer, more features implemented. --- lib/layouts/svcommon.inc | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/lib/layouts

[LyX/master] DocBook: fix file inclusion.

2020-10-19 Thread Thibaut Cuvelier
commit d1b9af3b1dede776f92910378f538f881a68d28e Author: Thibaut Cuvelier Date: Sun Oct 18 09:05:49 2020 +0200 DocBook: fix file inclusion. Previously, nothing was output. Special care was needed for when new paragraphs should be open (this work is probably not finished yet

Re: [PATCH] generic: platform/mikrotik: implement multi caldata

2020-10-19 Thread Thibaut
> Le 8 oct. 2020 à 11:11, Thibaut a écrit : > > Hi, > >> On 7 Oct 2020, at 22:41, Alexander 'lynxis' Couzens wrote: >> >> On Fri, 25 Sep 2020 21:09:26 +0200 >> Thibaut wrote: >> >>> Ping? >> >> LGTM. >> >&g

[LyX/master] DocBook: implement svjour (still partial).

2020-10-18 Thread Thibaut Cuvelier
commit c896bf19c963c3df1dea430f1486f2d85039abb4 Author: Thibaut Cuvelier Date: Sun Oct 18 09:00:01 2020 +0200 DocBook: implement svjour (still partial). --- lib/layouts/paper.layout |1 + lib/layouts/scrclass.inc |9 + lib/layouts/svcommon.inc | 42

[LyX/master] DocBook: dummy documents from the docs are not complete.

2020-10-18 Thread Thibaut Cuvelier
commit f3c22f3b95690e7c4e3488a226796d36b6dc3293 Author: Thibaut Cuvelier Date: Sat Oct 17 06:09:43 2020 +0200 DocBook: dummy documents from the docs are not complete. --- development/autotests/invertedTests |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git

[LyX/master] DocBook: output inline equations in their own paragraph if they are the only inset of the paragraph.

2020-10-18 Thread Thibaut Cuvelier
commit 739735ab73e46d8f7c64b8f78ce7265a711b8468 Author: Thibaut Cuvelier Date: Sun Oct 18 08:15:54 2020 +0200 DocBook: output inline equations in their own paragraph if they are the only inset of the paragraph. It's invalid to have an outside a paragraph. Another solution would

[LyX/master] DocBook: generalise detection of "special cases" to check all insets of a paragraph.

2020-10-18 Thread Thibaut Cuvelier
commit 7be70263867587938698db2ab3ed3ff1a4547f58 Author: Thibaut Cuvelier Date: Sun Oct 18 08:22:40 2020 +0200 DocBook: generalise detection of "special cases" to check all insets of a paragraph. This will catch cases where there are multiple listings in a single

[LyX/master] DocBook: disable an inverted test for a LyX bug.

2020-10-18 Thread Thibaut Cuvelier
commit 3a452a240b8d8668633158b03da85bbb8cd99db5 Author: Thibaut Cuvelier Date: Sun Oct 18 07:59:54 2020 +0200 DocBook: disable an inverted test for a LyX bug. --- development/autotests/invertedTests | 29 +++-- 1 files changed, 15 insertions(+), 14 deletions

[LyX/master] Typo in CMakeLists

2020-10-16 Thread Thibaut Cuvelier
commit 0adc234a222426917041e897920c242c2650f941 Author: Thibaut Cuvelier Date: Sat Oct 17 05:43:12 2020 +0200 Typo in CMakeLists --- sourcedoc/CMakeLists.txt |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sourcedoc/CMakeLists.txt b/sourcedoc/CMakeLists.txt index

[LyX/master] DocBook: move tests to inverted instead of ignored.

2020-10-16 Thread Thibaut Cuvelier
commit 31ad4d6e2180585f3f968de9fa5048e9fd2c5864 Author: Thibaut Cuvelier Date: Sat Oct 17 05:55:05 2020 +0200 DocBook: move tests to inverted instead of ignored. LyX should still avoid crashing on those, and if they start to pass, then something is wrong (most likely, a very

[LyX/master] DocBook: implement APA.

2020-10-16 Thread Thibaut Cuvelier
commit d5319e1689f8a203bb8ccfd77a9dc693cddffb44 Author: Thibaut Cuvelier Date: Fri Oct 16 19:12:37 2020 +0200 DocBook: implement APA. --- lib/layouts/apa.layout | 27 ++- lib/layouts/apax.inc | 31 ++- lib/layouts/stdtitle.inc

[LyX/master] DocBook: mark test as not working.

2020-10-16 Thread Thibaut Cuvelier
commit 3100ab0c7d91b4861f8dcb574af8a8b516ff4845 Author: Thibaut Cuvelier Date: Fri Oct 16 18:59:23 2020 +0200 DocBook: mark test as not working. --- development/autotests/ignoredTests |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/development/autotests

[LyX/master] DocBook: make report output a book.

2020-10-16 Thread Thibaut Cuvelier
commit d721f5c6bd3dbda1810301918fdca0fb1d921377 Author: Thibaut Cuvelier Date: Fri Oct 16 18:40:07 2020 +0200 DocBook: make report output a book. Reports are allowed to have chapters, which implies that this must be a DocBook book. --- lib/layouts/book.layout | 10

[LyX/master] DocBook: fix an assertion/crash.

2020-10-16 Thread Thibaut Cuvelier
commit 0ba9b7c0c87b3ef08deadc50a48ec01ac8e70bd3 Author: Thibaut Cuvelier Date: Fri Oct 16 17:02:06 2020 +0200 DocBook: fix an assertion/crash. --- src/output_docbook.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/output_docbook.cpp b/src

[LyX/master] DocBook: MissingEndLayoutBetweenTables can't pass.

2020-10-15 Thread Thibaut Cuvelier
commit 700557783d997645442bd83e72a4492ddf5f5cae Author: Thibaut Cuvelier Date: Fri Oct 16 04:30:05 2020 +0200 DocBook: MissingEndLayoutBetweenTables can't pass. --- development/autotests/ignoredTests | 12 +++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git

[LyX/master] Amend 82ea3d6

2020-10-15 Thread Thibaut Cuvelier
commit 170866986c64e17d6913d346ba5bdbe07529e349 Author: Thibaut Cuvelier Date: Fri Oct 16 04:29:50 2020 +0200 Amend 82ea3d6 Test was done on the wrong data structure: the title is almost the only element ending up in shouldBeInInfo, it is never inmustBeInInfo. --- src

[LyX/master] Fix filterXml4Sax.pl to work under Windows

2020-10-13 Thread Thibaut Cuvelier
commit 0790754ec2f4fd87d03e4a2ba35a7b3d1ef1fc5a Author: Thibaut Cuvelier Date: Tue Oct 13 03:20:24 2020 +0200 Fix filterXml4Sax.pl to work under Windows --- development/autotests/filterXml4Sax.pl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/development

[petsc-users] About MAT_NEW_NONZERO_LOCATION[]

2020-10-13 Thread Thibaut Appel
the data structures still be reused in later matrix assemblies? Or does it rather make sense to use conjointly:     CALL MatSetOption(MatA,MAT_NEW_NONZERO_LOCATION_ERR,PETSC_TRUE,ierr)     CALL MatSetOption(MatA,MAT_NEW_NONZERO_LOCATIONS,PETSC_FALSE,ierr) Thank you, Thibaut

Re: support/filetools.cpp: why the double colon in the warning message when binary invocation fails?

2020-10-12 Thread Thibaut Cuvelier
On Tue, 13 Oct 2020 at 00:11, Richard Kimberly Heck wrote: > On 10/12/20 5:33 PM, Thibaut Cuvelier wrote: > > Dear list, > > When running LyX on Windows, it first tries to use py -3 and py -2 to > determine the version of the available version of Python. However, on

[LyX/master] Fix typos in filetools.cpp.

2020-10-12 Thread Thibaut Cuvelier
commit 769578eac6743b3f4ad57c5a50f1e1fac533d4b7 Author: Thibaut Cuvelier Date: Tue Oct 13 00:33:05 2020 +0200 Fix typos in filetools.cpp. --- src/support/filetools.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/support/filetools.cpp b/src/support

support/filetools.cpp: why the double colon in the warning message when binary invocation fails?

2020-10-12 Thread Thibaut Cuvelier
Dear list, When running LyX on Windows, it first tries to use py -3 and py -2 to determine the version of the available version of Python. However, on my machine, none of these is available, so that I get warning messages: D:\LyX\lyx-unstable\cmake-build-debug\bin\LyX.exe RunCommand:: could not

[LyX/master] DocBook: documents must have a title.

2020-10-12 Thread Thibaut Cuvelier
commit 82ea3d67ecdfcbae703109e9aab980f008fd76fe Author: Thibaut Cuvelier Date: Mon Oct 12 19:26:37 2020 +0200 DocBook: documents must have a title. --- src/output_docbook.cpp |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/output_docbook.cpp b/src

[LyX/master] Fix compilation on Visual C++.

2020-10-12 Thread Thibaut Cuvelier
commit 92b9c82deac647bfba853d3402082e151da566ec Author: Thibaut Cuvelier Date: Mon Oct 12 19:21:58 2020 +0200 Fix compilation on Visual C++. Without this patch, there would be errors like these (warnings turned into errors): D:\LyX\lyx-unstable\src\frontends\qt

[LyX/master] Amend 667c0647a564a18360f40299a2a1ddc0da0d2043

2020-10-10 Thread Thibaut Cuvelier
commit 4de89acbf41a30d14280fe6dc6f8f9c106a22d1f Author: Thibaut Cuvelier Date: Sat Oct 10 22:18:16 2020 +0200 Amend 667c0647a564a18360f40299a2a1ddc0da0d2043 Consistent indentation, use of the latest schema everywhere, typo. --- development/autotests/export.cmake | 20

Re: [PATCH] generic: platform/mikrotik: implement multi caldata

2020-10-08 Thread Thibaut
Hi, > On 7 Oct 2020, at 22:41, Alexander 'lynxis' Couzens wrote: > > On Fri, 25 Sep 2020 21:09:26 +0200 > Thibaut wrote: > >> Ping? > > LGTM. > > What's in the "$wdata/data_0" file? Is it the BDF? My understanding is (disclaimer: I don’t own

[LyX/master] DocBook: add DocBookInnerTag and family.

2020-10-06 Thread Thibaut Cuvelier
commit 0bd2978ac99d894ea876d38336192246537a0594 Author: Thibaut Cuvelier Date: Wed Oct 7 06:05:22 2020 +0200 DocBook: add DocBookInnerTag and family. This allows old DocBook documents to be valid when output. --- autotests/export/docbook/olddb_article.xml |2 +- autotests

[LyX/master] DocBook: update test cases.

2020-10-06 Thread Thibaut Cuvelier
commit 1a86e2684198f67247364aba7285b18315e1b119 Author: Thibaut Cuvelier Date: Wed Oct 7 05:03:24 2020 +0200 DocBook: update test cases. --- autotests/export/docbook/Linguistics.xml | 16 ++-- autotests/export/docbook/basic.xml | 87

[LyX/master] DocBook: restore the old DocBook support.

2020-10-06 Thread Thibaut Cuvelier
commit 1a054e45711f30dfdf197a4d2ead4b3365318208 Author: Thibaut Cuvelier Date: Wed Oct 7 05:33:56 2020 +0200 DocBook: restore the old DocBook support. --- autotests/export/docbook/olddb_article.lyx | 33 --- autotests/export/docbook/olddb_article.xml | 31 -- autotests

[LyX/master] Amend 249d899

2020-10-06 Thread Thibaut Cuvelier
commit 6a0e93f16218b6a752b3311b5ca54e34fd88558e Author: Thibaut Cuvelier Date: Wed Oct 7 04:43:31 2020 +0200 Amend 249d899 Non-ASCII characters make std::isspace crash, but not lyx::isSpace. --- src/Paragraph.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

[LyX/master] DocBook: clean output when fonts span over text that ends with a space

2020-10-05 Thread Thibaut Cuvelier
commit 249d899298f29c4564d30daf38e2d3682affe5a3 Author: Thibaut Cuvelier Date: Mon Oct 5 16:22:58 2020 +0200 DocBook: clean output when fonts span over text that ends with a space --- src/Paragraph.cpp | 24 ++-- 1 files changed, 22 insertions(+), 2 deletions

Provide an alpha build of LyX 2.4 to ease testing?

2020-10-04 Thread Thibaut Cuvelier
this discussion, I suppose it is now time to make such a release, if Jean-Marc has time to do it. All the best, Thibaut -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

<    4   5   6   7   8   9   10   11   12   13   >