[l2h] graphics problem
Jon Williamson
jon.williamson@kcl.ac.uk
Wed, 13 Jun 2001 19:13:38 +0100
Hi - I've installed l2h on a win32 system using miktex: my problem is with
the way l2h translates an "\includegraphics" command - it seems to split the
filename onto two lines.
Here is the Latex code:
\begin{figure*}
\caption{Number of Bayesian articles by year.}
\label{graphic:wosss}
\begin{center}
\includegraphics[width=13.28cm, height=7.368cm]{wosss.gif}
\end{center}
\end{figure*}
Here is the html translation:
<P></P>
<DIV ALIGN="CENTER"><A NAME="graphic:wosss"></A><A NAME="70"></A>
<TABLE>
<CAPTION ALIGN="BOTTOM"><STRONG>Figure 1:</STRONG>
Number of Bayesian articles by year.</CAPTION>
<TR><TD>
<DIV ALIGN="CENTER">
<IMG
WIDTH="629" HEIGHT="348" ALIGN="BOTTOM" BORDER="0"
SRC="D:
<BR>
wosss.gif"
ALT="Image D:
<BR>
wosss.gif">
</DIV></TD></TR>
</TABLE>
</DIV><P></P>
Basically it puts "D: <BR>" in front of the filename. Am I doing something
wrong? If not, is there a way round this?
Thanks,
Jon