TeX Live mktexmf cannot find font solution
When compiling a LaTeX document that uses a customized font in TeX Live on Windows, you might encounter the following error:
| |
This error occurs because the TeX system cannot find the necessary font files (specifically .mf or .tfm files) for Fontin, and fails to generate them. The weird part is that you have installed the font already.
Solution is straightforward: Install the font for all users on your Windows system.
- Locate the Fontin font file (e.g.,
Fontin.ttf). - Right-click the file.
- Choose Install for all users from the context menu.
After installing the font for all users, recompile your document. The error should disappear.