On Fri, May 21, 2010 at 2:40 PM, John Culleton
The following code works with mkii but not with mkiv:
\usetypescript[times][texnansi] \usetypescript[serif,sans][hanging][pure] \setupalign[hanging] \setupbodyfont[times,12pt] \setuphead[chapter][page=right]
I substituted "termes" for "times" in both places but it still works under mkii (texexec) but not mkiv (context). I'll proceed with mkii for the current project but long term I expect difficulties.
It seems ok here %%test.tex \usetypescript[times] \usetypescript[serif,sans][hanging][pure] \setupalign[hanging] \setupbodyfont[times,12pt] \setuphead[chapter][page=right] \starttext \chapter{foo} \dorecurse{100}{\input knuth} \stoptext # pdffonts test.pdf name type emb sub uni object ID ------------------------------------ ----------------- --- --- --- --------- QNBETP+TeXGyreTermes-Regular CID Type 0C yes yes yes 14 0 Where are the problems ? -- luigi