Code: Select all
\documentclass{article}
\usepackage{soul}
\begin{document}
\section{Normal text}
ff ffi fi fl
Difficulty Difficulty Difficulty Difficulty Difficulty Difficulty Difficulty Difficulty Difficulty Difficulty
\emph{Working fine.}
\section{Underlined text}
\underline{ff ffi fi fl}
\emph{Working fine.}
\underline{Difficulty Difficulty Difficulty Difficulty Difficulty Difficulty Difficulty Difficulty Difficulty Difficulty}
\emph{Not wrapping.}
\section{Underlined text with special package}
\ul{ff ffi fi fl}
\emph{Slightly ugly underline, but `ffi' ligature working fine.}
\ul{Difficulty Difficulty Difficulty Difficulty Difficulty Difficulty Difficulty Difficulty Difficulty Difficulty}
\emph{Wrapping fine, `ffi' ligature not working (huh?).}
\end{document}