When I have a math environment in my table caption, the table number
gets lost somewhere. Removing the math stuff brings back the table
number. The caption looks fine.
As a simple example:
\documentclass[dvips]{article}
\usepackage[dvips]{graphicx}
\usepackage{html,htmllist}
\begin{document}
\begin{table}[htbp]
\begin{center}
\begin{tabular}{||c||c|c||} \hline
First & Second & This is the third column \\ \hline
\end{tabular}
\caption{Sheet resistance structures in the 0.8~$\mu$m bulk scribe
PCM.}
\label{tab:sheet_rhos}
\end{center}
\end{table}
\end{document}
L2H warns:
No number for "Sheetresistancestructuresinthe0.8mbulkscribePCM."
Removing the $\mu$ fixes the problem and restores the table number.
I'm using l2h 98.1p1 on an IBM RS6K, AIX 4.2.1, with perl 5.004_04.
--
John McKitterick [EMAIL PROTECTED]
AlliedSignal Microelectronics and Technology Center
Columbia, MD (410) 964-4068
--------------------------------------------------------
| "It's tomorrow that counts. So you worry all the time. |
| It never ends. Lord, baseball is a worrying thing." |
--------------------------------------------------------