lout-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem with nested tables


From: Andrea Albarelli
Subject: Problem with nested tables
Date: Fri, 7 Apr 2000 01:08:16 +0400 (MSD)

I'm a newbie, so maybe this problem is trivial :

I have tho nested tables and i don't want to have the blank space above the
begin of the nested table in the first row of the main table.

Sorry if it's a stupid question ...

The faulty source is :

@SysInclude { tbl }
@SysInclude { picture }
@Illustration {
@Tbl
   rule { yes }
   aformat { @StartHSpan @Cell indent { ctr } A | @HSpan }
   bformat { @Cell A | @Cell B }
   ab { 0p }
 {
 @Rowa
   A {
@Tbl
   rule { yes }
   ap { lightgrey }
   aformat { @Cell indent { ctr } A }
 {
 @Rowa
   A { padova } m { 4p }
 }
 } m { 0p } h { 0p }
 @Rowb
   A {  }
   B {  }
 @Rowa
   A {  }
 }
} 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]