On Wednesday 24 April 2002 23:37, Stuart MacGregor wrote: > On further testing, the latex2html seems ok - it generates all the files it > needs, however it also generates .png image files which the .html file > needs - I can not persuade it to build these into the .html (it that > possible anyway?)
No, it isn't. HTML only provides links to images. - I tried '-nosubdir -noexternal_images -nops_images > -split 0', to no avail. Those are probably the very commands that are screwing things up. I'd say you want to lose at least the first two. You might also consider using TTH if you want a more straightforward HTML converter. latex2html is good for longer documents where you want an index, forward and back buttons etc. but TTH works fine for one-page conversions. Robin
