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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- 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.