abrams@mitre.arpa (Marshall D. Abrams) (01/05/87)
I am trying to use pic to draw a figure about 10 incles wide. Pic insists on reducing the size to 8 x 8. I would appreciate any hints on how to prevent this. The pic file follows. Please respond directly; I am not on this list. Thanks very much. Sincerely, - Marshall D. Abrams, phone: (703) 883-6938 The MITRE Corporation, 7525 Colshire Drive Mail Stop Z670, Mc Lean, VA 22102 -----------pic test file ------------------- .PS 10 boxwid=2.0i boxht=1i .ll 11i B1: box B2: box at (B1.c.x+2.6,B1.c.y) B3: box at (B2.c.x+2.6,B1.c.y) B4: box at (B1.c.x-1,B1.c.y-1.5) B5: box at (B2.c.x-1.3,B1.c.y-1.5) .PE