lout-users
[Top][All Lists]
Advanced

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

@Diag and @Place


From: Ludovic Court?s
Subject: @Diag and @Place
Date: Wed, 27 Nov 2002 20:32:18 +0100
User-agent: Mutt/1.3.28i

Hi,

I have a diagram where I would like to put a box at coordinates that are
relative to another box.  Here is what I'm doing:

  @Diag
  {
  @Tbl
  {
    [...]
  @Rowa
    B { X:: @Box { box } }
  } # @Tbl

  @Place x { { xcoord X } + 1f } y { ycoord address@hidden }  { @Box { other 
box } }

  //
  [...]
  } address@hidden

The Postscript file generated by Lout in this case is invalid even if the
@Place occurs after the "//" (the same code works fine without the @Place).
What's wrong with this code? Are "xcoord" and "ycoord" forbidden in this
context?

Thanks,
Ludovic.


reply via email to

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