lout-users
[Top][All Lists]
Advanced

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

Spanning again


From: Matthias Teege
Subject: Spanning again
Date: Thu, 04 Nov 1999 11:16:28 +0100

Moin,

there was no suggestions about my last questions so i try
it again.

i've made a document with a table including rows and
spanning. My problem ist the different height of the rows.

----------------------------------------
|         | row one                    |
| picture |-----------------------------
|         | row two                    |
|         |                            |
----------------------------------------

The height of the picture isn't fix. Is there any way to
make the rows height equal?

Here is my code (use your own picture :-))

@Tbl
indent { ctr }
indentvertical { ctr }
rulewidth { 0.0001c }
rule { yes }
 aformat { @StartHSpan @Cell A | @HSpan | 
           @Cell width { 3c } B | 
           @Cell width { 1.1c } C | @Cell width { 2c } D | 
           @Cell width { 2c } E }
 bformat { @StartVSpan @Cell width { 3c } A | 
           @Cell width { expand } indent { left } 10p @Font X | 
           @Cell 10p @Font B | @Cell C | @Cell 10p @Font  D |
           @Cell E }
 cformat { @VSpan | @Cell indent { left } 10p @Font X | 
           @Cell 10p @Font B | @Cell C | @Cell 10p @Font D |
           @Cell E }

{
@Rowa
 A { Artikel }
 B { Bestell-Nummer }
 C { Menge }
 D { Einzelpreis }
 E { Gesamtpreis }
@Rowb
 A { {} @Scale @IncludeGraphic
"/home/matthias/daten/katalog/pictures/2208815.ps.gz" }
 X { Teekanne Fruits Basket, 0.5l }
 B { 2208815 }
 D { 29.95 }
@Rowc
 X { Teekanne, Gingham bunt, 1l }
 B { 2208825 }
 D { 39.95 }
}

Is it impossible?

Many thanks
Matthias


reply via email to

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