On Sat, Oct 06, 2001 at 03:16:51PM +0200, Thorsten K�rner wrote: > Hi > I'm writing a bigger Document (Documentclass book) with LyX 1.1.16-fix3 > (Ghostscript-Version 6.51). When I do an export->PDF (pdftex) everything > looks fine, Bookmarks appears in the appropriate way and so on. The same when > exporting to PS. But whenI export the document to HTML, there is no image to > see. On xterm, I can see that latex2html is looking for things like img15 but > the Imgages all have names like "filedialog.png" and "filedialog.eps". In LyX > I have insertet all images without suffix, so that every exportscript can > take the right one. The Images are located in an subdirectory of the .lyx and > .tex-files directory. > What did I wrong???
The problem is that latex2html generates images in the temp directory and lyx doesn't copy them. Note that even if lyx was copying these images, the result is not what you want because these images are generated from the EPS files, so there is a loss of quality. In other words, latex2html isn't smart enough to detect that you already have PNG's in your images dir. However, try using the tth converter, which do detect this.
