更新后搜索带连字符的单词失败

更新后搜索带连字符的单词失败

几天前更新了我的 MikTeX 发行版后,我发现搜索带有连字符的单词(例如前缀中的“fi”)失败了,而之前这个搜索是有效的。

这里是说明该问题的 MWE(使用 xelatex 编译):

\documentclass{book}
\usepackage{fontspec}
\setmainfont[Path=Fonts/,
             Extension=.ttf,
             BoldFont=FrutigerLTCom-Bold,
             ItalicFont=FrutigerLTCom-Italic,
             BoldItalicFont=FrutigerLTCom-BoldItalic]%
            {FrutigerLTCom-Light}
\begin{document}
Prefix.
\end{document}

如上所述这里,该行\usepackage{fontspec}可实现正确的行为。

添加字体设置\setmainfont[...]{FutigerLTCom-Light}会导致错误行为。是否有可能在 fontspec 包或最新的 MikTeX 更新中的其他地方引入了错误?

相关内容