From 072f9c91a895347f35ccd946331143eafb03f2a8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Sun, 19 Oct 2008 13:57:04 +0000 Subject: [PATCH] configure.py: add comment for the OpenDocument conversion git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26979 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/configure.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/configure.py b/lib/configure.py index 6a3f2ea14f..31cabe4019 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -408,9 +408,12 @@ def checkConverterEntries(): # checkProg('an OpenDocument -> LaTeX converter', ['w2l -clean $$i'], rc_entry = [ r'\converter odt latex "%%" ""' ]) + # According to http://www.tug.org/applications/tex4ht/mn-commands.html + # the command mk4ht oolatex $$i has to be used as default, + # but as this would require to have Perl installed, in MiKTeX oolatex is + # directly available as application. # On SuSE the scripts have a .sh suffix, and on debian they are in /usr/share/tex4ht/ # Both SuSE and debian have oolatex - # TeXLive does not have oolatex, mk4ht has to be used. checkProg('a LaTeX -> Open Document converter', [ 'oolatex $$i', 'mk4ht oolatex $$i', 'oolatex.sh $$i', '/usr/share/tex4ht/oolatex $$i', 'htlatex $$i \'xhtml,ooffice\' \'ooffice/! -cmozhtf\' \'-coo\' \'-cvalidate\''], -- 2.39.2