[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Re: New CLX documentation available]



>>   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)