> Could anybody tell me how to instruct dvips > to use bluesky fonts instead of the standard > Computer Modern fonts?
The following works with standard teTeX-1.0. I don't know if this is different in RedHat's version... cd `kpsewhich -expand-var='$TEXMFMAIN'`/dvips/config vi updmap # or use a different editor # change type1_default=false -> type1_default=true ./updmap That's it. updmap is described in TETEXDOC, just texdoc TETEXDOC Thomas