我在 Mac OS X 上编译 Latex 文档并收到此错误:
This is METAFONT, Version 2.7182818 (TeX Live 2015) (preloaded base=mf)
kpathsea: Running mktexmf phvb
! I can't find file `phvb'.
<*> \mode:=ljfour; mag:=1; nonstopmode; input phvb
Please type another input file name
! Emergency stop.
<*> \mode:=ljfour; mag:=1; nonstopmode; input phvb
Transcript written on mfput.log.
grep: phvb.log: No such file or directory
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input phvb' failed to make phvb.tfm.
kpathsea: Appending font creation commands to missfont.log.
! Font \nipstenhv=phvb at 8.0pt not loadable: Metric (TFM) file not found.
l.45 \font\nipstenhv = phvb at 8pt
我可以在哪里获得适用于 Mac OSX 的这种字体?
答案1
发生这种情况的原因是我只安装了 mactex-basic (Basic-Tex),而没有安装 URW “Base 35” LaTeX 字体包(其中包括赫尔维蒂克) 包默认。
修复任一运行
sudo tlmgr install helvetic
或安装包赫尔维蒂克使用 TeX Live Utilityhttp://amaxwell.github.io/tlutility/