Hi, My question is related to using SVG graphics inside LyX.
I'm trying to use a SVG graphic inside a LyX document. This document is going to be exported to PDF with pdflatex. The default installation of LyX doesn't seem to handle SVG file format, so I created a "SVG" entry in the "File Formats" section (I'm not sure about section names, because I'm using the spanish translation for LyX). Next, I created a new "Converter" with the following data: >From SVG to EPS, converter svg2eps $$i $$o I borrowed the svg2eps script from http://www.daimi.au.dk/~kamstrup/blog/svg2eps (credits go to Mikkel Kamstrup Erlandsen) After, when generating the PDF file, it produces a messy graphic just in the place the SVG graphic should be. I've found that LyX is somewhat converting from SVG to EPS and then to PNG. Finally, PNG image is included in PDF file. If I run svg2eps on my own and then I include the EPS file into the LyX document (instead of the SVG one), output produced is right. Any ideas? -- Alfonso
