[l2h] first step in latex2html

jo_latex2html@schlossers.org jo_latex2html@schlossers.org
21 Jun 2002 08:31:53 -0000


Hi Agostino, 

don't use \epsfig. Only use \includegraphics from the graphicx
package.
Strictly follow the scheme 

\begin{figure}[htb]
	\centering
	\includegraphics[width=\linewidth,keepaspectratio=true]{figure}
	\caption{the caption}
	\label{fig:label}
\end{figure} 

to prevent from having difficulties with captions.
Finally ensure that you have at least netpbm 9.25 installed.

Hope this helps...

Joachim