[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] Line Spacing of Text in pic Objects.
From: |
ralph |
Subject: |
Re: [Groff] Line Spacing of Text in pic Objects. |
Date: |
Thu, 28 Mar 2002 13:29:02 +0000 |
Hi Tadziu,
> > Try changing the baseline spacing with .vs.
>
> Okay, here's an ugly hack that works (more or less).
>
> .sp 3c
> .ps 10
> .vs 12
> .PS
> circle "abc" "def"
> .vs 5
> .sp 7p
> circle "\s[4]abc\s[0]" "\s[4]uvw\s[0]" "\s[4]xyz\s[0]" "\s[4]def\s0"
> .vs 12
> .sp -7p
> circle "abc" "def"
> .PE
Thanks for that. In the end I found the incantation required was
.de newsize
.sp 1
.vs \\$1
.ps \\$1
.sp -1
..
.de oldsize
.sp 1
.ps
.vs
.sp -1
..
.newsize -4
"93 H3" \
"Pittosporum Irene P" \
"evgr, h4' s2', frgnt" \
"flrs l8 spring" \
"#1 d2'" \
at Plant_1.c
.oldsize
in order to get everything balanced out so later items weren't
displaced.
Thanks,
Ralph.