[Groff] looping in Pic

2012-03-15 Thread emmanuel chemla
A newbie question in Pic: Having to draw a ruled paper, I finally succeeded in writing this short program : .PS lineWidth=3i interlineHeight=0.2 line lineWidth; line lineWidth at last line.start +(0i, -interlineHeight) line lineWidth at last line.start +(0i, -interlineHeight) line lineWidth a

Re: [Groff] looping in Pic

2012-03-15 Thread Ted Harding
On 15-Mar-2012 emmanuel chemla wrote: > A newbie question in Pic: > Having to draw a ruled paper, I finally succeeded in writing > this short program : > > .PS > lineWidth=3i > interlineHeight=0.2 > > line lineWidth; > line lineWidth at last line.start +(0i, -interlineHeight) > line lineWidth