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

--
[EMAIL PROTECTED]
http://math.nist.gov/~BMiller/

Reply via email to