我喜欢使用 Pablo Impallari 的 Cabin Condensed 字体。我使用\cabincondensed
由舱包。但是,在我更新到 TeXLive 2019 后,此命令无法正常工作。为了消除本地安装的问题,我使用 Overleaf 测试了这个最小示例:
\documentclass{report}
\usepackage{cabin}
\begin{document}
\cabincondensed Hello world
\end{document}
不幸的是我得到了这个:
但是,如果我将编译器切换到 TeXLive 2018(感谢 Overleaf 提供该功能),我会得到预期的字体:
我的问题是,问题出在cabin
软件包上吗?TeXLive 2019 也有这个问题吗?最重要的是,有办法解决这个问题吗?