mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Use mk4ht oolatex' instead of
htlatex etc etc etc', per Jean-Pierre's advice.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19291 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
eacbcb3f3a
commit
1885fe5398
@ -370,7 +370,7 @@ def checkConverterEntries():
|
||||
checkProg('an OpenDocument -> LaTeX converter', ['w2l -clean $$i'],
|
||||
rc_entry = [ r'\converter odt latex "%%" ""' ])
|
||||
#
|
||||
checkProg('a LaTeX -> Open Document converter', ['oolatex $$i', 'oolatex.sh $$i', 'htlatex $$i \'xhtml,ooffice\' \'ooffice/! -cmozhtf\' \'-coo\' \'-cvalidate\''],
|
||||
checkProg('a LaTeX -> Open Document converter', ['oolatex $$i', 'oolatex.sh $$i', 'mk4ht oolatex $$i'],
|
||||
rc_entry = [ r'\converter latex odt "%%" "needaux"' ])
|
||||
# On windows it is called latex2rt.exe
|
||||
checkProg('a LaTeX -> RTF converter', ['latex2rtf -p -S -o $$o $$i', 'latex2rt -p -S -o $$o $$i'],
|
||||
|
Loading…
Reference in New Issue
Block a user