Hi, On Thu, Sep 29, 2011 at 4:07 PM, Tommaso Cucinotta <[email protected]> wrote: > committed as r39786. > > Though, I just noticed that, exporting to "html" keeps failing, this time > because > elyxer is used in this case, which doesn't even use any information about > the > converters that we have in lyxrc.default :-(..... unless I missed something.
eLyXer is an independent package; it does not depend on LyX. On the downside it does not reuse its configuration either. > So, elyxer can only exploit ImageMagick convert, and if it fails (this > happens > for ODG, but I guess it would happen for DIA and others as well), then this > doesn't work :-(. Apparently ImageMagick does not convert from ODG; neither does InkScape, the other supported converter at this time. > Any hint on how to tackle this ? Luckily, eLyXer is highly configurable. You can add a new converter line in src/conf/base.conf: [ImageConfig.converters] myconverter:binary "$input" --export "$output" and use it from the command line: $ eLyXer --converter myconverter input.lyx output.html Any ideas on what command line converter can be used for ODG? Alex.
