Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!usc!apple!bionet!agate!ucbvax!ANDREW.CMU.EDU!wjh+ From: wjh+@ANDREW.CMU.EDU (Fred Hansen) Newsgroups: comp.soft-sys.andrew Subject: Re: Installation Problems Message-ID: Date: 27 Jun 89 18:55:33 GMT References: <8906201454.AA03067@gvlv2.GVL.Unisys.COM> Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 39 > Excerpts from ext.in.info-andrew: 20-Jun-89 Installation Problems > Kenneth B. Sall@gvlv2.GV (2389) > "can't > open modefont andysans12b" Have you checked the fonts in /usr/andrew/fonts? There should be an andysans12b.fwm file which is a link to a helvetica12b.fwm file. Both files would have to be readable by all users. (Or possibly there is some difference in font support between R2 and R3. I don't know about that area.) > files with graphics and rasters do not print correctly . . . v2ip is not a PostScript printer, although we have one available ATK relies on postscript for graphics and rasters; you would have to use a postscript printer. > More information about the format > that a file to be printed is in at each stage of the ezprinting would be > helpful in determining how to print on our system. The input to formatcommand is a file in troff input form. The output can be in whatever form is suitable for input to the printcommand. You have to run troff with -Tpsc. The printcommand should somehow arrange to run the device-independent troff output through Adobe's transcript software (psdit is the specific program) to get from troff output to postscript input. > 4. This may be related to #1, but in ez, we cannot bring up the menus > Font, Justify, or Region to put in styles into the text. I suspect some problem with your templates or template paths. You can test this hypothesis by selecting AddTemplate from the File menu and giving the full pathname of a template file (/usr/andrew/lib/templates/default.template may be such a file). FredH