Hi Tino, On Fri, Jan 14, 2011 at 12:59 AM, Tino Langer <[email protected]> wrote: > I did some tests using elyxer to export a lyx-file to html. It works reaaly > fine for me, but there is one problem. in my lyx-file I included some > xfig-files (external material), but these files are not converted to an > image format which is useable in webbrowsers. Is it possible to export such > a lyx-file with included xfig-images?
In my tests (which I redid right now), a file .fig is converted by default to a .png. You have to make sure that the ImageMagick package is installed in your machine though, since it is used to convert the images; otherwise eLyXer will output an error message which you may not see if the conversion is done from within LyX. http://www.imagemagick.org/script/download.php If in doubt you can try to convert your file from the command line: > python -m elyxer input.lyx output.html and see what happens. Hope this helps, Alex.
