Waluyo Adi Siswanto schrieb:

I have followed the instructions in
http://wiki.lyx.org/Tips/UseInkscapeSVGImages
and add converter for EPS, so I have
SVG-EPS: inkscape $$i --export-eps=$$o" "
SVG-PDF: inkscape --export-area-drawing $$i --export-pdf=$$o
SVG-PNG: inkscape $$i --export-png=$$o" "
SVG-PPM: inkscape $$i --export-ppm=$$o" "

Every time I activate (enable) "Shown in LyX" in LyX Graphics dialog,
then LyX will crash, disappear completely.

I only have this in my lyxrc.dist file:

\format "svg" "svg" "SVG" "" "inkscape --file=$$i" "inkscape --file=$$i" 
"vector"
\converter "svg" "png" "inkscape --without-gui --file=$$i --export-png=$$o" ""
\converter "svg" "pdf" "inkscape --file=$$i --export-area-drawing --without-gui 
--export-pdf=$$o" ""
\converter "svg" "pdf2" "inkscape --file=$$i --export-area-drawing --without-gui 
--export-pdf=$$o" ""

And this works without problems - this is used in the LyX for Windows installers when Inkscape was detected.

regards Uwe

Reply via email to