[l2h] referencing embedded images
Mark Jeynes
mark@jeyno.freeserve.co.uk
Wed, 20 Mar 2002 21:30:25 -0000
I'm looking for help with latex2html.
I have a .tex file that uses an \includegraphics{image.png} command.
When I run the file through latex2html, the generated html pages refer to
the image file by its fully qualified filename and path - great when I
browse it on my local machine, not so great when I move the pages and image
directory to an http server.
What I'd like to see is pages where the references are stated as a relative
address...
Is there some way I can make this happen?
Many thanks