mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
Add LibreOffice converters for ODT.
This commit is contained in:
parent
a223441391
commit
fc3ed37c50
@ -644,11 +644,11 @@ def checkFormatEntries(dtl_tools):
|
|||||||
checkViewerEditor('Noteedit', ['noteedit'],
|
checkViewerEditor('Noteedit', ['noteedit'],
|
||||||
rc_entry = [r'\Format noteedit not Noteedit "" "%%" "%%" "vector"'])
|
rc_entry = [r'\Format noteedit not Noteedit "" "%%" "%%" "vector"'])
|
||||||
#
|
#
|
||||||
checkViewerEditor('an OpenDocument/OpenOffice viewer', ['swriter', 'oowriter', 'abiword'],
|
checkViewerEditor('an OpenDocument/OpenOffice viewer', ['libreoffice', 'lwriter', 'lowriter', 'oowriter', 'swriter', 'abiword'],
|
||||||
rc_entry = [r'''\Format odt odt OpenDocument "" "%%" "%%" "document,vector,menu=export"
|
rc_entry = [r'''\Format odt odt OpenDocument "" "%%" "%%" "document,vector,menu=export"
|
||||||
\Format sxw sxw "OpenOffice.Org (sxw)" "" "" "" "document,vector"'''])
|
\Format sxw sxw "OpenOffice.Org (sxw)" "" "" "" "document,vector"'''])
|
||||||
#
|
#
|
||||||
checkViewerEditor('a Rich Text and Word viewer', ['swriter', 'oowriter', 'abiword'],
|
checkViewerEditor('a Rich Text and Word viewer', ['libreoffice', 'lwriter', 'lowriter', 'oowriter', 'swriter', 'abiword'],
|
||||||
rc_entry = [r'''\Format rtf rtf "Rich Text Format" "" "%%" "%%" "document,vector,menu=export"
|
rc_entry = [r'''\Format rtf rtf "Rich Text Format" "" "%%" "%%" "document,vector,menu=export"
|
||||||
\Format word doc "MS Word" W "%%" "%%" "document,vector,menu=export"'''])
|
\Format word doc "MS Word" W "%%" "%%" "document,vector,menu=export"'''])
|
||||||
#
|
#
|
||||||
|
@ -43,6 +43,8 @@ What's new
|
|||||||
- Export contents of included files rather than just an indication that there
|
- Export contents of included files rather than just an indication that there
|
||||||
was an excluded file (bug 8087).
|
was an excluded file (bug 8087).
|
||||||
|
|
||||||
|
- Added LibreOffice to list of detected ODT viewers/editors.
|
||||||
|
|
||||||
|
|
||||||
* TEX2LYX IMPROVEMENTS
|
* TEX2LYX IMPROVEMENTS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user