Seb a écrit :
On Thu, 6 Aug 2009 15:23:45 +1000,
Ross Moore <[email protected]> wrote:
[...]

Following some leads, I found that the problems stems from a
configuration file having:

# -image_type
# This specifies the type of images produced by latex2html when processing
# unknown environments and/or e.g. math formulae.
#
@IMAGE_TYPES = qw();
$IMAGE_TYPE  = $IMAGE_TYPES[0];

So IMAGE_TYPES is empty.  Reading a bit, I managed to solve this by
creating ~/.latex2html-init with:

@IMAGE_TYPES = qw(png gif);
$IMAGE_TYPE  = $IMAGE_TYPES[0];

Strangely, this problem didn't occur in the past (I've been using
latex2html for years).

As Sid is unstable, this may be a packaging error, perhaps this deserves
an entry in the Debian bug system ?

Unlikely in fact, as LaTeX2HTML is very stable ...

--
Jean-Pierre
_______________________________________________
latex2html mailing list
[email protected]
http://tug.org/mailman/listinfo/latex2html

Reply via email to