diff -cN latex2html-2002-2-1/versions/html2_2.pl.ORG latex2html-2002-2-1/versions/html2_2.pl
*** latex2html-2002-2-1/versions/html2_2.pl.ORG Fri Sep 27 14:15:03 2002
--- latex2html-2002-2-1/versions/html2_2.pl Sat Nov 23 21:27:15 2002
***************
*** 91,97 ****
($pxs,$len);
}
# should no longer be needed, as this is defined in latex2html.pin
! if (undefined &convert_length) { sub convert_length {&convert_length_table(@_)} }
# Translates LaTeX column specifications to HTML. Again, Netscape
# needs some extra work with its width attributes in the
tags.
--- 91,97 ----
($pxs,$len);
}
# should no longer be needed, as this is defined in latex2html.pin
! if (!defined(&convert_length)) { sub convert_length {&convert_length_table(@_)} }
# Translates LaTeX column specifications to HTML. Again, Netscape
# needs some extra work with its width attributes in the | tags.
diff -cN latex2html-2002-2-1/versions/table.pl.ORG latex2html-2002-2-1/versions/table.pl
*** latex2html-2002-2-1/versions/table.pl.ORG Fri Sep 27 14:15:03 2002
--- latex2html-2002-2-1/versions/table.pl Sat Nov 23 21:27:23 2002
***************
*** 91,97 ****
($pxs,$len);
}
# should no longer be needed, as this is defined in latex2html.pin
! if (undefined &convert_length) { sub convert_length {&convert_length_table(@_)} }
# Translates LaTeX column specifications to HTML. Again, Netscape
# needs some extra work with its width attributes in the | tags.
--- 91,97 ----
($pxs,$len);
}
# should no longer be needed, as this is defined in latex2html.pin
! if (!defined(&convert_length)) { sub convert_length {&convert_length_table(@_)} }
# Translates LaTeX column specifications to HTML. Again, Netscape
# needs some extra work with its width attributes in the | tags.
|