On 4/12/12 7:05 PM, Ralph Corderoy wrote:
Hi Louis,
In groff_ms, 2 column mode, how does one jump to the next column?
Saying a large amount of vertical space is needed with .ne works, though
there may be an official better way. Also, note how the top of the
second column ends up starting hig
Hi Louis,
> In groff_ms, 2 column mode, how does one jump to the next column?
Saying a large amount of vertical space is needed with .ne works, though
there may be an official better way. Also, note how the top of the
second column ends up starting higher.
$ (seq 20; echo .PP; echo .2C; seq
Hello!
In groff_ms, 2 column mode, how does one jump to the next column?
e.g.
--- 8< --
.2C
Some short text, not enough to force a new column.
.COLUMNBREAK
This should appear at the top of the next column.
--- 8< --
Is there a macro that does what I wa