@echo off rem install BSR fonts if %1. == . goto nofondir echo Installing BSR type 1 fonts... mkdir %1 mkdir %1\ps unzip -j cmps-pc.zip cmpsfont/pfb/*.pfb -d %1\ps unzip -j cmps-pc.zip cmpsfont/fonts/*.pfb -d %1\ps goto common :default echo Installing BSR type 1 fonts... mkdir \texfonts mkdir \texfonts\ps unzip -j cmps-pc.zip cmpsfont/pfb/*.pfb -d \texfonts\ps unzip -j cmps-pc.zip cmpsfont/fonts/*.pfb -d \texfonts\ps :common unzip -j cmps-pc.zip cmpsfont/mapfiles/PSFONTS.CMZ -d \emtex\data\dvips copy config.bsr \emtex\data\dvips mkdir emtex\mytex unzip -j cmps-pc.zip cmpsfont/cmsample.tex -d \emtex\mytex echo I have installed the required fontmap file and the pfb echo files. I have not done anything with the pfm (Postscript echo Font Metric) files. Most likely you don't need these, but if echo you do need them for some reason you must figure out where echo they ought to go and install them yourself. echo *** echo I have also put the sampler file, cmsample.tex, into echo \emtex\mytex. To get a sample of the complete range echo of BSR fonts, run _plain TeX_ then dvips on cmsample.tex, echo and print the resulting ps file. goto alldone :nofondir echo You did not specify a TeX fonts directory. If you like, I will echo proceed using the default of \texfonts. Otherwise press Ctrl-C echo to abort installation. pause goto default :alldone