Hello, Ligatures seem to be missing when using the ConTeXt minimals distribution (8/8/2007) with the times font (see below example). Note that ligatures are rendered correctly using live.contextgarden.net, so I assume that something needs to be configured on my end. Could someone please be kind enough to tell me what I should configure to get proper ligatures for the times font in the minimals distribution? Cheers, Mike \usetypescript[times][ec] \setupbodyfont[times,12pt] \starttext \input knuth \blank And this is some maths with PostScript fonts. \startformula {a \over b} = {c \over d} \iff ad - bc = 0, \qquad \int_0^{2\pi}\!\!\! \sin^2(x)dx =\pi, \qquad {\rm e}^{{\rm i}\pi} + 1 = 0, \qquad \sum_{k=1}^{\infty}{1 \over k^2} = {\pi^2 \over 6}. \stopformula Some ligatures: ffi, ffl. \stoptext