Turn off ligatures in LateX

Latex ligatures make a fine typesetting, but sometimes you might want to turn them off — for example if people should be aber to copy the text from the pdf document or if you need to export the pdf to a doc.

You can turn off ligatures with the following commands in the preamble of the Latex document:

\usepackage{microtype}
\DisableLigatures{encoding = *, family = * }