I think the error I got was not having enough sleep :-) because I worked on it this morning and it's working. I'll tack on my current file below. The font features does not seem to make any difference. However, I took the same typescript and modified it for the Tallys font and I can turn ligatures on/off, kerning on/off, etc. But the same typescript for the Adobe Garamond does not work, I'm perplexed and a bit frustrated. I greatly appreciate your help thus far. Bar \definefontfeature[default] [liga=yes, kern=yes, tlig=yes, script=latn, mapping=tex-text] \starttypescript[serif][agaramond] \definefontsynonym[AGaramondRegular] [name:AGaramond-Regular] [features=default] \stoptypescript \starttypescript[serif][agaramond][name] \definefontsynonym [Serif] [AGaramondRegular] [features=default] \stoptypescript \starttypescript[AGaramond] \definetypeface[MyGaramond][rm][serif][agaramond][default][features=default] \stoptypescript \usetypescript[AGaramond]%[ec] \setupbodyfont[MyGaramond, 12pt] \starttext Ydes, Yffignac and Ygrande fi ff ffi Two of [of] (of) \quote{of} \quotation{of} of? of! of*. \quote{Ask Jeff} \quotation{Ask Jeff} \stoptext On Friday 21 November 2008 09:01:13 am Mojca Miklavec wrote:
On Fri, Nov 21, 2008 at 6:40 AM, Bart C. Wise wrote:
Mojca,
Thanks for all you time in helping out. I'm still having problems. The \quote and \quotation work. However, as you pointed out, the en, em and apostrophe do not work.
In addition, [features=default] did not compile, but [feature=default] did.
What error did you get? In that case feature=default has been ignored (unknown parameters get ignored in ConTeXt), that's why it didn't complain, but it didn't work either.
Here's what I'm working with:
\starttypescript[serif][agaramond] \definefontsynonym[AGaramondRegular][name:AGaramond-Regular] [feature=default] \definefontsynonym[AGaramondItalic] [name:AGaramond-Italic][feature=default] \definefontsynonym[AGaramondBold] [name:AGaramond-Bold] [feature=default] \definefontsynonym[AGaramondBoldIt] [name:AGaramond-BoldItalic] [feature=default] \stoptypescript
\starttypescript[serif][agaramond][name] \definefontsynonym [Serif] [AGaramondRegular] \definefontsynonym [SerifItalic] [AGaramondItalic] \definefontsynonym [SerifBold] [AGaramondBold] \definefontsynonym [SerifBoldItalic] [AGaramondBoldIt] \stoptypescript
\starttypescript[agaramond]
\definetypeface[agaramond][rm][serif][agaramond][default][feature=default ] \stoptypescript
\usetypescript[agaramond] \setupbodyfont[agaramond, 12pt] \definefontfeature[default] [liga=yes, kern=yes, tlig=yes, script=latn, mapping=tex-text]
Any more hints?
I don't see anything else being fundamentally wrong (you don't need both mapping=tex-text and tlig=yes though, but that should not break compilation). May I ask for the logs?
Mojca ___________________________________________________________________________ ________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________ ________