Example:
\documentclass{article}
\usepackage{microtype}
\begin{document}
fi \textls[1]{fi}
\end{document}
Output:
Problem: the ligature is lost. How do I keep the ligature (preferably without manually inserting \lslig, since the documentation of microtype says ligature will be preserved automatically)?
Compiler is PDFLaTeX.
I found the related question Letter spacing and ligatures , but it states that it will be resolved in a newer version of microtype, and my microtype version is definitely new enough (that question is 7 years ago) --- my microtype.sty file contains:
\ProvidesPackage
{microtype}
[2023/03/13 v3.1a
Micro-typographical refinements
(RS)]


