commit f1032b1f4afebc6a899428ba7583b96ad0bd1988
Author: Uwe Stöhr <uwesto...@lyx.org>
Date:   Wed Nov 11 01:59:17 2015 +0100

    configure.py: support OpenDocument as input format
    
     - new converter for OpenDocument text -> LaTeX

diff --git a/lib/configure.py b/lib/configure.py
index 32fd278..dcf34c9 100644
--- a/lib/configure.py
+++ b/lib/configure.py
@@ -854,6 +854,9 @@ def checkConverterEntries():
     checkProg('an OpenDocument -> LaTeX converter', ['w2l -clean $$i'],
         rc_entry = [ r'\converter odt        latex      "%%"   ""' ])
     #
+    checkProg('an Open Document (Pandoc) -> LaTeX converter', ['pandoc -s -f 
odt -o $$o -t latex $$i'],
+        rc_entry = [ r'\converter odt3        latex      "%%"  ""' ])
+    #
     checkProg('a MS Word Office Open XML converter -> LaTeX', ['pandoc -s -f 
docx -o $$o -t latex $$i'],
         rc_entry = [ r'\converter word2      latex      "%%"   ""' ])
     # Only define a converter to pdf6, otherwise the odt format could be

Reply via email to