Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!rutgers!sun-barr!apple!agate!shelby!neon!rokicki From: rokicki@Neon.Stanford.EDU (Tomas G. Rokicki) Newsgroups: comp.text.tex Subject: Re: Problem with MakeTeXPK (dvips) Message-ID: <1990Dec6.025553.19530@Neon.Stanford.EDU> Date: 6 Dec 90 02:55:53 GMT References: <1990Dec6.003643.9289@ccu1.aukuni.ac.nz> Distribution: comp Organization: Computer Science Department, Stanford University Lines: 26 >I am using dvips 4.1 on a SGI 4D/240S running Irix 3.3.1 and this is my Please get and use 5.4. > mf "\base:=imagen; mag:=magstep(4.0); input cmcsc10.mf" produced Presuming you mean \mode:=imagen; instead of \base:=imagen, born out by the log file, > **\mode:=imagen; mag:=magstep(4.0); input cmcsc10.mf > ... > The letter A [65] This means that your `plain.base' was made without knowledge of the `imagen' mode def, so you are getting proof mode characters by default. Fix this by installing plain.base correctly. Often this is done by inimf **plain *input waits ; *dump where `waits' is whatever the local mode_def file on your machine is. Now install plain.base where it belongs and try again. -tom