Theses, Books, Title pagesFont fvmro8r at 558 not found error

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Font fvmro8r at 558 not found error

Post by templateuser »

Attempting to compile this one, I get the following error:

Code: Select all

Trying to make PK font fvmro8r at 558 DPI…
Running miktex-makemf.exe…
miktex-makemf: The fvmro8r source file could not be found.
Running ttf2pk.exe…
miktex-makepk: PK font fvmro8r could not be created.
ation.aux))

LaTeX Font Warning: Some font shapes were not available, defaults substituted.

)
(see the transcript file for additional information)
!pdfTeX error: C:\Program Files (x86)\MiKTeX 2.9\miktex\bin\pdflatex.exe (file
fvmro8r): Font fvmro8r at 558 not found
==> Fatal error occurred, no output PDF file produced!
any idea how to fix or work around?

Peeter Joot

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Font fvmro8r at 558 not found error

Post by templateuser »

fyi. The MikTex fvmro8r font error I asked about above was resolved with the methods described here:
  1. Edit the map configuration file updmap.cfg. In a Command Prompt window, run:

    initexmf --edit-config-file updmap
  2. You'll want to edit this in a text editor such as Notepad. If the file or any of the leading directories do not exist, create them.
  3. Add this one line to updmap.cfg and save it:

    Map ccicons.map
  4. Back at the command prompt, run:

    initexmf --mkmaps

    (Ignore any error messages.)

Peeter Joot
Post Reply