我想以正常方式编译 latex ,但是它在终端上看起来像这样,

kpathsea: Running mktexmf pplr8t
! I can't find file `pplr8t'.
<*> ...:=ljfour; mag:=1; nonstopmode; input pplr8t

Please type another input file name
! Emergency stop.
<*> ...:=ljfour; mag:=1; nonstopmode; input pplr8t

Transcript written on mfput.log.
grep: pplr8t.log: No existe el fichero o el directorio

我该如何解决?

最佳答案

安装palatino Latex软件包,或者安装更完整的字体,即collection-fontsrecommended软件包,如下所示:

$ sudo tlmgr install collection-fontsrecommended

关于compilation - 缺少编译 latex : pplr8t.日志字体,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/27177491/

10-13 02:58