I have recently installed Mandrake 8.2 which support latex2html version
2K.1beta (1.62). I have problem when I try to raotate graphics, i.e.
\begin{figure}[hbp]%
\begin{center}%
\epsfig{file=saltsper, height=12cm, angle=-90, clip=}
\caption{}
\label{fig:saltsper}
\end{center}
\end{figure}
but i
Ross:
The problem is caused by the -E switch in the dvips generation of the images.
If I had only read the README.dvips file, I would have seen the following:
CAVEAT: dvips does not handle specials (like psfig, includegraphics)
perfectly in the context of EPS, see also the dvips texinfo. You
I've recently upgraded to L2H99.1, and suddenly .eps files that
previously were converted to gif correctly are failing. The problem
seems to go away if I do not rotate the graphics, i.e.,
this fails:
\includegraphics[width=4in, angle=-90]{sd_sweep.eps}
but this works:
\includegraphics[