lout-users
[Top][All Lists]
Advanced

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

Re: Establishing links between leaves of a tree


From: Ludovic Courtès
Subject: Re: Establishing links between leaves of a tree
Date: Thu, 9 Jan 2003 20:35:27 +0100
User-agent: Mutt/1.3.28i

Hi,

On Thu, Jan 09, 2003 at 09:01:41PM +0300, Gabor Greif wrote:
> I slightly changed an example from the user manual:
> 
> @Diag {
> @Tree {
> @Circle A
> @FirstSub {
> @Circle B
> @FirstSub @Square C
> @NextSub @Square D
> }
> E:: @NextSub @Circle E
> F:: @NextSub @Circle F
> }
> //
> @Link from { E } to { F }
> }

It looks like you should rather try the following:

  @NextSub E:: @Circle E
  @NextSub F:: @Circle F

Hope this helps,
Ludovic.


reply via email to

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