groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Groff] PIC misunderstanding?


From: shaunjohnson . consultor
Subject: [Groff] PIC misunderstanding?
Date: Fri, 10 Nov 2000 12:02:08 +0000

Greetings,

I am probably being incredibly stupid but could someone please explain to
me
why the two pictures produced by the following fragment of PIC code are
different?
The second picture is the one I would expect.

Before anyone asks: yes, I have read the manual.

This is with GROFF 1.16.1 on Redhat Linux 6.2 for Intel.

   .PS 5in
   [
      move to (0,0)
      line to (1,1) -> "A"
   ]
   [
      move to (0,0)
      line to (-1, 1) -> "B"
   ]
   .PE

   .PS 5in

      move to (0,0)
      line to (1,1) -> "A"


      move to (0,0)
      line to (-1, 1) -> "B"

   .PE

Thanks,
    S.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]