Hello everybody.
Inside a picture environment I have a box with a label "GLOBAL".
Then a I want to position another box inside a block with respect to the
global box:
.PS
GLOBAL: box "Global"
[
box "Local" at GLOBAL.s.x, GLOBAL.s.y + 1
]
.PE
It is not working.
Any idea why?
Thanks in adv
> It is not working.
> Any idea why?
I'm not exactly sure what you're trying to draw,
but here's something for you to experiment with:
.PS
GLOBAL: box width 1.2 height 1
"Global" at last box .nw + (.05,-.02) below ljust
[
box width 1 height .5
"Local" at last box .nw + (.05,-.02) below ljus