[LyX/master] DocBook: add the new script as DocBook copier.

2021-09-26 Thread Thibaut Cuvelier
commit 57e0b860cb0f68b9cc1dd633be4bb8b4e9328a3b Author: Thibaut Cuvelier Date: Sun Sep 26 19:10:13 2021 +0200 DocBook: add the new script as DocBook copier. --- lib/configure.py| 17 ++--- lib/scripts/docbook_copy.py | 15 +++ 2 files changed, 25

[LyX/master] DocBook copy: add links to bug reports.

2021-09-26 Thread Thibaut Cuvelier
commit e9db9d36441ef892ea4540a108879e193984be24 Author: Thibaut Cuvelier Date: Mon Sep 27 01:46:01 2021 +0200 DocBook copy: add links to bug reports. --- lib/scripts/docbook_copy.py |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/lib/scripts/docbook_copy.py b

[LyX/master] DocBook: redirect LilyPond output to main LyX output to ease debugging.

2021-09-26 Thread Thibaut Cuvelier
commit 508badc78a9898210febbec6580768e316e53dc0 Author: Thibaut Cuvelier Date: Sun Sep 26 21:13:17 2021 +0200 DocBook: redirect LilyPond output to main LyX output to ease debugging. --- lib/scripts/docbook_copy.py | 53 +++--- 1 files changed, 29

[LyX/master] DocBook copy: large refactoring to improve readability.

2021-09-26 Thread Thibaut Cuvelier
commit a464915f581caa27af8041c6726c128f1f352d12 Author: Thibaut Cuvelier Date: Mon Sep 27 00:42:08 2021 +0200 DocBook copy: large refactoring to improve readability. --- autotests/export/docbook/ff/lily-3ed27d76.png | Bin 0 -> 1798 bytes lib/scripts/docbook_copy

[LyX/master] DocBook copy: don't error if the file was already copied.

2021-09-26 Thread Thibaut Cuvelier
commit 6d3be39587c83590d2d8e91b1fe93261593a2b25 Author: Thibaut Cuvelier Date: Mon Sep 27 01:15:16 2021 +0200 DocBook copy: don't error if the file was already copied. --- autotests/export/docbook/LilyPond_Book.xml | 14 -- lib/scripts/docbook_copy.py| 14

[LyX/master] DocBook: make LilyPond work more reliably.

2021-09-26 Thread Thibaut Cuvelier
commit e22f52e73120ef7a8c9d8427dbf1b741b2f03b71 Author: Thibaut Cuvelier Date: Mon Sep 27 00:39:10 2021 +0200 DocBook: make LilyPond work more reliably. --- lib/scripts/docbook_copy.py | 51 +++ 1 files changed, 32 insertions(+), 19 deletions

[LyX/master] DocBook: work around bug in LilyPond.

2021-09-26 Thread Thibaut Cuvelier
commit e983676f6c9b53c94c0c94c2805073a8fa6832c8 Author: Thibaut Cuvelier Date: Sun Sep 26 21:00:59 2021 +0200 DocBook: work around bug in LilyPond. https://lists.gnu.org/archive/html/bug-lilypond/2021-09/msg00039.html --- lib/scripts/docbook_copy.py | 60

[LyX/master] Typo.

2021-09-26 Thread Thibaut Cuvelier
commit b2c0604ad1078acaf410fa45e04922b6371f9332 Author: Thibaut Cuvelier Date: Sun Sep 26 17:25:28 2021 +0200 Typo. --- lib/scripts/tex_copy.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/scripts/tex_copy.py b/lib/scripts/tex_copy.py index bb0cc68

[LyX/master] DocBook: add script to start LilyPond on the generated file.

2021-09-26 Thread Thibaut Cuvelier
commit f0537d72ee12331cc2a0e6fdf05991228c861056 Author: Thibaut Cuvelier Date: Sun Sep 26 18:15:09 2021 +0200 DocBook: add script to start LilyPond on the generated file. Not yet used anywhere in the code for now (see next commit). --- lib/scripts/docbook_copy.py | 63

[LyX/master] Unused code.

2021-09-26 Thread Thibaut Cuvelier
commit 661fcb2628e8a81cc66786b9fd66e2fa0120308c Author: Thibaut Cuvelier Date: Sun Sep 26 17:27:41 2021 +0200 Unused code. --- lib/scripts/tex_copy.py |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/lib/scripts/tex_copy.py b/lib/scripts/tex_copy.py index 1ec9e92

[LyX/master] DocBook: missing multicol test.

2021-09-26 Thread Thibaut Cuvelier
commit 7c1d4fd3c41a7a99d3cb2eb90b1e7c1eb7e1456f Author: Thibaut Cuvelier Date: Sun Sep 26 19:10:22 2021 +0200 DocBook: missing multicol test. .../export/docbook/multicol_doc_ru_additional.lyx | 1507 .../export/docbook/multicol_doc_ru_additional.xml | 77 + 2

DocBook processor: unexpected reliance on working directory

2021-09-26 Thread Thibaut Cuvelier
quot; ("No such file or directory") (2))) It refers to transforming a .ly file in …lyxbin…/ff/, whereas lilypond-book was started on a file …lyxtmp…/lyx_tmpbuf0/ff/. I am not able to reproduce this bug consistently, though. Thibaut Cuvelier ___

DocBook files: LilyPond code remains in XML after processing

2021-09-26 Thread Thibaut Cuvelier
Dear list, For now, lilypond-book leaves the raw LilyPond book in the XML file after its processing. If this is the DocBook input http://docbook.org/ns/docbook; xmlns:xlink="http://www.w3.org/1999/xlink; xmlns:m=" http://www.w3.org/1998/Math/MathML; xmlns:xi=" http://www.w3.org/2001/XInclude;

DocBook files: tag attributes must use "

2021-09-26 Thread Thibaut Cuvelier
nd libxml2 modules in Python). A quick fix would be to add the possibility to have " or ' in https://github.com/lilypond/lilypond/blob/master/python/book_docbook.py#L40. Thibaut Cuvelier ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: [elixir-core:10461] Proposal: programmatic access to the exact Mix.install/2 installation folder

2021-09-25 Thread thibaut...@gmail.com
ir=../priv/static/assets), cd: Path.expand("assets", __DIR__), env: %{"NODE_PATH" => Path.expand(Application.app_dir(:phoenix, "../../../../deps"))} ) This is great, it gives full esbuild support within Mix.install/2, without the risks you described. Thanks fo

[elixir-core:10459] Proposal: programmatic access to the exact Mix.install/2 installation folder

2021-09-25 Thread thibaut...@gmail.com
think! -- Thibaut -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group. To unsubscribe from this group and stop receiving emails from it, send an email to elixir-lang-core+unsubscr...@googlegroups.com. To view this discussion on the web vi

Bug#994784: mpi4py breaks gyoto autopkgtest on i386: 1 process returned, a non-zero exit code

2021-09-25 Thread Thibaut Paumard
he bug and keep it opened. It would be great if the openmpi mainainers could have a look, but I guess they will need a me to provide a minimal example which will not be easy to provide, unless they experience the same symptoms in other situations. Regards, Thibaut.

Bug#994784: mpi4py breaks gyoto autopkgtest on i386: 1 process returned, a non-zero exit code

2021-09-25 Thread Thibaut Paumard
he bug and keep it opened. It would be great if the openmpi mainainers could have a look, but I guess they will need a me to provide a minimal example which will not be easy to provide, unless they experience the same symptoms in other situations. Regards, Thibaut.

Bug#994784: mpi4py breaks gyoto autopkgtest on i386: 1 process returned, a non-zero exit code

2021-09-24 Thread Thibaut Paumard
of openmpi. And it still depends on the environment: I don't get the failure if I let autopkgtest run the test in my chroot, but I get it if I run the same commands manually in the same chroot. Best regards, Thibaut.

Bug#994784: mpi4py breaks gyoto autopkgtest on i386: 1 process returned, a non-zero exit code

2021-09-24 Thread Thibaut Paumard
of openmpi. And it still depends on the environment: I don't get the failure if I let autopkgtest run the test in my chroot, but I get it if I run the same commands manually in the same chroot. Best regards, Thibaut.

Re: Compile warnings with docbook

2021-09-24 Thread Thibaut Cuvelier
On Fri, 24 Sept 2021 at 10:07, Kornel Benko wrote: > Am Fri, 24 Sep 2021 09:34:36 +0200 > schrieb Thibaut Cuvelier : > > > On Fri, 24 Sept 2021 at 09:23, Kornel Benko wrote: > > > > > Am Fri, 24 Sep 2021 01:23:50 +0200 > > > schrieb Thi

Re: Compile warnings with docbook

2021-09-24 Thread Thibaut Cuvelier
On Fri, 24 Sept 2021 at 09:23, Kornel Benko wrote: > Am Fri, 24 Sep 2021 01:23:50 +0200 > schrieb Thibaut Cuvelier : > > > Hi Kornel, > > > > Thanks for pointing these out, they didn't show on my side. I could quite > > easily fix the one about the unused

Re: Compile warnings with docbook

2021-09-23 Thread Thibaut Cuvelier
Hi Kornel, Thanks for pointing these out, they didn't show on my side. I could quite easily fix the one about the unused argument in the constructor (it's already pushed: dca39815), but I don't know what to do for the others. Maybe the attached patch solves the rest of the warnings? On Fri, 24

[LyX/master] DocBook: add a LilyPond test.

2021-09-23 Thread Thibaut Cuvelier
commit e53af9e67749cd20db1035560c6f7a6abe7232b3 Author: Thibaut Cuvelier Date: Fri Sep 24 00:43:32 2021 +0200 DocBook: add a LilyPond test. --- autotests/export/docbook/LilyPond_Book.lyx | 154 autotests/export/docbook/LilyPond_Book.xml | 13 +++ 2 files

[LyX/master] Fix a few warnings in Floating.

2021-09-23 Thread Thibaut Cuvelier
commit dca39815d3e3e753e310ed53fe6007fb41f7a32b Author: Thibaut Cuvelier Date: Fri Sep 24 01:19:28 2021 +0200 Fix a few warnings in Floating. --- src/Floating.cpp |4 src/Floating.h |2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/Floating.cpp b/src

[LyX/master] Amend 4fd6edf3

2021-09-23 Thread Thibaut Cuvelier
commit db3efe45490a2cf4f90af075bd6da232c6ebea1e Author: Thibaut Cuvelier Date: Thu Sep 23 23:40:21 2021 +0200 Amend 4fd6edf3 Escape paths in the generated RC file. --- lib/configure.py |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/configure.py b/lib

Bug#994784: mpi4py breaks gyoto autopkgtest on i386: 1 process returned, a non-zero exit code

2021-09-23 Thread Thibaut Paumard
occurs with the unstable openmpi in testing (and only on i386, as far a I can tell). Still investigating. Regards, Thibaut. smime.p7s Description: Signature cryptographique S/MIME

Bug#994784: mpi4py breaks gyoto autopkgtest on i386: 1 process returned, a non-zero exit code

2021-09-23 Thread Thibaut Paumard
occurs with the unstable openmpi in testing (and only on i386, as far a I can tell). Still investigating. Regards, Thibaut. smime.p7s Description: Signature cryptographique S/MIME

Bug#994784: mpi4py breaks gyoto autopkgtest on i386: 1 process returned, a non-zero exit code

2021-09-23 Thread Thibaut Paumard
a couple of minutes on my laptop). Anyway, there's not much more I can do, except skip this test. I'm reassigning to openmpi because, on the debci infrastructure, the same failure occurs with openmpi/unstable also with mpi4py/testing. Advice welcome. Regards, Thibaut. smime.p7s Description

Bug#994784: mpi4py breaks gyoto autopkgtest on i386: 1 process returned, a non-zero exit code

2021-09-23 Thread Thibaut Paumard
a couple of minutes on my laptop). Anyway, there's not much more I can do, except skip this test. I'm reassigning to openmpi because, on the debci infrastructure, the same failure occurs with openmpi/unstable also with mpi4py/testing. Advice welcome. Regards, Thibaut. smime.p7s Description

Bug#994784: mpi4py breaks gyoto autopkgtest on i386: 1 process returned, a non-zero exit code

2021-09-23 Thread Thibaut Paumard
a couple of minutes on my laptop). Anyway, there's not much more I can do, except skip this test. I'm reassigning to openmpi because, on the debci infrastructure, the same failure occurs with openmpi/unstable also with mpi4py/testing. Advice welcome. Regards, Thibaut. smime.p7s Description

[LyX/master] Find LilyPond on Windows too.

2021-09-22 Thread Thibaut Cuvelier
commit 4fd6edf330a5aa160d9c25562278dc43c6e102da Author: Thibaut Cuvelier Date: Thu Sep 23 02:59:39 2021 +0200 Find LilyPond on Windows too. The main problem is that, while lilypond.exe exists, there is not lilypond-book.exe: the previous calls always failed, even though the file

Re: LilyPond to ePub: how to run LilyPond on the DocBook output?

2021-09-21 Thread Thibaut Cuvelier
On Tue, 21 Sept 2021 at 13:13, Pavel Sanda wrote: > On Tue, Sep 21, 2021 at 01:37:02AM +0200, Thibaut Cuvelier wrote: > > How can we achieve this? I did not see anything related to calling > LilyPond > > on the existing LaTeX files either, so I can't copy this??

Bug#978831: patch gyoto for autoconf 2.70

2021-09-21 Thread Thibaut Paumard
Thanks for the patch Étienne, very appreciated! OpenPGP_signature Description: OpenPGP digital signature

Bug#978831: patch gyoto for autoconf 2.70

2021-09-21 Thread Thibaut Paumard
Thanks for the patch Étienne, very appreciated! OpenPGP_signature Description: OpenPGP digital signature

LilyPond to ePub: how to run LilyPond on the DocBook output?

2021-09-20 Thread Thibaut Cuvelier
files either, so I can't copy this… Any help would be appreciated! All the best, Thibaut -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

[LyX/master] DocBook: start implementing LilyPond.

2021-09-20 Thread Thibaut Cuvelier
commit 14ed5b205021f57140dcfb603c4869edc352b60a Author: Thibaut Cuvelier Date: Mon Sep 20 03:19:20 2021 +0200 DocBook: start implementing LilyPond. All the changes that can be achieved without C++ code changes. --- lib/examples/Modules/LilyPond_Book.lyx | 10 +++--- lib

[LyX/master] DocBook: add inner tags for layouts.

2021-09-20 Thread Thibaut Cuvelier
commit ffa1b1dcc7f526247ef3fa2f7a3a49dd8605d53f Author: Thibaut Cuvelier Date: Tue Sep 21 01:21:13 2021 +0200 DocBook: add inner tags for layouts. This makes it possible to implement LilyPond as prescribed in https://lilypond.org/doc/v2.22/Documentation/usage/docbook. --- lib

[LyX/master] XML: add a check for a typical case in the xml name space.

2021-09-20 Thread Thibaut Cuvelier
commit 7ee23ca885e80ad014c00999584b239d703de2e4 Author: Thibaut Cuvelier Date: Tue Sep 21 01:18:10 2021 +0200 XML: add a check for a typical case in the xml name space. IGNORE is a typical placeholder for tags that should not be output, along with NONE. At some point, we should

[LyX/master] DocBook: add more flexibility for floats.

2021-09-19 Thread Thibaut Cuvelier
commit 8b6e3d374996cc124a9830c71bc2bb744097a7a2 Author: Thibaut Cuvelier Date: Mon Sep 20 00:06:20 2021 +0200 DocBook: add more flexibility for floats. Intended to fix #12371. --- lib/scripts/layout2layout.py |7 ++- src/Floating.cpp | 96

[LyX/master] Kill warning for uncovered code path.

2021-09-19 Thread Thibaut Cuvelier
commit bde9b7afa0f3dad4a92cce2fbe61ef1381cf195a Author: Thibaut Cuvelier Date: Sun Sep 19 20:10:51 2021 +0200 Kill warning for uncovered code path. --- src/TextClass.cpp |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/TextClass.cpp b/src/TextClass.cpp index

Re: \frametitle macro is not automatically indented in frame environment in beamer

2021-08-25 Thread Thibaut Verron
On 25/08/2021 16:52, Arash Esbati wrote: Kourosh Kalayeh writes: On 25 Aug 2021, at 10:27, Thibaut Verron wrote: Oh I'm very sorry, I read "insert" instead of "indent". What is the value of the variable auto-fill-function in your buffer? I ran `C-h v` with

Re: \frametitle macro is not automatically indented in frame environment in beamer

2021-08-25 Thread Thibaut Verron
ragraph command." should work (untested). Best wishes, Thibaut

Re: \frametitle macro is not automatically indented in frame environment in beamer

2021-08-25 Thread Thibaut Verron
On 25/08/2021 16:11, Kourosh Kalayeh wrote: On 25 Aug 2021, at 10:06, Thibaut Verron wrote: On 25/08/2021 16:00, Kourosh Kalayeh wrote: Hi all, After most recent update of AUCTeX, I have noticed something has changed in entering “frame” environment in beamer using |C-c C-e

Re: \frametitle macro is not automatically indented in frame environment in beamer

2021-08-25 Thread Thibaut Verron
achieve this. I am running AUCTeX 13.0.13 in Emacs 27.2 on MacOS. Thanks, Kourosh Hi, Can you try to reload auctex with C-c C-n (or, after saving, M-x revert-buffer, or close and reopen the file) to make sure that the beamer style file is loaded? Best wishes, Thibaut

Re: [Desktop-packages] [Bug 1918458] Re: [Swift SF515-51T, Realtek ALC256, Grey Speaker, Internal] Playback problem, no sound from speakers, headphones ok

2021-07-09 Thread Thibaut Soubrié
Hello Hui Wang, Just ran these commands, still no sound out of the speakers on my side. Best Regards, Thibaut Soubrié Le ven. 9 juil. 2021 à 09:25, Hui Wang <1918...@bugs.launchpad.net> a écrit : > Please test this command: > > sudo hda-verb /dev/snd/hwC0D0 0x20 SET_COEF_INDEX

Re: [Touch-packages] [Bug 1918458] Re: [Swift SF515-51T, Realtek ALC256, Grey Speaker, Internal] Playback problem, no sound from speakers, headphones ok

2021-07-09 Thread Thibaut Soubrié
Hello Hui Wang, Just ran these commands, still no sound out of the speakers on my side. Best Regards, Thibaut Soubrié Le ven. 9 juil. 2021 à 09:25, Hui Wang <1918...@bugs.launchpad.net> a écrit : > Please test this command: > > sudo hda-verb /dev/snd/hwC0D0 0x20 SET_COEF_INDEX

Re: [Bug 1918458] Re: [Swift SF515-51T, Realtek ALC256, Grey Speaker, Internal] Playback problem, no sound from speakers, headphones ok

2021-07-09 Thread Thibaut Soubrié
Hello Hui Wang, Just ran these commands, still no sound out of the speakers on my side. Best Regards, Thibaut Soubrié Le ven. 9 juil. 2021 à 09:25, Hui Wang <1918...@bugs.launchpad.net> a écrit : > Please test this command: > > sudo hda-verb /dev/snd/hwC0D0 0x20 SET_COEF_INDEX

[Desktop-packages] Fwd: [Bug 1918458] Re: [Swift SF515-51T, Realtek ALC256, Grey Speaker, Internal] Playback problem, no sound from speakers, headphones ok

2021-07-07 Thread Thibaut Soubrié
FYI -- Forwarded message - De : Alex Gould <1918...@bugs.launchpad.net> Date: mer. 7 juil. 2021 à 18:26 Subject: [Bug 1918458] Re: [Swift SF515-51T, Realtek ALC256, Grey Speaker, Internal] Playback problem, no sound from speakers, headphones ok To: Hello, I also just ran all

[Touch-packages] Fwd: [Bug 1918458] Re: [Swift SF515-51T, Realtek ALC256, Grey Speaker, Internal] Playback problem, no sound from speakers, headphones ok

2021-07-07 Thread Thibaut Soubrié
FYI -- Forwarded message - De : Alex Gould <1918...@bugs.launchpad.net> Date: mer. 7 juil. 2021 à 18:26 Subject: [Bug 1918458] Re: [Swift SF515-51T, Realtek ALC256, Grey Speaker, Internal] Playback problem, no sound from speakers, headphones ok To: Hello, I also just ran all

Fwd: [Bug 1918458] Re: [Swift SF515-51T, Realtek ALC256, Grey Speaker, Internal] Playback problem, no sound from speakers, headphones ok

2021-07-07 Thread Thibaut Soubrié
FYI -- Forwarded message - De : Alex Gould <1918...@bugs.launchpad.net> Date: mer. 7 juil. 2021 à 18:26 Subject: [Bug 1918458] Re: [Swift SF515-51T, Realtek ALC256, Grey Speaker, Internal] Playback problem, no sound from speakers, headphones ok To: Hello, I also just ran all

Re: [Touch-packages] [Bug 1918458] Re: [Swift SF515-51T, Realtek ALC256, Grey Speaker, Internal] Playback problem, no sound from speakers, headphones ok

2021-07-07 Thread Thibaut Soubrié
Hello Hui Wang, Thanks for trying to solve the issue ! I just ran all these commands (without any shutdown, I assumed it was not needed), none solved the speaker problem. Best Regards, Thibaut Soubrié Le mer. 7 juil. 2021 à 04:05, Hui Wang <1918...@bugs.launchpad.net> a écrit : >

Re: [Desktop-packages] [Bug 1918458] Re: [Swift SF515-51T, Realtek ALC256, Grey Speaker, Internal] Playback problem, no sound from speakers, headphones ok

2021-07-07 Thread Thibaut Soubrié
Hello Hui Wang, Thanks for trying to solve the issue ! I just ran all these commands (without any shutdown, I assumed it was not needed), none solved the speaker problem. Best Regards, Thibaut Soubrié Le mer. 7 juil. 2021 à 04:05, Hui Wang <1918...@bugs.launchpad.net> a écrit : >

Re: [Bug 1918458] Re: [Swift SF515-51T, Realtek ALC256, Grey Speaker, Internal] Playback problem, no sound from speakers, headphones ok

2021-07-07 Thread Thibaut Soubrié
Hello Hui Wang, Thanks for trying to solve the issue ! I just ran all these commands (without any shutdown, I assumed it was not needed), none solved the speaker problem. Best Regards, Thibaut Soubrié Le mer. 7 juil. 2021 à 04:05, Hui Wang <1918...@bugs.launchpad.net> a écrit : >

Re: [Bug 1918458] Re: [Swift SF515-51T, Realtek ALC256, Grey Speaker, Internal] Playback problem, no sound from speakers, headphones ok

2021-07-06 Thread Thibaut Soubrié
Hello, Many thanks for the tool & instruction. However, the RtHDDump.exe generates an empty file on my end, even if I run the application in admin mode. Best Regards, Thibaut Le mar. 6 juil. 2021 à 02:15, Hui Wang <1918...@bugs.launchpad.net> a écrit : > this is the dumptool i

Re: [Touch-packages] [Bug 1918458] Re: [Swift SF515-51T, Realtek ALC256, Grey Speaker, Internal] Playback problem, no sound from speakers, headphones ok

2021-07-06 Thread Thibaut Soubrié
Hello, Many thanks for the tool & instruction. However, the RtHDDump.exe generates an empty file on my end, even if I run the application in admin mode. Best Regards, Thibaut Le mar. 6 juil. 2021 à 02:15, Hui Wang <1918...@bugs.launchpad.net> a écrit : > this is the dumptool i

Re: [Desktop-packages] [Bug 1918458] Re: [Swift SF515-51T, Realtek ALC256, Grey Speaker, Internal] Playback problem, no sound from speakers, headphones ok

2021-07-06 Thread Thibaut Soubrié
Hello, Many thanks for the tool & instruction. However, the RtHDDump.exe generates an empty file on my end, even if I run the application in admin mode. Best Regards, Thibaut Le mar. 6 juil. 2021 à 02:15, Hui Wang <1918...@bugs.launchpad.net> a écrit : > this is the dumptool i

[LyX/master] MathML: use the right has_limits_ in InsetMathScripts.

2021-05-31 Thread Thibaut Cuvelier
commit 7e7f9ebae8a0deb2526422449d8d20fb6259bc03 Author: Thibaut Cuvelier Date: Mon May 31 23:25:11 2021 +0200 MathML: use the right has_limits_ in InsetMathScripts. Fixes #12295. Details in the ticket. --- src/mathed/InsetMathScript.cpp | 16 src/mathed

[LyX/master] DocBook: for MathML, mrow removal from decoration, script, frac

2021-05-24 Thread Thibaut Cuvelier
commit 1cbac6fcb40d6e0803198624c047769adec2fe09 Author: Thibaut Cuvelier Date: Tue May 25 03:15:48 2021 +0200 DocBook: for MathML, mrow removal from decoration, script, frac By lynx: https://www.lyx.org/trac/attachment/ticket/12221/0002-mrow-removal-from-decoration-script

[LyX/master] MathML: more consistency between DocBook and XHTML.

2021-05-24 Thread Thibaut Cuvelier
commit dd1a85a2baf0aeb867a634ade47275b952d38354 Author: Thibaut Cuvelier Date: Tue May 25 03:54:42 2021 +0200 MathML: more consistency between DocBook and XHTML. By lynx: https://www.lyx.org/trac/attachment/ticket/12221/0004-mathml-display-changes.patch --- src/mathed

[LyX/master] MathML: add M/ETagInline.

2021-05-24 Thread Thibaut Cuvelier
commit 3ab6633b865912b3b701b6a36a704d454e95696f Author: Thibaut Cuvelier Date: Tue May 25 03:34:52 2021 +0200 MathML: add M/ETagInline. By lynx: https://www.lyx.org/trac/attachment/ticket/12221/0003-tag-insertion-unification-for-bold-char-delim-dots-exfunc-.patch --- src/mathed

[LyX/master] MathML: use M/ETagInline.

2021-05-24 Thread Thibaut Cuvelier
commit a68e979350c13d5cd20927c67f22eab84074351f Author: Thibaut Cuvelier Date: Tue May 25 03:51:29 2021 +0200 MathML: use M/ETagInline. By lynx: https://www.lyx.org/trac/attachment/ticket/12221/0003-tag-insertion-unification-for-bold-char-delim-dots-exfunc-.patch --- src/mathed

[LyX/master] MathML: InsetMathHull now distinguishes between hull types to present display/inline math and adjust the alignment of the cells

2021-05-24 Thread Thibaut Cuvelier
commit 2805452229904bef2f022a50b70c6671990666b7 Author: Thibaut Cuvelier Date: Tue May 25 03:56:24 2021 +0200 MathML: InsetMathHull now distinguishes between hull types to present display/inline math and adjust the alignment of the cells By lynx: https://www.lyx.org/trac

[LyX/master] DocBook: for MathML, mrow removal for more cases

2021-05-24 Thread Thibaut Cuvelier
commit a579128c06a27659313987d0d04e92b564fa8896 Author: Thibaut Cuvelier Date: Tue May 25 03:29:20 2021 +0200 DocBook: for MathML, mrow removal for more cases By lynx: https://www.lyx.org/trac/attachment/ticket/12221/0003-tag-insertion-unification-for-bold-char-delim-dots-exfunc

[LyX/master] DocBook: for MathML, refactor InsetMathScript::mathmlize to improve readability and lower redundancy.

2021-05-24 Thread Thibaut Cuvelier
commit 5eddfe509b3c6e5e78d8e3253b2b07edb2a2d91f Author: Thibaut Cuvelier Date: Tue May 25 03:21:21 2021 +0200 DocBook: for MathML, refactor InsetMathScript::mathmlize to improve readability and lower redundancy. --- src/mathed/InsetMathScript.cpp | 31 --- 1

[LyX/master] DocBook: for MathML, use display="block" for non-inline formulae.

2021-05-24 Thread Thibaut Cuvelier
commit e4996026b7e890efb4a9d3c7ca5e9ce7915de1fe Author: Thibaut Cuvelier Date: Tue May 25 02:34:04 2021 +0200 DocBook: for MathML, use display="block" for non-inline formulae. By lynx: https://www.lyx.org/trac/attachment/ticket/12221/0001-docbook-display-equa

[LyX/master] DocBook: missing signal connection in GUI for MathML prefix.

2021-05-24 Thread Thibaut Cuvelier
commit 7a210e4c9a65ead976241c261f39ad2e3b0dcc56 Author: Thibaut Cuvelier Date: Tue May 25 00:00:08 2021 +0200 DocBook: missing signal connection in GUI for MathML prefix. --- src/frontends/qt/GuiDocument.cpp |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src

[LyX/master] DocBook: fix MathML prefix in root tag.

2021-05-24 Thread Thibaut Cuvelier
commit de7785427548edfc4b0b3ea00b1d266c33e5c010 Author: Thibaut Cuvelier Date: Mon May 24 23:55:11 2021 +0200 DocBook: fix MathML prefix in root tag. Patch written by lynx: https://www.lyx.org/trac/ticket/12229 --- src/Buffer.cpp | 13 - 1 files changed, 12

Re: [LyX/master] Revert "Fix bug #10263"

2021-05-24 Thread Thibaut Cuvelier
6 @@ private: > > /// > > Inset * clone() const override { return new InsetFoot(*this); } > > /// > > - bool inheritFont() const override { return true; } > > - /// > > - bool allowMultiPar() const override { return true; } > > -

[LyX/master] DocBook: fix handling of footnotes.

2021-05-24 Thread Thibaut Cuvelier
commit 39a9e370c71562c9b42690262698c1fc87c46b56 Author: Thibaut Cuvelier Date: Mon May 24 23:36:23 2021 +0200 DocBook: fix handling of footnotes. A was missing inside starting at 441c6a93. --- src/OutputParams.h |3 +++ src/insets/InsetFoot.cpp |2 ++ src/insets

[votca] XTP orca parallel issue

2021-05-24 Thread Thibaut Wohrer
Hello, I have been trying to use Votca XTP with orca on a hpc cluster but have encountered issues when trying to work in parallel as I encounter the following errors: /apps/orca/4.2.0_openmpi/static/orca_gtoint_mpi: error while loading shared libraries: libopen-rte.so.20: cannot open shared

Open Permanent Position in 3D audio / VR at IRCAM

2021-05-07 Thread thibaut carpentier
-3d-et-de-la-realite-virtuelle/ <https://www.ircam.fr/job-offer/une-chargee-de-recherche-et-developpement-expert-e-dans-le-domaine-du-son-3d-et-de-la-realite-virtuelle/> Best wishes, Thibaut Carpentier

Re: [PATCH] ipq40xx: fix hard_config partition size on MikroTik hAP-ac2

2021-05-03 Thread Thibaut
ACK > On 3 May 2021, at 12:39, Baptiste Jonglez wrote: > > From: Baptiste Jonglez > > The routerbootparts driver dynamically discovers the location of MikroTik > partitions, but it cannot determine their size (except by extending them > up to the start of the next discovered partition). > >

Re: routerbootpart: hard_config partition can be larger than a single block on MikroTik devices

2021-05-01 Thread Thibaut
Following up on IRC conversation, for the record: > Le 1 mai 2021 à 11:27, Thibaut a écrit : […] > Yes, but only the first 4K is used. What’s needed is to check whether or not > the rb_hardconfig driver will successfully process a 4K-only block from an 8K > partition. I *thin

Re: routerbootpart: hard_config partition can be larger than a single block on MikroTik devices

2021-05-01 Thread Thibaut
> Le 1 mai 2021 à 10:49, Baptiste Jonglez a écrit > : > > On 01-05-21, Thibaut wrote: >>> Do you see a clean way to support this without breaking support for other >>> boards? Do you think we can determine this size from somewhere else in >>> the flas

Re: routerbootpart: hard_config partition can be larger than a single block on MikroTik devices

2021-04-30 Thread Thibaut
for all hap-ac2 boards? No, please don't. I can already tell you that this is not the case. My hap-ac2 has a 4K hard_config, and from my understanding so do the ones that were tested in PR#3037, like every other mikrotik boards known at the time the dri

Re: [votca] Re: Unable to finish XTP qm calculations tutorial

2021-04-28 Thread Thibaut Wohrer
28 Apr 2021 at 19:14, Jens Wehner wrote: > Can you post the whole cmake output as well. > > Thibaut Wohrer schrieb am Mittwoch, 28. April 2021 um 09:02:46 UTC+2: > >> Hello Jens, >> >> I tried a fresh install on Ubuntu using cmake/3.16.2. As this is located >> on a cl

Re: [votca] Re: Unable to finish XTP qm calculations tutorial

2021-04-28 Thread Thibaut Wohrer
Hello Jens, I tried a fresh install on Ubuntu using cmake/3.16.2. As this is located on a cluster I loaded the following modules before attempting a fresh install: module load gromacs cmake eigen/3.3.7-gcc7 fftw sqlite libxc hdf5/1.10.6-gcc7 gsl doxygen txt2tags orca Thibaut On Wed, 28 Apr

Re: [votca] Re: Unable to finish XTP qm calculations tutorial

2021-04-27 Thread Thibaut Wohrer
the associated CmakeError.log file. Sincerely, Thibaut On Wed, 28 Apr 2021 at 03:23, Jens Wehner wrote: > So apart from KMC tutorials the rest should work in master now. Sorry for > the errors. > > Cheers Jens > Jens Wehner schrieb am Dienstag, 27. April 2021 um 13:53:15 UTC+2:

Re: [votca] Re: Unable to finish XTP qm calculations tutorial

2021-04-26 Thread Thibaut Wohrer
bsan error occurred:iqm.jobs: Parse error at line 2 no element found: iostream error Is this due to a display error or is it normal? Sincerely, Thibaut Wohrer On Tue, 13 Apr 2021 at 21:45, Christoph Junghans wrote: > > > On Tue, Apr 13, 2021 at 07:17 Thibaut Wohrer wrote: >

Re: Questions related to using large handcrafted SQL queries

2021-04-20 Thread Thibaut Barrère
Hi Jeremy, many thanks for your answers - this is crystal-clear! Thank you! -- Thibaut Le mardi 20 avril 2021 à 17:12:13 UTC+2, Jeremy Evans a écrit : > On Tue, Apr 20, 2021 at 7:58 AM Thibaut Barrère > wrote: > >> Hello! >> >> In a company I'm working with, t

Questions related to using large handcrafted SQL queries

2021-04-20 Thread Thibaut Barrère
r these specific queries, the log is just huge. Is there a way to disable the logging on a per-query basis only? Many thanks for your insights! -- Thibaut -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this gr

Re: [votca] Re: Unable to finish XTP qm calculations tutorial

2021-04-13 Thread Thibaut Wohrer
47z/share/cmake-3.16/Modules/FindPkgConfig.cmake:643 (_pkg_check_modules_internal) xtp/CMakeLists.txt:51 (pkg_check_modules) when using the Cmake command. As the procedure worked before I am not sure why it no longer seems to work. Sincerely, Thibaut Wohrer On Mon, 12 Apr 2021 at 20:11, Christ

Re: [votca] Re: Unable to finish XTP qm calculations tutorial

2021-04-12 Thread Thibaut Wohrer
Hello, I installed Votca version 1.6.2 through the installation guide using the general installation instructions. Sincerely, Thibaut Wohrer On Sun, 11 Apr 2021 at 20:07, Jens Wehner wrote: > Hello, > > thanks for asking. As I developed this part I probably screwed it up. I > will

[krita] [Bug 435633] removeNode() and removeChildNode() methods randomly crash

2021-04-11 Thread Thibaut Richard
https://bugs.kde.org/show_bug.cgi?id=435633 --- Comment #3 from Thibaut Richard --- Created attachment 137517 --> https://bugs.kde.org/attachment.cgi?id=137517=edit Script to color a single frame with a color mask -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 435633] removeNode() and removeChildNode() methods randomly crash

2021-04-11 Thread Thibaut Richard
https://bugs.kde.org/show_bug.cgi?id=435633 --- Comment #2 from Thibaut Richard --- Did not mean to submit this so quickly. Accidentally hit Enter. Ignore the reproduction steps in the description. It's not possible to reproduce from a blank project. Here is the actual setup: 1. Have a project

[krita] [Bug 435633] removeNode() and removeChildNode() methods randomly crash

2021-04-11 Thread Thibaut Richard
https://bugs.kde.org/show_bug.cgi?id=435633 --- Comment #1 from Thibaut Richard --- Created attachment 137516 --> https://bugs.kde.org/attachment.cgi?id=137516=edit Stacktrace from kritacrash.log Relevant fragment of the most recent crash -- You are receiving this mail because:

[krita] [Bug 435633] New: removeNode() and removeChildNode() methods randomly crash

2021-04-11 Thread Thibaut Richard
https://bugs.kde.org/show_bug.cgi?id=435633 Bug ID: 435633 Summary: removeNode() and removeChildNode() methods randomly crash Product: krita Version: 4.4.3 Platform: Microsoft Windows OS: Microsoft Windows

[votca] Unable to finish XTP qm calculations tutorial

2021-04-09 Thread Thibaut Wohrer
Hello, I have been experiencing issues when running the tutorial for QMMM calculation the XTP module as described here https://www.votca.org/xtp-tutorials/QMMM_GROMACS.html Specifically upon reaching the final section of the actual QMMM calculations, when inputting the line xtp_parallel -e

[Bug 1904213] Re: Built-in microphone not working with 20.04 on ThinkBook 13s IML [Realtek ALC257]

2021-03-25 Thread Thibaut Lunet
Correction : had y headphone microphone plugged in, so temporary solution does not work yet actually -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1904213 Title: Built-in microphone not working

[Touch-packages] [Bug 1904213] Re: Built-in microphone not working with 20.04 on ThinkBook 13s IML [Realtek ALC257]

2021-03-25 Thread Thibaut Lunet
Temporary solution fixed the issue on my laptop, thanks ! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1904213 Title: Built-in microphone not working with 20.04 on

[Desktop-packages] [Bug 1904213] Re: Built-in microphone not working with 20.04 on ThinkBook 13s IML [Realtek ALC257]

2021-03-25 Thread Thibaut Lunet
Correction : had y headphone microphone plugged in, so temporary solution does not work yet actually -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1904213 Title: Built-in

[Desktop-packages] [Bug 1904213] Re: Built-in microphone not working with 20.04 on ThinkBook 13s IML [Realtek ALC257]

2021-03-25 Thread Thibaut Lunet
Temporary solution fixed the issue on my laptop, thanks ! -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1904213 Title: Built-in microphone not working with 20.04 on ThinkBook

[Bug 1904213] Re: Built-in microphone not working with 20.04 on ThinkBook 13s IML [Realtek ALC257]

2021-03-25 Thread Thibaut Lunet
Temporary solution fixed the issue on my laptop, thanks ! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1904213 Title: Built-in microphone not working with 20.04 on ThinkBook 13s IML [Realtek

[Touch-packages] [Bug 1904213] Re: Built-in microphone not working with 20.04 on ThinkBook 13s IML [Realtek ALC257]

2021-03-25 Thread Thibaut Lunet
Correction : had y headphone microphone plugged in, so temporary solution does not work yet actually -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1904213 Title:

Warning when starting LyX master on Windows

2021-03-24 Thread Thibaut Cuvelier
Dear list, For the last few weeks, tracking the master branch (sorry, I can't be more precise…), I have been having the following warning messages when starting LyX: DirectWrite: CreateFontFaceFromHDC() failed (Indicates an error in an input file such as a font file.) for QFontDef(Family="Times

Re: [LyX/master] DocBook: add a parameter to change the namespace prefix for MathML.

2021-03-24 Thread Thibaut Cuvelier
On Wed, 24 Mar 2021 at 18:36, Pavel Sanda wrote: > On Wed, Mar 24, 2021 at 04:38:01PM +0100, Thibaut Cuvelier wrote: > > On Wed, 24 Mar 2021 at 16:19, Pavel Sanda wrote: > > > > > On Tue, Mar 23, 2021 at 11:25:55PM +0100, Thibaut Cuvelier wrote: > > > > I hav

[LyX/master] DocBook: improve doc for MathML prefix.

2021-03-24 Thread Thibaut Cuvelier
commit 950a53db3bb11658d372369b800ca1ce3a784932 Author: Thibaut Cuvelier Date: Wed Mar 24 22:14:51 2021 +0100 DocBook: improve doc for MathML prefix. --- lib/doc/Additional.lyx | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/lib/doc/Additional.lyx b/lib

Re: [LyX/master] DocBook: add a parameter to change the namespace prefix for MathML.

2021-03-24 Thread Thibaut Cuvelier
On Wed, 24 Mar 2021 at 16:19, Pavel Sanda wrote: > On Tue, Mar 23, 2021 at 11:25:55PM +0100, Thibaut Cuvelier wrote: > > I have pushed a new section in d0120078fd. I think the most important > > points for the user are documented there. Comments welcome :)! > > Hmm, eve

[LyX/master] Make the latest FORMAT entry more detailed.

2021-03-23 Thread Thibaut Cuvelier
commit a67cfd6013fe3088744e5df80cdc59f950f5b78c Author: Thibaut Cuvelier Date: Tue Mar 23 23:32:36 2021 +0100 Make the latest FORMAT entry more detailed. --- development/FORMAT |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/development/FORMAT b/development

<    1   2   3   4   5   6   7   8   9   10   >