mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Remove wmf2eps as EMF > EPS converter
The program can only deal with WMF.
(cherry picked from commit a47bc7f799
)
This commit is contained in:
parent
bf77b61162
commit
908afb8e97
@ -1014,7 +1014,7 @@ def checkConverterEntries():
|
||||
% (inkscape_fileprefix, inkscape_fileprefix)],
|
||||
rc_entry = [ r'\converter wmf eps "%%" ""'])
|
||||
#
|
||||
checkProg('an EMF -> EPS converter', ['metafile2eps $$i $$o', 'wmf2eps -o $$o $$i', inkscape_name + ' --file=%s$$i --export-area-drawing --without-gui --export-eps=%s$$o'
|
||||
checkProg('an EMF -> EPS converter', ['metafile2eps $$i $$o', inkscape_name + ' --file=%s$$i --export-area-drawing --without-gui --export-eps=%s$$o'
|
||||
% (inkscape_fileprefix, inkscape_fileprefix)],
|
||||
rc_entry = [ r'\converter emf eps "%%" ""'])
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user