Uwe Stöhr wrote:

> Thanks, this works but how can I define a converter for this in LyX?
> Adding the line
> 
> \converter svg        png        "inkscape --export-png=$$i $$o"

That is wrong. Correct would be

\converter svg        png        "inkscape --export-png=$$o $$i"

> to LyX's preferences file doesn't work. LyX's ui also doesn't allow me
> to choose svg as valid format.

Because svg is not defined as a format yet. Do that, and then it will also
be available for converters.


Georg

Reply via email to