Installation of Fonts in Miktex...
I have several Type1 fonts which need to be installed such that LaTeX knows about them. To achive this under Miktex you have to follow these steps:
- Setup you localtexmf tree with the fonts or copy your localtexmf tree from a different installation into the corresponding Miktex directory.
- Run
initexmf --edit-config-file updmap. That will open an editor. - Insert in that file all map files in the following form:
Save the file afterwards.Map xyz.map - Run
initexmf --mkmapsto rebuild the font map files.
