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
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
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 = " $
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