0

我试图用 cleanthesis 主题(http://cleanthesis.der-ric.de/)构建一个(thesis-example.tex)PDF,但它不会工作

最后的失败是:

! pdfTeX error (font expansion): auto expansion is only possible with scalable 
fonts.
\AtBegShi@Output ...ipout \box \AtBeginShipoutBox 
                                                  \fi \fi 
l.107 \cleardoublepage

!  ==> Fatal error occurred, no output PDF file produced!
Transcript written on thesis-example.log.

我目前在 Fed26 系统上,安装了5928个texlive 包。(dnf 安装 texlive-scheme-full,dnf 安装 texlive-*)

如果我尝试使用完整的 Ubuntu 16.04 和 texlive-publisher 和 texlive-full 软件包,它可以工作。所以我想没有丢失的包裹。

我需要 thesis-example.log 的特定部分,让我知道我无法粘贴它,因为它太大了

4

1 回答 1

0

所以我安装了一个干净的 Fed26 并加载了我在主电脑上拥有的所有 texlive 包。我比较/etc/texlive/web2c/updmap.cfg了,我看到我的updmap.cfg被破坏了。

我将工作复制updmap.cfg到我的主系统并做了一个“ updmap-sys --force”,现在它可以工作了

于 2017-12-07T13:53:20.840 回答