Jürgen Spitzmüller wrote: > > I have this pending task since almost a month ago, but am no nearer to > > a solution. Any takers? > > Does this patch help?
It doesn't. AFAICS, there are several problems involved: 1. The images are not copied to the temp dir (this operation happens in InsetGraphics::latex, which is of course never called for eLyXer 2. Even if it was (as one can do by viewing DVI in advance of HTML), the images will not be shown, because their file name is mangled (this is needed in order to resolve images in different directories). I only see one solution for now: use absolute image paths in eLyXer (or add an option to enable this). Jürgen
