我正在尝试在 TeXstudio/MiKTeX 中使用新字体,但每次我尝试使用我安装的 TeXLive 中的字体时(对于我在 TeXLive 序言中包含的任何包,这都会自动完成),TeXstudio 都会给我一个命令错误miktex-makepf
。
这是我使用 Paratype Serif 时得到的输出:
Trying to make PK font PTSerif-Regular-tlf-ot1 at 480 DPI...
Running miktex-makemf.exe...
miktex-makemf: The PTSerif-Regular-tlf-ot source file could not be found. Running ttf2pk.exe...
miktex-makepk
: PK font PTSerif-Regular-tlf-ot1 could not be created.
Process exited with error(s)
有人能告诉我发生了什么事吗?
答案1
出现此问题是因为我在多用户环境中并且无法更新本地地图文件。
updmap
通过从控制台运行命令解决了该问题。