I'm now using something like that:
\begin{figure}
\includegraphics{figs/intro.png}
\end{figure}
The source HTML produced has image source to my full path, like
"/home/joao/work/figs/intro.png".
So it don't work for web. How can I force relative path like
"figs/intro.png"?
Thanks,
Joao.