註腳中 fbb 套件的行距錯誤

註腳中 fbb 套件的行距錯誤

以下範例會產生行間距不正確的檔案。包含 Ä 和 Ö 的行的間距比腳註中所有其他行的間距稍大。

其他字體似乎沒有問題(只需註解掉 fbb 的行即可看到差異)。是否有機會在不接觸字體來源的情況下修正間距,也許可以\DeclareFontShape

\documentclass{book}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fbb}
\usepackage{blindtext}

\begin{document}
This is a test\footnote{\blindtext[2] To show that some characters may 
cause trouble with line-spacing as there are the German Umlauts Ä and Ö.
What is wrong with them? \blindtext}
\end{document}

相關內容