我尝试过使用下面的AUR存储库这里在Arch上安装计算机现代Unicode字体,但没有成功。安装过程顺利,不会产生任何错误,但我仍然无法在/usr/share/ fonts /TTF目录中找到CMU字体。有什么想法吗?
pacman -Ql ttf-computer-modern-fonts的输出是
ttf-computer-modern-fonts /usr/
ttf-computer-modern-fonts /usr/share/
ttf-computer-modern-fonts /usr/share/fonts/
ttf-computer-modern-fonts /usr/share/fonts/TTF/
ttf-computer-modern-fonts /usr/share/fonts/TTF/cmex10.ttf
ttf-computer-modern-fonts /usr/share/fonts/TTF/cmmi10.ttf
ttf-computer-modern-fonts /usr/share/fonts/TTF/cmr10.ttf
ttf-computer-modern-fonts /usr/share/fonts/TTF/cmsy10.ttf
ttf-computer-modern-fonts /usr/share/licenses/
ttf-computer-modern-fonts /usr/share/licenses/ttf-computer-modern-fonts/
ttf-computer-modern-fonts /usr/share/licenses/ttf-computer-modern-fonts/license.txt发布于 2018-05-20 07:09:25
ttf-计算机现代字体包在我的系统上提供cmr10、cmmi10、cmex10、cmsy10字体(您可以在Gimp中试用它们)。如果要在MathML引擎中使用它们,Mozilla建议使用:
sudo pacman -S texlive-core texlive-fontsextra或者,如果您正在寻找完整的CMU* ttf包,您可以从这里下载它并手动将其解压缩到TTF文件夹中。
https://unix.stackexchange.com/questions/444878
复制相似问题