![註腳中 fbb 套件的行距錯誤](https://rvso.com/image/335498/%E8%A8%BB%E8%85%B3%E4%B8%AD%20fbb%20%E5%A5%97%E4%BB%B6%E7%9A%84%E8%A1%8C%E8%B7%9D%E9%8C%AF%E8%AA%A4.png)
以下範例會產生行間距不正確的檔案。包含 Ä 和 Ö 的行的間距比腳註中所有其他行的間距稍大。
其他字體似乎沒有問題(只需註解掉 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}