lout-users
[Top][All Lists]
Advanced

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

Re: @Place - strange error!


From: Jeff Kingston
Subject: Re: @Place - strange error!
Date: Thu, 21 Aug 2003 08:38:08 +1100

> The following code works, if you take the (depricated) unit ' cm' for the
> definition: def @ptop {10.9 cm}. It fails with a postscript-error, if you
> take any other unit like @ptop {10.9c}.

Here "c" is a symbol available in the x and y parameters of @Place
but not generally elsewhere (which is a good thing, obviously).
I think you could change your definition to

    import @PSLengths
    def @ptop { 0.9c }

and it would work, since @PSLengths supplies the "c" symbol.  Of
course, you would need to be sure that @PSLengths itself was
available, but I think it gets loaded by @SysInclude { doc }.

Jeff


reply via email to

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