Bob Donahue wrote...
@ 2) The first paper I'm working on has 14 figures. For 4 of them,
@
@ that there is no number associated with [text from caption].
@ But it doesn't mess up the order or numbering of the figures that
@ it is happy with. For example, Figs 1 and 2 are fine, 3 loses
@ its "3" (you get <STRONG>Figure:</STRONG> for output), but
@ Figs. 4 and 5 are fine (labeled "4" and "5"). I can't find anything
@ about the input to LaTeX that might cause this problem.
@
I've reported the same problem for my "monster paper". I have tracked
down the problem to the following:
1) Figure numbers are missing when (using -no_math -html_version
"3.2,math") a math appears in the caption which L2H must convert into an image.
2) The "problem" is that the figure number is stored using a key derived
from a compressed form of the caption, BUT when it is retrieved a DIFFERENT key
is used, so it isn't found.
3) I'm currently working on a fix for this, and will let you know when
I find it.
Regards,
Bob Daley