Re: Help font installing in MikTeX 2.9
David Allsopp <[email protected]>
| Newsgroups | gmane.comp.tex.miktex |
|---|---|
| Organization | MetaStack Solutions Ltd. |
| Message-ID | <[email protected]> |
Saravanan Murugaiah wrote: > I am using MikTeX 2.9, in this, I've created all tfm, vf, etc files > installed into respective folders. Just to confirm, so you have a local texmf root somewhere with fonts\tfm, fonts\vf, etc. populated with your files *and you have refreshed the FNDB* (initexmf [--admin] --update-fndb) > Where to I should add the .map files and how to enable those fonts, > please help me in this regard. .map files go into dvips\config in your local texmf root (and make sure the FNDB is refreshed). Then run: initexmf [--admin] --edit-config-file=updmap A notepad window with updmap.cfg will open. Add the line: Map filename.map for each of the .map files you've installed. Close and save this file. Then run: initexmf [--admin] --mkmaps If you're doing this with --admin, these commands need to be run from an elevated command prompt. David ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/