I was previously using latex2html-96.1 on a FreeBSD-2.1.0 machine.
I recently upgraded my box to FreeBSD-2.2.6 and decided to also update
to latex2html-98.1p1. I just tried rebuilding one of the documents
I'd worked on some time back under the old latex2html, and now I
seem to be having some troubles with figure labels.
with this simple picture:
\begin{figure}[ht]
\setlength{\unitlength}{1.cm}
\begin{picture}(4.5, 4)
\put(1,.5){\framebox(1,1){R1}}
\end{picture}
\caption{danny was}
\end{figure}
I would get a WARNING ``No number of "dannywas"'' and the figure caption
is ``Figure: danny was''.
if I change the \caption{danny was here} then no WARNING and the
figure caption is ``Figure 1.1: danny was here''.
can anyone suggest a debug method to determine why the name and
cross referencing is getting screwed up based on the caption label?
thanks for any suggestions.
danny