lout-users
[Top][All Lists]
Advanced

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

Re: PLAIN TEXT


From: francesca piccinini
Subject: Re: PLAIN TEXT
Date: Tue, 02 Oct 2001 14:10:35 +0000

I'm using 3.24 lout version:

with your help and other adjustment i have solved temporary my problems
I believe that the problem is the use of 'ruleabove' in the first page because if you try to use:

@Rowb
 ruleabove {YES}
 A {COD} B {DESCRIPTION}

...... you have....
 COD DESCRIPTION
 ---------------   the rule in not above but below.

There is another problem with multi-page tbl. If you use a table with more 3 cells and the report lentgh is more 2 pages the header shift on the left:

  Page 1

  NUM     COD    DESCRIPTION

  Page 2

  NUM     COD     DESCRIPTION

  Page 3

  NUMODDECSRITION  and so on ....

thank in advance for any suggestion !!

From: "Valeriy E. Ushakov" <address@hidden>
To: Lout Mailing List <address@hidden>
Subject: Re: PLAIN TEXT
Date: Mon, 1 Oct 2001 20:23:24 +0400

On Mon, Oct 01, 2001 at 15:20:57 +0000, francesca piccinini wrote:
> ---COD---DESCRIPTION
> ---aaaa----aaaaaaaaaaa

Strange.  What version are you using?

> bbbb bbbbb
> cccc ccccc
>
>     .....Page -2-
>
> ---------------------
>     COD  DESCRIPTION
> ---------------------
>
> ddddddd dddddddddd
>
> eeeeeee eeeeeeeeee
>
> ---------------------
>            ZB - XXXX
>
> From example showned above the header on first page is not correct
> and there are a spaceline between the line. Can you help me again

As a workaround you might add an empty @Rowb after the table header.
The following works for me (at least I think that's what you want to
achieve):

@Tbl
  indent {left}
  rpc {-}

  marginvertical {0f}

  aformat { @Cell @I A | @Cell @I B }
  arulehorizontal {yes}
  amarginabove { 1f }

  bformat { @Cell A | @Cell B }

  cformat { @StartHSpan @Cell indent {right} A | @HSpan }
  cruleabove { yes }
  cmarginabove { 1f }
{

@Rowa       A {COD} B {DESCRIPTION}
@Rowb       A {}    B {}        # workaround

@HeaderRowa A {COD} B {DESCRIPTION}
@HeaderRowb A {}    B {}        # workaround

@Rowb A { aaaa } b { bbbb }
# ....
@Rowb A { aaaa } b { bbbb }

@Rowc A { ZB - XXX }

@EndHeaderRow
}


SY, Uwe
--
address@hidden                         |       Zu Grunde kommen
http://www.ptc.spbu.ru/~uwe/            |       Ist zu Grunde gehen



_________________________________________________________________
Scarica GRATUITAMENTE MSN Explorer all'indirizzo http://explorer.msn.it/intl.asp


reply via email to

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