> >> LaTeX Warning: Float too large for page by 1873.00085pt on input line
>
> > No. It was a mistake of mine.
>
> Nevertheless, this may be worth looking into a bit. I get two of these
> warnings, and four overfull hbox warnings, when compiling with the htm
> option on.
My fault.
> This is not a big problem, but it is a bit annoying because
> it forces me to look closely if perhaps an important warning is hidden
> inbetween. Maybe, since for the HTML output the pagesize is irrelevant,
> it is possible to have TeX4ht set the pagesize to a very large
> value?
This can cause too much burdun on TeX as far as resources are
concerned. Instead TeX4ht sets the lines and spaces to flexible
dimensions, and hides the warning messages from the users.
You can turn the overfull warning messages on with the ‘fussy’ option
of \Preamble. So far I never found this option to be useful,
and I suspect that the only place it can become useful is when
dvi pictures overflow the page dimensions.
fussy option in \Preamble to see box overlows. Typically, this
messages are irrelevant.
> >> LaTeX Warning: Float too large for page by 1873.00085pt on input line
>
> > No. It was a mistake of mine.
>
> Nevertheless, this may be worth looking into a bit. I get two of these
> warnings, and four overfull hbox warnings, when compiling with the htm
> option on.
My fault.
> This is not a big problem, but it is a bit annoying because
> it forces me to look closely if perhaps an important warning is hidden
> inbetween. Maybe, since for the HTML output the pagesize is irrelevant,
> it is possible to have TeX4ht set the pagesize to a very large
> value?
This can cause too much burdun on TeX as far as resources are
concerned. Instead TeX4ht sets the lines and spaces to flexible
dimensions, and hides the warning messages from the users.