From: Uwe Stöhr Date: Wed, 11 Nov 2015 00:59:17 +0000 (+0100) Subject: configure.py: support OpenDocument as input format X-Git-Tag: 2.2.0alpha1~29 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f1032b1f4afebc6a899428ba7583b96ad0bd1988;p=features.git configure.py: support OpenDocument as input format - new converter for OpenDocument text -> LaTeX --- diff --git a/lib/configure.py b/lib/configure.py index 32fd278a02..dcf34c91f8 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