mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix tex4ht odt converter
Private message by Michal Hoftich (tex4ht head developer): oolatex is not recommended way to use Tex4ht for the ODT conversion. It is better to use make4ht -f odt mwe.tex make4ht fixes some issues in ODT files This is candidate for stable.
This commit is contained in:
parent
8e60182f58
commit
17ebec693a
@ -948,7 +948,7 @@ def checkConverterEntries():
|
||||
# On SuSE the scripts have a .sh suffix, and on debian they are in /usr/share/tex4ht/
|
||||
# Both SuSE and debian have oolatex
|
||||
checkProg('a LaTeX -> Open Document (tex4ht) converter', [
|
||||
'oolatex $$i', 'mk4ht oolatex $$i', 'oolatex.sh $$i', '/usr/share/tex4ht/oolatex $$i',
|
||||
'oolatex $$i', 'make4ht -f odt $$i', 'oolatex.sh $$i', '/usr/share/tex4ht/oolatex $$i',
|
||||
'htlatex $$i \'xhtml,ooffice\' \'ooffice/! -cmozhtf\' \'-coo\' \'-cvalidate\''],
|
||||
rc_entry = [ r'\converter latex odt "%%" "needaux"' ])
|
||||
# On windows it is called latex2rt.exe
|
||||
|
Loading…
Reference in New Issue
Block a user