TeXLive 2014 的安装方式与我通常的安装方式相同:选择 ADVANCED,然后选择 collections
- 基本程序和文件
- 通用推荐
- 推荐使用 LaTeX
- 仅限 Windows
- 图形和图片
- 图形和字体实用程序
完成此操作后,我尝试使用标准 latex 文件之一,并收到以下错误消息。我理解这是因为缺少字体。在 TeXLive 2013 中没有出现错误消息。
有人能告诉我如何添加缺失的内容吗?
Hewe 是 pdflatex 告诉我的:
kpathsea: Running mktexmf tcrm1095.mf
The command name is C:\sys\texlive\bin\win32\mktexmf
name = tcrm1095, rootname = tcrm, pointsize = 1095
mktexmf: empty or non-existent rootfile!
Cannot find tcrm1095.mf.
kpathsea: Appending font creation commands to missfont.log.
! Font TS1/cmr/m/n/10.95=tcrm1095 at 10.95pt not loadable: Metric (TFM) file no
t found.
<to be read again>
relax
l.159 \item C
urved elements are shown with flat faces. This is found from ...
答案1
@JosephWright 在评论中回答了这个问题:
该文件是
ec
bundle(对我来说,kpsewhich tcrm1095.mf
给出/usr/local/texlive/2014/texmf-dist/fonts/source/jknappen/ec/tcrm1095.mf
)。因此,显而易见的解决方案是ec
使用以下方式安装软件包tlmgr
要不就
习惯性地安装一切
正如@Brent.Longborough 建议的那样。
答案2
在 Debian 上,apt-file
显示该文件是texlive-fonts-recommended
软件包的一部分。