Possible Duplicate:
Manual font installation
I'm using MiKTeX 2.9 with TeXworks 0.4.3 and have to use a specific font(Frutiger) provided by my university.
The entire Latex template is available for download here: https://files.ifi.uzh.ch/ddis/oldweb/ddis/fileadmin/theses/general/DDIS-diploma-thesis-template-en.zip
The standalone font file is available here: https://files.ifi.uzh.ch/ddis/oldweb/ddis/fileadmin/teaching/BaKoMa/frutiger.tar.gz
According to the readme file, I have to install it like this:
Windows Installation Notes
==========================
Usual location of texmf folder:
C:\texmf
1/ Copy the file frutiger.tar.gz into the parent directory of your texmf
folder (probably C:\).
2/ Unzip the file.
3/ Edit the file c:\texmf\miktex\config\updmap.cfg. (In case it
does not yet exist, create it as a new file.) Add the line
Map frutiger.map
and save the file; then execute the following commands
in a command line window ("DOS shell"):
initexmf -u
updmap
I tried it without any success and googled for hours - looks like I'm lost...
I would appreciate it a lot if someone could tell me what I'm doing wrong.
