Lmodern:LaTeX 嘗試為 EC 字體建立 tfm 文件

Lmodern:LaTeX 嘗試為 EC 字體建立 tfm 文件

假設最小的例子:

\documentclass{minimal}
\usepackage{lmodern}
\usepackage[T1]{fontenc}
%\usepackage[french]{babel}
\begin{document}
A.
\end{document}

什麼時候不是安裝了 texlive-fonts-recommulated 後,人們會注意到 metafont 嘗試從 EC 字體產生 tfm 文件,但失敗了。可以提供 LaTeX 運行的日誌文件,但錯誤訊息很明確。

lmodern 字體有自己的一組 tfm 檔案。因此我想知道為什麼系統嘗試從另一個字體集建立公製檔案。你能解釋一下嗎?

相關內容