编译 MWE 时
\documentclass{article}
\usepackage{fontspec}
\begin{document}
Hello
\end{document}
我收到错误消息(部分)
LaTeX Font Info: Try loading font information for EU2+lmr on input line 105.
("C:/Users/vaamat/AppData/Local/Programs/MiKTeX 2.9/tex/latex/euenc/eu2lmr.fd"
File: eu2lmr.fd 2009/10/30 v1.6 Font defs for Latin Modern)
! Font \EU2/lmr/m/n/10=file:lmroman10-regular:script=latn;+trep;+tlig; at 10pt not loadable: metric data not found or bad.
有什么帮助可以解决吗?
这个问题与fontspec 与 lualatex 一起抛出错误——坏了吗?。但是,我正在使用 MiKTeX,并且该问题是关于 TeX Live 的。
系统:Win7 和 64 位 MiKTeX 安装(我的系统是 64 位)。
我努力了
- 彻底卸载 MiKTeX 并重新安装
luaotfload-tool --update
(不适用于 MiKTeX)\usepackage{lmodern}
答案1
拉东·罗斯伯勒的回答对我有用。
我曾经sudo apt-get install fonts-lmodern
安装过缺少的文件。