View | Details | Raw Unified
Collapse All | Expand All

(-) latex2html-2002-2-1/versions/table.pl (-1 / +1 lines)
 Lines 91-97    Link Here 
    ($pxs,$len);
    ($pxs,$len);
}
}
# should no longer be needed, as this is defined in latex2html.pin
# should no longer be needed, as this is defined in latex2html.pin
if (undefined (&convert_length)) { sub convert_length {&convert_length_table(@_)} }
if (!defined (&convert_length)) { sub convert_length {&convert_length_table(@_)} }
# Translates LaTeX column specifications to HTML. Again, Netscape
# Translates LaTeX column specifications to HTML. Again, Netscape
# needs some extra work with its width attributes in the <td> tags.
# needs some extra work with its width attributes in the <td> tags.