Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!brl-adm!adm!abrams@mitre.arpa From: abrams@mitre.arpa (Marshall D. Abrams) Newsgroups: comp.unix.questions Subject: Pic problem Message-ID: <2103@brl-adm.ARPA> Date: Sun, 4-Jan-87 16:01:04 EST Article-I.D.: brl-adm.2103 Posted: Sun Jan 4 16:01:04 1987 Date-Received: Sun, 4-Jan-87 21:54:12 EST Sender: news@brl-adm.ARPA Lines: 24 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