lout-users
[Top][All Lists]
Advanced

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

Re: Not quite right .pdf generation


From: Valeriy E. Ushakov
Subject: Re: Not quite right .pdf generation
Date: Tue, 30 Nov 1999 13:40:00 +0300

On Mon, Nov 29, 1999 at 11:30:57AM -1000, Robert Valliant wrote:

> lout test > test.ps             generates a perfect .ps file
> 
> lout -PDF test > test.pdf       doesn't

> @Rowf
>  A {[Signature] |1.65it Big Cheese |2.65it Supremo
>      //0.6vx
>      @Fig {
>        @HLine { 3.8i @Wide }
>        //0.6vx
>        Approving Authority |0.53bt Typed Name |0.92bt Title
>      }
>  }
>  B {[Signature] |1.75it 12"/"7"/"1999
>     //0.6vx
>     @Fig {
>       @HLine { 2.25i @Wide }
>       //0.6vx
>       Fiscal Officer |1.75it Date
>     }
>  }

You are using @Fig, which is not supported in PDF backend.

For the signature block you can, perhaps, use nested tables.  Or you
can try this instead:

 A {[Signature] |1.65it Big Cheese |2.65it Supremo
    //0.6vx
    3.8i @Wide { @LocalWidthRule }
    //0.6vx
    Approving Authority |0.53bt Typed Name |0.92bt Title
 }

 B {[Signature] |1.75it 12"/"7"/"1999
    //0.6vx
    2.25i @Wide { @LocalWidthRule }
    //0.6vx Fiscal Officer |1.75it Date
 }

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


reply via email to

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