> 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 ljust
] with .s at GLOBAL.s + (0,.1)
.PE


A bracketed block can be treated as a single unit and aligned
like any primitive object, but I don't think it is possible
to align the entire block by specifying an "absolute" position
for an internal sub-component of the block.



Reply via email to