lout-users
[Top][All Lists]
Advanced

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

Re: table rows in a galley


From: Ludovic Courtès
Subject: Re: table rows in a galley
Date: Fri, 03 Oct 2008 11:52:04 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux)

Hi,

"Jennings, Jared L CTR USAF AFMC 46SK/CCI"
<address@hidden> writes:

> --------
>
> @SysInclude { doc }
> @SysInclude { tbl }
>
> def @FooGalley { @Galley @FooGalley }
> def @MyTbl {
>     @Tbl rh { yes } w { expand }
>          aformat { @Cell A | @Cell B }
>     {
>         @Rowa A { country } B { population }
>         @FooGalley
>     }
> }
> def @Country into { @FooGalley&&preceding }
>         named name {} named population {} {
>     @Tbl {} @Open { @Rowa A { name } B { population } } }
> @Doc @Text @Begin
> @DP stuff @DP
> 4i @Wide 5i @High @MyTbl
> @DP other stuff
> @Country name { Molduria } population { 103 }
> @End @Text
>
> ---------
>
> Errors:
>
> first run after rm *.ld *.li:
> lout file "foo":
>     20,1: no @FooGalley galley target precedes this
> @FooGalley&&preceding

There must be an address@hidden' invocation at some point before the
address@hidden' invocation, otherwise address@hidden' has no galley to get in.

(Esthetically, you could handle this by having an address@hidden'
symbol that invokes address@hidden'.)

Thanks,
Ludo'.



reply via email to

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