On 2/9/2012 8:35 PM, Shigeharu TAKENO wrote:
shige 02/10 2012
----------------
in versions/html4_0.pl (or versions/html3_2.pl), and modify
elsif ( $frames || $rules ) { $border = " BORDER=\"1\""; };
to
if ( $TBLADDOPT ) { $border = " $TBLADDOPT"; }
elsif ( $frames || $rules ) { $border = " BORDER=\"1\""; }
in the subroutine process_tabular in the same file.
I only see the line, which reads
if ( $frames || $rules ) { $border = " BORDER=\"1\""; };
note, it is 'if' and not 'elsif'
I am looking now at the versions/html4_0.pl on my linux box and was
trying to implement your solution. There is no other line
like this in the file. I assume you either had a typo or we have
different versions. But I'll go ahead assuming it is the same
line. This is version 2008 l2h, 1.71
thanks,
--Nasser
_______________________________________________
latex2html mailing list
[email protected]
http://tug.org/mailman/listinfo/latex2html