From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3f0c386ce1b06f54d29bf93929de06fe@plan9.bell-labs.com> From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] Postscript incantation MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Sun, 10 Feb 2002 12:41:49 -0500 Topicbox-Message-UUID: 4fa29280-eaca-11e9-9e20-41e7f4b1d025 This is the script I typically use: fontify /tmp/a It looks at the postscript headers to figure out which fonts are needed. g% cat /bin/fontify #!/bin/rc echo %!PS-Adobe-2.0 cat $* | aux/download -f -H/sys/lib/postscript/font -mfontmap -r/sys/lib/postscript/font/lw+ g% I think for the Volume 1 conversion I used /sys/doc/cleanps, which does approximately the same thing but for a fixed set of needed fonts. Russ