[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] PIC: access global labels from within a [] block
From: |
Tadziu Hoffmann |
Subject: |
Re: [Groff] PIC: access global labels from within a [] block |
Date: |
Thu, 7 Jul 2016 12:36:59 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
> 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.