我正在尝试编译其他人的 CV 模板,但无法正常工作。我在 Linux 上使用 TeX Live 软件包。不幸的是,以下行导致问题:
\setromanfont [Ligatures={Common}, BoldFont={Linux Libertine Bold}, ItalicFont={Linux Libertine Italic}]{Linux Libertine}
具体的错误信息是这样的:
! fontspec error: "font-not-found"
!
! The font "Linux Libertine 0" cannot be found.
!
! See the fontspec documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l.77 ...inux Libertine Italic}]{Linux Libertine}
答案1
这可能只是一个拼写错误:字体的名称中包含Linux Libertine O
字母 O(代表 OpenType)而不是0
(零)。