I am really sorry. The problem does show up in both cases

I got mixed up, since I havecode like this in latex:

      \begin{rawhtml}
        <img src="A/image.png">
      \end{rawhtml}

And the above is the one that was working OK.  Not the latex code.

So, the problem is there in these 2 cases:

-------------------
\href{A/image}{\includegraphics[]{A/image}}
\href{B/image}{\includegraphics[]{B/image}}
---------------------


AND ALSO


-------------------
\includegraphics[]{A/image}
\includegraphics[]{B/image}
---------------------


I have now solved this finally by going through the
hundreds of images I have, and renaming each image so that
the folder name the image is in, is part of the name. So
now I have

\includegraphics[]{A/A_image}
\includegraphics[]{B/B_image}

and now it works ok.

I am tired, been fighting this problem for 2 days.
The above is the only way to get around it. But now it is
ok. Just have to remember all the time, to append
the folder name to each image I create so all will be
unique.

case closed.

--Nasser

_______________________________________________
latex2html mailing list
latex2html@tug.org
http://tug.org/mailman/listinfo/latex2html

Reply via email to