[l2h] Table caption \labels

Bruce R Miller Bruce R Miller <bruce.miller@nist.gov>
Mon, 06 Nov 2000 18:09:58 -0500


Hello again;
   I found what I think is a problem in do_env_table.  In the
branch where that table _can_ be translated to HTML, the table number
wasn't being found right.  It looks like translate_environments is
digesting the \label before &extract_labels can find it.

      # BRM: Swapped next 2 lines: translate_environment was eating
\label.
	($_,$anchors) = &extract_labels($_); # extract labels
	$_ = &translate_environments($_);
#	($_,$anchors) = &extract_labels($_); # extract labels

--
bruce.miller@nist.gov
http://math.nist.gov/~BMiller/