>
> Hi again.
>
> After increasing the paper size problem was better. But even after using
> 'a0' the problem was there.
>
> I could fix this problem by changing
>
> \documentclasss[10pt,landscape,twocolumn]{seminar}
>
> to
>
> \documentclass[10pt]{article}
>
> At first I thought latex2html simply ignore those things which can not
> understand, but seems it's not the case.
>
The preamble from your document becomes part of the preamble to
the LaTeX job used for image-generation.
This is necessary, in case the images need code from packages that
may have loaded --- such as seminar in this case.
LaTeX2HTML does try to reset the page-size parameters, and margins
to give the greatest control over placement of the *ink* for
the images that are to be created.
However it cannot anticipate every possible situation, with every
combination of packages and package-options.
If you are having trouble with some package, and are absolutely
sure that there are no LaTeX errors in the images.tex file,
then please send me a URL where I can access your code, for testing.
LaTeX2HTML has a sufficiently flexible option-loading mechanism
that ill-effects from a combination of options *can* be anticipated
and neutralised, provided we have seen it already,
and understand just what is that combination of packages/options.
Hope this helps,
Ross Moore