Hello all, first time here. 

I'm currently using LyX to write a medium size build manual for model aircraft, 
this includes numerous JPEG images
which are currently included using \includegraphics{}.

Everything works 'delightfully' when I go from LyX->PDF, so this email isn't 
about that.

Where my problems come is when I go LyX -> LaTeX and then pipe that through to 
L2H.   The images are progressive PNG's
with a limited colour selection, clearly PNG isn't suited for my situation 
where I'm using JPEG images.

What I thought I might be able to do is to get l2h to reference the image files 
as a link, since I can upload all the
required images with the html files ... I tried the following

latex2html -html_version 4.0 -split 2 -local_icons -show_section_numbers  
-external_images -ps_images qf2bm-001.tex

This generates output like ...

<IMG
 WIDTH="170" HEIGHT="128" ALIGN="BOTTOM" BORDER="0"
 SRC="img130.png"
 ALT="\includegraphics[%
width=100dd]{manual-photos/07pic00044.jpg.eps}">

Where's I'd rather something like   

        SRC="manual-photos/07pic00044.jpg.eps">

from which I could just clean up with sed or other such.

Other than the images, L2H is fantastic, great work.


-- 
PLDaniels Software - http://pldaniels.com
R/C Gear Shop - http://nqrc.com
PGP Public Key at http://www.pldaniels.com/gpg-keys.pld
A.B.N. 19 500 721 806

_______________________________________________
latex2html mailing list
latex2html@tug.org
http://tug.org/mailman/listinfo/latex2html

Reply via email to