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

2012-02-10 Thread Shigeharu TAKENO
shige 02/11 2012 "Nasser M. Abbasi" wrote: >> 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 ) { $bor

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

2012-02-10 Thread Ross Moore
Hello Nasser, On 10/02/2012, at 22:13, "Nasser M. Abbasi" wrote: > But, this does not solve the issue at hand, which is how to > tell it not add boarder between rows, unless \hline is given. The model for handling tables in LaTeX and HTML are quite different. They cannot be made to match easily

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

2012-02-10 Thread Nasser M. Abbasi
On 2/10/2012 4:34 AM, Nasser M. Abbasi wrote: 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 = " $

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

2012-02-10 Thread Nasser M. Abbasi
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 ) { $b