Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!wuarchive!udel!haven!umbc3!umbc5.umbc.edu!cs472119 From: cs472119@umbc5.umbc.edu (cs472119) Newsgroups: comp.sys.amiga Subject: Re: Post 1.1 Message-ID: <3969@umbc3.UMBC.EDU> Date: 19 Sep 90 02:12:57 GMT References: <1990Sep10.190034.14709@hayes.fai.alaska.edu> <42367@sequent.UUCP> Sender: newspost@umbc3.UMBC.EDU Reply-To: cs472119@umbc5.umbc.edu.UUCP (cs472119) Organization: University of Maryland, Baltimore County Lines: 33 In article <42367@sequent.UUCP> cseaman@sequent.UUCP (Chris "The Bartman" Seaman) writes: >axjjb@acad2.anc.alaska.edu (BRYANT JOHN J) writes: >< HEELPP.... >< >< I am trying to get some postscript printouts using Post 1.1 and I am having >< severe difficulties... >< >< The problem is when Post 1.1 reads a postscript file created >< with excellence 2.0. I do have postscript fonts. When I try >< to print it I get several line feeds..that's all... >< >If anyone out there can help, I am having similar problems. I have >conman loaded, specified all the required assigns, placed some >postscript fonts in the PSFonts: directory (I think that is what it was Be sure that you have modifyed INIT.PS to indicated the proper directory and A DEFAULT FONT. There are notes in the file about which lines to delete/change to affect these paramters. I was getting blank pages because Pagestream specifyed fonts that did not come with POST, and I had not yet set a default font. BTW, if you get BIND errors, as I did running a pagestream file, it is because of (and take it easy on me here - I don't know postscript) strict type checking on the command "BIND DEF". Evidently, pagestream used plain "DEF" and "BIND DEF" (abbreviated as BDEF) carelessly. I noticed that "BIND DEF" should follow procedure-like declarations, while "DEF" is for variable assignments and aliases and such. I wrote a small program to go through and make appropriate changes. It is available on AMIGABASE BBS at (301) 760-2483. -Larry Augsburger