Consider using .sp |3.2i after the \& to take it to exactly 3.2i
below top of page.

Clarke

On 01/30/2013 08:40 AM, Ralph Corderoy wrote:
Hi Timothy,

I think you need \&, added below.  It means something has been outputted
before the .sp.

     $ cat t
     .de H1
     .LP
     .ne 1i
   * \\&
     .sp 3.2i
     .B1
     .B2
     \\$1
     .sp 0.15i
     ..
     .
     .bp
     .H1 foo
     .H1 bar
     $
     $ nroff -ms t | uniq -c
          69
           1                              ‐2‐
          22
           1 ┌──────────────────────────────────────────────────────────┐
           1 └──────────────────────────────────────────────────────────┘
           1 foo
          22
           1 ┌──────────────────────────────────────────────────────────┐
           1 └──────────────────────────────────────────────────────────┘
           1 bar
          12
     $

Cheers, Ralph.



Reply via email to