With a font in T1 encoding, using pdfTeX and the package microtype, I'd like to disable the ligatures for "ff" and "ffi", but keep the ligature for "fi". If I type in the preamble
\DisableLigatures[f]{encoding=T1}
microtype will disable all the ligatures above. How could I keep the ligature for "fi"? I have tried
\DisableLigatures[ff]{encoding=T1}
and
\DisableLigatures[f_f]{encoding=T1}
but none works (as expected, though).
\char"1Bin the declaration. But you can't differentiate between fl and fi. If you want to fine tune ligatures you will have to change the tfm files. Did you contacted the authors of fourier(x) regarding your other problem? – Ulrike Fischer Jul 31 '12 at 07:09