I'm running pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian) (out of the box). If I try typing e.g.
latex test.txt; xdvi test.dvi
then the output has fj written as two separate characters, not ligated. Note that the ff, fi and ffi ligatures work fine. What should I do to ligate fj? Thank you for your time.
Code: Select all
\documentclass[a5paper,12pt]{book}
\author{Mark Norrish}
\title{Test fjordism}
\begin{document}
fj fjord fj\"ord
fire stuff affine
\end{document}