Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!snorkelwacker.mit.edu!stanford.edu!neon.Stanford.EDU!rokicki From: rokicki@neon.Stanford.EDU (Tomas G. Rokicki) Newsgroups: comp.text.tex Subject: PostScript small caps fonts and dvips 5.4+ Message-ID: <1991Apr9.230418.7965@neon.Stanford.EDU> Date: 9 Apr 91 23:04:18 GMT Organization: Computer Science Department, Stanford University, Ca , USA Lines: 12 To use a PostScript small caps font with dvips, you do not want to add an entry to psfonts.map; the small caps is handled through a virtual font. The virtual font and its tfm file (and the font it calls) is *all* you need. Thus, for instance, you would afm2tfm Times-Roman -V ptmrc rptmr vptovf ptmrc.vpl ptmrc.vf ptmrc.tfm cp ptmrc.vf tex:vf cp ptmrc.tfm tex:fonts and you are done. No editing of psfonts.map; hopefully the rptmr.tfm already exists.