Re: [l2h] latex2html and figure generation

2006-05-26 Thread Shigeharu TAKENO
shige 05/26 2006 Gianluca Moro [EMAIL PROTECTED] wrote: Can I include in latex directly png format figures? or can I tell latex2html to use the original png to produce the html pages? For example, if you use \usepackage{graphicx} ... \includegraphics{file.eps} you can

Re: [l2h] latex2html and figure generation

2006-05-26 Thread Bruce Miller
Shigeharu TAKENO wrote: shige 05/26 2006 Gianluca Moro [EMAIL PROTECTED] wrote: Can I include in latex directly png format figures? or can I tell latex2html to use the original png to produce the html pages? For example, if you use \usepackage{graphicx} ...

Re: [l2h] latex2html and figure generation

2006-05-25 Thread Soren O'Neill
Hi Gianluca, I have had the exact same problem. I have tried latex2html and 2-3 other programs - all with the same result. I have not been able to find a solution, other than manually replace the images in the html directory. If you do find a solution, I'd be very interested in hearing it ...

Re: [l2h] latex2html and figure generation

2006-05-25 Thread Bruce Miller
If you're including graphics via the graphics or graphicx packages, all you need to do is leave off the .ps suffix in the \includegraphics markup. LaTeX will look for an appropriate image type, and find ps, latex2html will do similar, but find the png. Soren O'Neill wrote: Hi Gianluca, I have