[l2h] Apparent bug involving figure numbers

Peter N. Yianilos pny@pnylab.com
Sun, 23 Jun 2002 22:43:31 -0400


The program's general operation is terrific, but I have encountered
what I think is a small bug.

When figure captions contain generated images, the figure number
is sometimes not displayed.  The short document below illustrates
this failure.  Note, however, that if the  $-\log_2()$ is
changed to something like $n^2$, the figure number appears.

I don't think it matters what the Postscript

Peter

\documentclass[12pt]{report}

\usepackage[dvips]{graphics}

\begin{document}

Some text.

\begin{figure}
\centering
This is the figure
\caption{
This table sums to $-\log_2()$.
}
\end{figure}

\end{document}