mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Inkscape for svg
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32210 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b389ce6b1d
commit
9e5f3a9423
@ -456,6 +456,9 @@ def checkFormatEntries(dtl_tools):
|
||||
checkViewerEditor('a FEN viewer and editor', ['xboard -lpf $$i -mode EditPosition'],
|
||||
rc_entry = [r'\Format fen fen FEN "" "%%" "%%" ""'])
|
||||
#
|
||||
checkViewerEditor('a SVG viewer and editor', ['inkscape'],
|
||||
rc_entry = [r'\Format svg svg "Scalable Vector Graphics" "" "%%" "%%" "vector"'])
|
||||
#
|
||||
path, iv = checkViewerNoRC('a raster image viewer', ['xv', 'kview', 'gimp-remote', 'gimp'],
|
||||
rc_entry = [r'''\Format bmp bmp BMP "" "%s" "%s" ""
|
||||
\Format gif gif GIF "" "%s" "%s" ""
|
||||
@ -573,7 +576,6 @@ def checkFormatEntries(dtl_tools):
|
||||
\Format sxw sxw "OpenOffice.Org (sxw)" "" "" "" "document,vector"
|
||||
\Format wmf wmf "Windows Metafile" "" "" "" "vector"
|
||||
\Format emf emf "Enhanced Metafile" "" "" "" "vector"
|
||||
\Format svg svg "Scalable Vector Graphics" "" "" "" "vector"
|
||||
\Format word doc "MS Word" W "" "" "document,vector"
|
||||
\Format wordhtml html "HTML (MS Word)" "" "" "" "document"
|
||||
''')
|
||||
|
Loading…
Reference in New Issue
Block a user