在 Ubuntu 16.04 上的 Texlive 2016 中安装 fourier-orns 字体

在 Ubuntu 16.04 上的 Texlive 2016 中安装 fourier-orns 字体

我升级了Tex LiveUbuntu。现在我有TeX 3.14159265 (TeX Live 2016/Debian) kpathsea version 6.2.2Ubuntu 16.04 LTS当我编译已测试文档时,出现以下错误:

mktexpk: don't know how to create bitmap font for fourier-orns. mktexpk: perhaps fourier-orns is missing from the map file.

我猜是fourier-orns字体缺失或不在路径中。任何帮助解决问题的帮助都将不胜感激。谢谢

kpathsea: Appending font creation commands to missfont.log.

已编辑

我也试过

sudo tlmgr install fourier
(running on Debian, switching to user mode!)
tlmgr: package repository http://ctan.imsc.res.in/systems/texlive/tlnet (verified)
tlmgr install: package already present: fourier

sudo apt-get install texlive-fonts-extra
texlive-fonts-extra is already the newest version (2016.20160520-1~ubuntu16.04.1york1).

但它仍然会抛出相同的错误。有什么想法吗?

答案1

texlive-full通过安装找到答案

sudo add-apt-repository ppa:jonathonf/texlive-2016
sudo apt-get update
sudo apt-get install texlive-full

相关内容