![脚注内の fbb パッケージの行間隔が間違っている](https://rvso.com/image/335498/%E8%84%9A%E6%B3%A8%E5%86%85%E3%81%AE%20fbb%20%E3%83%91%E3%83%83%E3%82%B1%E3%83%BC%E3%82%B8%E3%81%AE%E8%A1%8C%E9%96%93%E9%9A%94%E3%81%8C%E9%96%93%E9%81%95%E3%81%A3%E3%81%A6%E3%81%84%E3%82%8B.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}