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