[l2h] How to generate a table using latex2html without horizontal lines between rows?

Nasser M. Abbasi nma at 12000.org
Fri Feb 10 11:34:29 CET 2012


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


More information about the latex2html mailing list