From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Russ Cox" To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20001109194831.50777199E3@mail.cse.psu.edu> Subject: [9fans] %DVIPSPage Date: Thu, 9 Nov 2000 14:48:19 -0500 Topicbox-Message-UUID: 26a74160-eac9-11e9-9e20-41e7f4b1d025 that's a weird bug in the plan9 dvips setup. if you do dvips -Ppsfonts foo.dvi > foo.ps or dvips -Pbitmapfonts foo.dvi > foo.ps then you get nice %%Page: boundaries, but if you do dvips foo.dvi >foo.ps or (i think) dvips -Pps foo.dvi >foo.ps you get this weird %DVIPS stuff. if any tex wizards out there know how to fix this, please let me know. thanks. russ