Re: [9fans] troff .sp absolute movement problem

2011-06-26 Thread Rudolf Sykora
> .LP > aaa > .sp |0i > bbb > > I expected bbb to appear at the top of the page. Exactly this happens in > groff: > groff -ms t > t.ps > however not with > 9 troff -ms t |tr2post > t.ps. The same problem appears with the Heirloom troff, too. It seems, however, that when .sp |0i is replaced with .

[9fans] troff .sp absolute movement problem

2011-05-28 Thread Rudolf Sykora
Hello, please, I am having the following problem. With a troff -ms document (named 't') like this .LP aaa .sp |0i bbb I expected bbb to appear at the top of the page. Exactly this happens in groff: groff -ms t > t.ps however not with 9 troff -ms t |tr2post > t.ps. I don't know why... Thanks Rud