自 TeX Live 2018 发布以来,Libertinus 字体(在 github 上)已经进行了一些修复。现在我想知道我必须将新版本的字体保存在哪里,以便使用fontspec
with\setmainfont{Libertinus Serif}
和使用unicode-math
with\setmathfont{Libertinus Math}
会自动加载新版本。我试过了usr/local/texlive/texmf-local/fonts
,但旧版本仍然默认加载。我也将它们保存在/usr/share/fonts
和 中/usr/local/share/fonts
。我想全局使用它们,即不将它们包含在我启动的每个 LaTeX 项目中。