[LyX/master] Fix lyx2lyx unicodesymbols escaping

2015-06-14 Thread Georg Baum
commit a2f127f8c38d10bc9b4414ea522640b64adb5b77 Author: Georg Baum b...@lyx.org Date: Sun Jun 14 12:44:44 2015 +0200 Fix lyx2lyx unicodesymbols escaping The escaping of symbols read from unicodesymbols was inconsistent, which lead to wrong replacements (bug 9559). Now the

[LyX/master] Improve alignment

2015-06-14 Thread Georg Baum
commit f61555cf481729d7193ec0b5f376c3ca35930b0e Author: Georg Baum b...@lyx.org Date: Sun Jun 14 14:16:31 2015 +0200 Improve alignment diff --git a/lib/unicodesymbols b/lib/unicodesymbols index 66563e1..63880ed 100644 --- a/lib/unicodesymbols +++ b/lib/unicodesymbols @@ -34,13 +34,13 @@ #

[LyX/master] Fix reversion of mathtools xarrows (bug #9620).

2015-06-14 Thread Juergen Spitzmueller
commit aa4d41d282d2643bf83ba0a5bca528b1d7f4d271 Author: Juergen Spitzmueller sp...@lyx.org Date: Sun Jun 14 10:47:31 2015 +0200 Fix reversion of mathtools xarrows (bug #9620). diff --git a/lib/lyx2lyx/lyx_2_2.py b/lib/lyx2lyx/lyx_2_2.py index 9e192f8..65b1268 100644 ---

Re: [LyX/master] configure.py: add support for pandoc and docx

2015-06-14 Thread Jürgen Spitzmüller
2015-06-14 17:52 GMT+02:00 Jürgen Spitzmüller: Hm. When I try to view odt of the Intro manual, pandoc breaks with this error: pandoc: Cannot decode byte '\xfc': Data.Text.Encoding.Fusion.streamUtf8: Invalid UTF-8 stream Systemcall.cpp (291): Systemcall: 'pandoc -s -f latex -o Intro.odt -t

[LyX/master] configure.py: add support for pandoc and docx

2015-06-14 Thread Uwe Stöhr
commit 643f9ad4da72a94cee9edc64555ef1a4e7b4b495 Author: Uwe Stöhr uwesto...@lyx.org Date: Sun Jun 14 17:27:21 2015 +0200 configure.py: add support for pandoc and docx - make LyX aware of the docx format - add converters to odt and docx using the program Pandoc diff --git

[LyX/master] Revert bc47054b and the related commit ad0d0f6d

2015-06-14 Thread Enrico Forestieri
commit bdec44d614e9a1bcc7e829653e2df7b27a8311cc Author: Enrico Forestieri for...@lyx.org Date: Sun Jun 14 18:05:39 2015 +0200 Revert bc47054b and the related commit ad0d0f6d As discussed on the devel list. See the subthread starting at

Re: [LyX/master] configure.py: add support for pandoc and docx

2015-06-14 Thread Jürgen Spitzmüller
2015-06-14 17:27 GMT+02:00 Uwe Stöhr: commit 643f9ad4da72a94cee9edc64555ef1a4e7b4b495 Author: Uwe Stöhr uwesto...@lyx.org Date: Sun Jun 14 17:27:21 2015 +0200 configure.py: add support for pandoc and docx - make LyX aware of the docx format - add converters to odt and docx

[LyX/master] Replacement for commits bc47054b and ad0d0f6d

2015-06-14 Thread Enrico Forestieri
commit 11c2b7792caf22219b346f8bb69a01f6abbf362d Author: Enrico Forestieri for...@lyx.org Date: Sun Jun 14 18:10:29 2015 +0200 Replacement for commits bc47054b and ad0d0f6d The strategy adopted in bc47054b had some drawbacks related to the way instant preview snippets are

[LyX/master] Fix reversion of mathtools xarrows (bug #9620).

2015-06-14 Thread Juergen Spitzmueller
commit aa4d41d282d2643bf83ba0a5bca528b1d7f4d271 Author: Juergen Spitzmueller Date: Sun Jun 14 10:47:31 2015 +0200 Fix reversion of mathtools xarrows (bug #9620). diff --git a/lib/lyx2lyx/lyx_2_2.py b/lib/lyx2lyx/lyx_2_2.py index 9e192f8..65b1268 100644 ---

[LyX/master] Fix lyx2lyx unicodesymbols escaping

2015-06-14 Thread Georg Baum
commit a2f127f8c38d10bc9b4414ea522640b64adb5b77 Author: Georg Baum Date: Sun Jun 14 12:44:44 2015 +0200 Fix lyx2lyx unicodesymbols escaping The escaping of symbols read from unicodesymbols was inconsistent, which lead to wrong replacements (bug 9559). Now the

[LyX/master] Improve alignment

2015-06-14 Thread Georg Baum
commit f61555cf481729d7193ec0b5f376c3ca35930b0e Author: Georg Baum Date: Sun Jun 14 14:16:31 2015 +0200 Improve alignment diff --git a/lib/unicodesymbols b/lib/unicodesymbols index 66563e1..63880ed 100644 --- a/lib/unicodesymbols +++ b/lib/unicodesymbols @@ -34,13 +34,13 @@

[LyX/master] configure.py: add support for pandoc and docx

2015-06-14 Thread Uwe Stöhr
commit 643f9ad4da72a94cee9edc64555ef1a4e7b4b495 Author: Uwe Stöhr Date: Sun Jun 14 17:27:21 2015 +0200 configure.py: add support for pandoc and docx - make LyX aware of the docx format - add converters to odt and docx using the program Pandoc diff --git

Re: [LyX/master] configure.py: add support for pandoc and docx

2015-06-14 Thread Jürgen Spitzmüller
2015-06-14 17:27 GMT+02:00 Uwe Stöhr: > commit 643f9ad4da72a94cee9edc64555ef1a4e7b4b495 > Author: Uwe Stöhr > Date: Sun Jun 14 17:27:21 2015 +0200 > > configure.py: add support for pandoc and docx > > - make LyX aware of the docx format > - add converters to odt

Re: [LyX/master] configure.py: add support for pandoc and docx

2015-06-14 Thread Jürgen Spitzmüller
2015-06-14 17:52 GMT+02:00 Jürgen Spitzmüller: > Hm. When I try to view odt of the Intro manual, pandoc breaks with this > error: > > pandoc: Cannot decode byte '\xfc': Data.Text.Encoding.Fusion.streamUtf8: > Invalid UTF-8 stream > Systemcall.cpp (291): Systemcall: 'pandoc -s -f latex -o

[LyX/master] Revert bc47054b and the related commit ad0d0f6d

2015-06-14 Thread Enrico Forestieri
commit bdec44d614e9a1bcc7e829653e2df7b27a8311cc Author: Enrico Forestieri Date: Sun Jun 14 18:05:39 2015 +0200 Revert bc47054b and the related commit ad0d0f6d As discussed on the devel list. See the subthread starting at

[LyX/master] Replacement for commits bc47054b and ad0d0f6d

2015-06-14 Thread Enrico Forestieri
commit 11c2b7792caf22219b346f8bb69a01f6abbf362d Author: Enrico Forestieri Date: Sun Jun 14 18:10:29 2015 +0200 Replacement for commits bc47054b and ad0d0f6d The strategy adopted in bc47054b had some drawbacks related to the way instant preview snippets are