Re: [patch] support for Pandoc in configure.py

2015-06-08 Thread Uwe Stöhr
Am 04.06.2015 um 02:37 schrieb Uwe Stöhr: Attached is a patch. No opinions? Should we add support for Pandoc in LyX 2.2 or not? regards Uwe

Re: [patch] fix bug 7657 - Inkscape detection in configure.py

2015-06-08 Thread Uwe Stöhr
Am 04.06.2015 um 23:31 schrieb Guenter Milde: Do you really need a full path to the binary on Windows? Yes. AFAIK, there is a PATH variable also on DOS, so it should be possible to call the inkscape program by name instead. No, this would only work if a program is in the PATH variable.

Re: [LyX/2.1.x] layouttranslations: Arabic update by Hatim

2015-06-08 Thread Uwe Stöhr
Am 04.06.2015 um 18:12 schrieb Georg Baum: It is forbidden to update layouttranslations in a stable release, and if an update is done in master it must not be done by hand, Richard kindly already reverted it. However, I don't understand all this complicated stuff anymore. The file states I

Re: [patch] fix bug 7657 - Inkscape detection in configure.py

2015-06-08 Thread Uwe Stöhr
Am 04.06.2015 um 18:17 schrieb Georg Baum: Could some pythionist please review this? First you need to explain why you use this complicated quoting, and what problem it solves. If such a quoting is really needed, Of course it is necessary otherwise I wouldn't have done it that way. Since

Re: Merging features/fix-tex2lyx-tests to master

2015-06-08 Thread Uwe Stöhr
Am 02.06.2015 um 20:27 schrieb Georg Baum: tex2lyx -f -roundtrip test-insets.tex This command looks good. Again, please answer my question: Did you copy test-insets.tex somewhere, or did you run this command on the .tex file in the git tree? I don't understand what yo mean with git tree. I

Contributor License

2015-06-08 Thread Jessica Hamilton
To LyX Maintainers, I hereby grant permission to use my contributions to the LyX project under the license GPL version 2 and later. Kindest Regards, Jessica Hamilton

Re: Merging features/fix-tex2lyx-tests to master

2015-06-08 Thread Uwe Stöhr
Am 31.05.2015 um 22:01 schrieb Georg Baum: I tested that the old LyX file produced correct .tex results, now I see that it creates correct .tex results with the new version as well. It did not occur to me that both hor_pos c and hor_pos l in .lyx would produce the same .tex output. Why is that

Re: [patch] support for Pandoc in configure.py

2015-06-08 Thread Liviu Andronic
On Tue, Jun 9, 2015 at 12:22 AM, Uwe Stöhr uwesto...@web.de wrote: Am 04.06.2015 um 02:37 schrieb Uwe Stöhr: Attached is a patch. No opinions? Should we add support for Pandoc in LyX 2.2 or not? From a user perspective, that would be nice. Pandoc support has been requested on various

Re: test of math previews

2015-06-08 Thread Richard Heck
On 06/07/2015 07:49 AM, Enrico Forestieri wrote: The attached patch solves all of the above problems (and also the segfault you report separately) for me. I am also attaching the patch for #9354 accordingly updated. Please test both and report the issues you find. If your paper pass the tests,

Re: test of math previews

2015-06-08 Thread Richard Heck
On 06/07/2015 07:49 AM, Enrico Forestieri wrote: The attached patch solves all of the above problems (and also the segfault you report separately) for me. I am also attaching the patch for #9354 accordingly updated. Please test both and report the issues you find. If your paper pass the tests,

Re: [patch] support for Pandoc in configure.py

2015-06-08 Thread Uwe Stöhr
Am 04.06.2015 um 02:37 schrieb Uwe Stöhr: Attached is a patch. No opinions? Should we add support for Pandoc in LyX 2.2 or not? regards Uwe

Re: [LyX/2.1.x] layouttranslations: Arabic update by Hatim

2015-06-08 Thread Uwe Stöhr
Am 04.06.2015 um 18:12 schrieb Georg Baum: It is forbidden to update layouttranslations in a stable release, and if an update is done in master it must not be done by hand, Richard kindly already reverted it. However, I don't understand all this complicated stuff anymore. The file states I

Re: [patch] fix bug 7657 - Inkscape detection in configure.py

2015-06-08 Thread Uwe Stöhr
Am 04.06.2015 um 18:17 schrieb Georg Baum: Could some pythionist please review this? First you need to explain why you use this complicated quoting, and what problem it solves. If such a quoting is really needed, Of course it is necessary otherwise I wouldn't have done it that way. Since

Re: [patch] fix bug 7657 - Inkscape detection in configure.py

2015-06-08 Thread Uwe Stöhr
Am 04.06.2015 um 23:31 schrieb Guenter Milde: Do you really need a full path to the binary on Windows? Yes. AFAIK, there is a PATH variable also on DOS, so it should be possible to call the "inkscape" program "by name" instead. No, this would only work if a program is in the PATH

Re: Merging features/fix-tex2lyx-tests to master

2015-06-08 Thread Uwe Stöhr
Am 02.06.2015 um 20:27 schrieb Georg Baum: tex2lyx -f -roundtrip test-insets.tex This command looks good. Again, please answer my question: Did you copy test-insets.tex somewhere, or did you run this command on the .tex file in the git tree? I don't understand what yo mean with git tree. I

Re: Merging features/fix-tex2lyx-tests to master

2015-06-08 Thread Uwe Stöhr
Am 31.05.2015 um 22:01 schrieb Georg Baum: I tested that the old LyX file produced correct .tex results, now I see that it creates correct .tex results with the new version as well. It did not occur to me that both hor_pos "c" and hor_pos "l" in .lyx would produce the same .tex output. Why is

Contributor License

2015-06-08 Thread Jessica Hamilton
To LyX Maintainers, I hereby grant permission to use my contributions to the LyX project under the license GPL version 2 and later. Kindest Regards, Jessica Hamilton

Re: [patch] support for Pandoc in configure.py

2015-06-08 Thread Liviu Andronic
On Tue, Jun 9, 2015 at 12:22 AM, Uwe Stöhr wrote: > > Am 04.06.2015 um 02:37 schrieb Uwe Stöhr: > >> Attached is a patch. > > > No opinions? Should we add support for Pandoc in LyX 2.2 or not? > >From a user perspective, that would be nice. Pandoc support has been requested on