Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!dali.cs.montana.edu!caen!uwm.edu!ux1.cso.uiuc.edu!yoyodyne!pwebb From: pwebb@yoyodyne.ncsa.uiuc.edu (Peter Webb) Newsgroups: comp.text.tex Subject: MetaFont problem Message-ID: <1991Apr23.162749.13101@ux1.cso.uiuc.edu> Date: 23 Apr 91 16:27:49 GMT References: <6468@husc6.harvard.edu> Sender: usenet@ux1.cso.uiuc.edu (News) Organization: National Center for Supercomputing Applications at Urbana Illinois Lines: 51 I'm having trouble installing and using dvips on a Sun3/160 running OS4. I got the University of Washington TeX distribution from labrea.stanford.edu, and built it with minimal difficulty. I downloaded dvips from the same source and built it successfully. However, when I try to run a small (1 page) file through LaTeX and then dvips, I run into difficulty. LaTeX seems to process the file correctly (at least it makes no complaints) but the same is not true for dvips. This is the first document ever printed with dvips from this machine, so none of the fonts are available yet - I understand that metafont will be invoked by dvips to build them. But when metafont is invoked, this is the result! ***********Begin Inclusion********* % dvips summary This is dvips 5.47 Copyright 1986-91 Radical Eye Software ' TeX output 1991.04.19:1146' -> !lpr - MakeTeXPK cmbx10 329 300 magstep\(0.5\) cmmf \mode:=imagen; mag:=magstep(0.5); scrollmode; input cmbx10 \. [1] *********End Inclusion************* Apparently, even though metafont was told to produce cmbx10.329pk (the metafont man page says that any 300 dpi font at magstep(0.5) is a 329 dpi font) it actually produced a 285 dpi font. Can anybody out there explain this or suggest how I might fix the problem? I created the cmplain.base and plain.base files with inimf and installed them where mf and cmmf can find them. I've got cmmf aliased to virmf '&cmplain', as the documentation suggests to do. Any hints or help will be greatly appreciated. Thanks. Peter Webb, (pwebb@ncsa.uiuc.edu) PS I've tried using both mf and cmmf - the results are the same.