I installed html2latex from Sourceforge and ImageMagic
using Gerben Wierda's iInstaller. All the ImageMagick
commands seem to be in the correct place in the
/usr/local/bin directory, which is in my path. Yet when
I run html2latex, it seems to think they are not there
and no image references appear in the resulting latex
file. Actually, it is fine with me if the jpg's are not
converted, but I would think a graphics command to
incorporate the images would appear in the tex file.
insmouth > html2latex bhatia.html
Duplicate specification "paragraph|par|P!" for option "p"
Processing bhatia.html
FILE: Processing bhatia.html and writing to ./bhatia.tex
IMG: Can't convert bhatia-2_1.jpg without
Image::Magick; using alt
IMG: Couldn't convert bhatia-2_1.jpg; using alt
IMG: Can't convert bhatia-2_2.jpg without
Image::Magick; using alt
IMG: Couldn't convert bhatia-2_2.jpg; using alt
IMG: Can't convert bhatia-4_1.jpg without
Image::Magick; using alt
IMG: Couldn't convert bhatia-4_1.jpg; using alt
IMG: Can't convert bhatia-6_1.jpg without
Image::Magick; using alt
IMG: Couldn't convert bhatia-6_1.jpg; using alt
IMG: Can't convert bhatia-8_1.jpg without
Image::Magick; using alt
IMG: Couldn't convert bhatia-8_1.jpg; using alt
IMG: Can't convert bhatia-8_2.jpg without
Image::Magick; using alt
IMG: Couldn't convert bhatia-8_2.jpg; using alt
IMG: Can't convert bhatia-8_3.jpg without
Image::Magick; using alt
IMG: Couldn't convert bhatia-8_3.jpg; using alt
Logged In: YES
user_id=381248
Installing ImageMagick is not sufficient, you have to install
the Perl binding form ImageMagick, namely: PerlMagick.