From f1032b1f4afebc6a899428ba7583b96ad0bd1988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Wed, 11 Nov 2015 01:59:17 +0100 Subject: [PATCH] configure.py: support OpenDocument as input format - new converter for OpenDocument text -> LaTeX --- lib/configure.py | 3 +++ 1 file changed, 3 insertions(+) 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