MiKTeX and proTeXt ⇒ lmodern: "fonts could not be created"
lmodern: "fonts could not be created"
I'm using MikTeX 2.6 with TeXnicCenter. After installing the lmodern-package I tried to use it. Unfortunatly, it doesn't work. While compiling, pdfTeX tells me:
pdfTeX warning: (file ec-lmri8): Font ec-lmri8 at 600 not found
The file itself exists. So I refreshed the FNDB and updated the Formats, but still the same problem.
Any hints?
barnie
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
lmodern: "fonts could not be created"
Code: Select all
\usepackage[T1]{fontenc}
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: lmodern: "fonts could not be created"
If that is the case, it should work. However, you can verify the installation. A manual installation would have consisted of:
1) install the fonts in the adhoc directories; probably this step has been correct;
2) mention the fonts in the updmap.cfg file with the line:
Map lm.map
3)refresh the filename datebase;
4)refresh the files which mention the existence of the fonts and say to dvips and pdftex where to find them (psfonts.map and the like). You just launch updmap.exe in a console and can control the result: you should then have a brand new psfonts.map in
C:\Documents and Settings\All Users\Application Data\MiKTeX\2.6\dvips\config
Probably it is this step that hasn't been correctly done
Regards,
B.A.