Re: [l2h] already generated image inclusion

2002-10-04 Thread Bruce Miller
[EMAIL PROTECTED] wrote: \includegraphics[scale=\imgscale]{figs/4a_sbs-build-image1.\sbsext} What's \sbsext ? Why don't you just leave off the extension entirely let the graphics package choose? For latex/dvips it'll choose .ps or .eps; for latex2html it'll prefer a .gif, .jpg or .png if

[l2h] already generated image inclusion

2002-10-04 Thread Benoit des Ligneris
Hello, I'd like to use already generated images (png) in a converted latex2html document for the OSCAR project (oscar.sf.net). Original images are screenshots and are then converted to eps automatically. I wonder how to use the original images (png) into the HTML document rendered by

Re: [l2h] already generated image inclusion

2002-10-04 Thread Bruce Miller
[EMAIL PROTECTED] wrote: Well, I think I spoke too fast. All my tests were local and were working. However, the problem is that the SRC arguments of the IMG tags are absolute ie something like /home/ben/oscar/doc/dev/install/figs/my_fig.png I'm not sure which problem you're reporting with

Re: [l2h] already generated image inclusion

2002-10-04 Thread bligneri
Hello, Ross is describing the powerfull, fully-general approach of conditionalizing the source so that you say explicitly what should go into the LaTeX runs vs. what should go into the HTML runs. Yes. This approach is working perfectly however it implies two things that I'm not sure I

[l2h] 3 questions

2002-10-04 Thread Victor Zagorski
latex2html, To developers: 1) do you plan to produce formulas in MathML 2) maybe you shoud produce XML not HTML 3) i would write l2h in java, which has everything to produce both HTML and XML, and only requres an gs file importer, which can be written in day or two (if you have a little time).

Re: Re[2]: [l2h] bug under win32

2002-10-04 Thread Ross Moore
Hi Victor, The code above cant understand the capabilities of Aladdin gs file:config.pl line:1052 while (GS) { chomp; if($flag == 0 /Ghostscript\s*(?:Version|(?:PRE-|BETA |TESTER )RELEASE|)\s*(\d+[.]?\d*)/i) { $gs_version = $1; $flag = 1;