Hi,

Sorry I've been away, else I'd have followed up on this
much sooner.

> But the problem for me is that adding "../" is not enough.
> I have two hundreds image with different paths, I do not want to rewrite
> all the paths explicitely for each image, since for latex all I had to
> do was to put the 20 different paths in the \graphicspath{}.

Not sure why this isn't working.

Nevertheless, under Unix you can make a symbolic link within the directory
where the HTML files are constructed:

  ln -s ../figs .

or to several directories in one shot:

  ln -s ../{figures,photos,graphics,icons} .

(using the actual directory names, of course).
Now there is no need for extra paths preceding filenames.


Hope this helps,

        Ross Moore


> Moreover, I cannot define something like your screenshot, because
> sometimes I want to include from one to 9 images in the same figure.
> And screenshot works for one image only.
> 
> Thank you for your help anyway.
> 
> Thomas
_______________________________________________
latex2html mailing list
[EMAIL PROTECTED]
http://tug.org/mailman/listinfo/latex2html

Reply via email to