Hello all!
I can't figure out how to make nroff with the -me package output
text without inter-page space. Whatever I do, it keeps putting
one empty line between pages.
I have set the tm value to zero, and when I try to zero the bm
(bottom margin) value, nroff exits with a crash saying: input
stack limit exceeded, possible infinite loop.
Since nroff itself doesn't insert extra emtyline between pages,
I suppose this has something to do with the me package.
Here's an example:
.nr tm 0v
.nr bm 0v
.pl 5v
.nf
g
h
h
j
j
g
f
d
d
s
s
d
With it nroff crashes. And if I don't set the bm value, the output
contains extra empty lines between pages:
g
h
h
j
j
g
f
d
d
s
s
d
Thanks in advance,
Anton