我在 ubuntu 14.04 环境中使用 xelatex。当我编译文件时,出现以下错误:
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! fontspec error: "font-not-found"
!
! The font "Helvetica Neue Light" cannot be found.
!
! See the fontspec documentation for further information.
!
! For immediate help type H <return>.
!...............................................
该文件是典型的 friggeri cv。如何在 Ubuntu 中安装 Helvetica 系列来编译此文件?
答案1
/usr/local/share/fonts
在或中安装字体~/.fonts/
。对于xetex
运行fc-cache -fv
和 luatex luaotfload-tool --update --force
。也许你必须以 root 身份运行它,然后使用sudo