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 using the program Pandoc >
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 odt "Intro.tex"' finished with exit code 1 Error: Die Datei kann nicht konvertiert werden Likewise with my own real documents. I can convert a very simply document consisting of the string "test" only, but then pandoc adds preamble stuff (@path/home/jspitz//) to the ODT document! Jürgen