When the option altP is used for the fbb package the ligatures don't appear anymore. This code:
\documentclass{report}
\usepackage[altP]{fbb}
\begin{document}
P f ff fi ffi fj
\end{document}
produces
which has the desired open 'P' but none of the ligatures, (cf.
\documentclass{report}
\usepackage{fbb}
\begin{document}
P f ff fi ffi fj
\end{document}
produces
). My question is twofold: what in the implementation of the option 'altP' causes this, and how can one acheive the same open 'P' without affecting the ligatures?




fbbsolves the issue!:-D– egreg Jun 26 '17 at 22:31