On 5 juil. 2005, at 1:11, Adam Lindsay wrote:
Hans Hagen said this at Mon, 4 Jul 2005 22:39:57 +0200:
Does this one work?
Yes. But then it worked for me before. (Have \loadtypescript[adobekb] [\defaultencoding] in my cont-sys)
Hi, Following David's experience, I tried this and now eveything works fine.... %% times-good.tex \usetypescript [adobekb] [ec] \loadmapfile [context-base] \usetypescript[times][\defaultencoding] \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 I put this example on the Wiki, hoping that this scheme of using Postscript fonts isgoing to be stable for some time... Many many thanks to all of you for all your help. Best regards: OK