prince-text-replace makes it easy to apply proper typographical ligatures to your PDFs, assuming your fonts support them:
This replaces the "ff" "fi" "fl" "ffi" "ffl" "ft" and "ij" ligatures. Note that most common fonts do not have all ligatures, although the first five are common, the latter two are not. The higher quality professional fonts generally include them, and may include many other ligatures ("Th" "MB" "e.g." "i.e" "f.e" "etc" etc).
These may make moving from LaTeX to Prince a bit easier.
* {
prince-text-replace: "ff" "\fb00" "fi" "\fb01" "fl" "\fb02" "ffi" "\fb03" "ffl" "\fb04" "ft" "\fb05" "ij" "\133" "IJ" "\132";
}
This replaces the "ff" "fi" "fl" "ffi" "ffl" "ft" and "ij" ligatures. Note that most common fonts do not have all ligatures, although the first five are common, the latter two are not. The higher quality professional fonts generally include them, and may include many other ligatures ("Th" "MB" "e.g." "i.e" "f.e" "etc" etc).
These may make moving from LaTeX to Prince a bit easier.