Path: utzoo!attcan!uunet!snorkelwacker!bloom-beacon!LISP-SUN.SLISP.CS.CMU.EDU!Christopher.Hoover From: Christopher.Hoover@LISP-SUN.SLISP.CS.CMU.EDU Newsgroups: comp.windows.x Subject: Re: [Re: New CLX documentation available] Message-ID: <11384.625425938@LISP-SUN.SLISP.CS.CMU.EDU> Date: 26 Oct 89 17:25:38 GMT References: <2834399207-238022@SSB> Sender: daemon@bloom-beacon.MIT.EDU Reply-To: Christopher.Hoover@cs.cmu.edu Organization: The Internet Lines: 22 >> 1) All of the postscript files are missing the "%!" magic >> header. This will probably confuse a lot of people. >> >> 2) Your postscript prolog needs the following: >> >> userdict /letter known not {/letter {} def} if To be more specific: Append the following lines to the beginning of each of the postscript files: ------------------------------ CUT HERE ------------------------------ %! userdict /letter known not {/letter {} def} if ------------------------------ CUT HERE ------------------------------ -- Chris. (Christopher.Hoover@CS.CMU.EDU)