Fonts & Character SetsLigature "fj" not working

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
MNorrish
Posts: 2
Joined: Sun Sep 18, 2011 4:33 am

Ligature "fj" not working

Post by MNorrish »

Hello all,

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}
Last edited by MNorrish on Tue Sep 20, 2011 3:01 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: Ligature "fj" not working

Post by localghost »

As far as I know this ligature is quite rare and presumably LaTeX simply doesn't support it. My research for a remedy has come to nothing. Perhaps you can find a solution in using Xe(La)TeX which can handle Open Type Fonts (OTF). Sometimes the depiction of ligatures depends on the used font. At the moment I'm not aware of any font that supports this ligature and can be used with PDFLaTeX.


Best regards and welcome to the board
Thorsten
MNorrish
Posts: 2
Joined: Sun Sep 18, 2011 4:33 am

Re: Ligature "fj" not working

Post by MNorrish »

Thank you. It doesn't really matter anyway (you're right - fj almost never happens).
Post Reply