General ⇒ Problem with fonts - I can't seem to get them installed
Problem with fonts - I can't seem to get them installed
I want to use the TIPA package for phonetic characters in LaTeX. I am follwing the installation guide in the TIPA manual, and it looks to me like I am doing it correctly, but it sure as hell doesn't work. The fonts don't display like they're supposed to. No matter what I type in a \textipa command (used for displaying phonetic characters), I just get what looks like an apostrophe and a lambda.
I apologize for the poor description, but it's hard for me to provide more info, because I really don't know what I am doing. I am just following the installation guide. At least I think I am. I've placed a bunch of STY and FD and MAP and MF and DEF and TFM and PFB files in my TeX folder, but it doesn't work.
Can anyone help?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: Problem with fonts - I can't seem to get them installed
B.A.
Re: Problem with fonts - I can't seem to get them installed
I did apply the "mktexlsr" command (as the guide said), but I don't know exactly what it does.
- countbela666
- Posts: 64
- Joined: Thu Apr 26, 2007 2:44 pm
Problem with fonts - I can't seem to get them installed
As you see a "mktexlsr" should work if you use a web2c distribution. IMHO running the command "texhash" should work for nearly all distributions.The final stage is to tell LaTeX that there is a new file, or files, that it should be able to go and find. Most free LaTeX systems maintain a database of the names and locations of latex-related files to enable faster searching. In these systems the database must be updated, using the script or program provided with the distribution for this purpose.
teTeX
Run: texhash
web2c
On a current web2c distribution, texhash ought to work; if it doesn’t, run mktexlsr
MiKTeX
On a MiKTeX distribution earlier than v2.0, click Start-> Programs-> MiKTeX-> Maintenance-> Refresh filename database
or get a DOS window and run:
initexmf --update-fndb
On a MiKTeX distribution v2.0 or later, do:
Start-> Programs-> MiKTeX 2-> MiKTeX Options, and press the Refresh now button (Update filename database in earlier versions of MiKTeX).
Regards
Marcel
a thousand worlds for you to see here, take my hand and follow me...
Re: Problem with fonts - I can't seem to get them installed

But thanks for the replies anyway.
