Re: [NTG-context] How do I get rid of the ct and st ligatures in EBGaramond?

2020-12-02 Thread T. Kurt Bond
Oh, so it does. That doesn't look good. On Wed, Dec 2, 2020 at 2:21 PM Rik Kabel wrote: > > On 12/2/2020 13:59, T. Kurt Bond wrote: > > Interesting. > > Here is a an example that sort of works, Variant 1: > > \definefontfamily[english] [rm] [ebgaramond] [features={default, dlig=no}] >

Re: [NTG-context] How do I get rid of the ct and st ligatures in EBGaramond?

2020-12-02 Thread Rik Kabel
On 12/2/2020 13:34, Hans Hagen wrote: On 12/2/2020 5:54 PM, Joey McCollum wrote: If you're using Octavio Pardo's version of EB Garamond (https://github.com/octaviopardo/EBGaramond12 ), then these ligatures are covered (along with the Th ligature)

Re: [NTG-context] How do I get rid of the ct and st ligatures in EBGaramond?

2020-12-02 Thread Rik Kabel
On 12/2/2020 13:59, T. Kurt Bond wrote: Interesting. Here is a an example that sort of works, Variant 1: \definefontfamily[english] [rm] [ebgaramond] [features={default, dlig=no}] \setupbodyfont[english,10pt] \starttext Variant 1: Does this look like EBGaramond?

Re: [NTG-context] How do I get rid of the ct and st ligatures in EBGaramond?

2020-12-02 Thread T. Kurt Bond
I agree, this solution does seem cleaner to me. Thanks! On Wed, Dec 2, 2020 at 1:23 PM Pablo Rodriguez wrote: > On 12/2/20 6:56 PM, T. Kurt Bond wrote: > > Ah, ok. > > > > Here is a minimal NONWORKING example: the resulting PDF shows the ct and > > st ligatures. What commands should I use to

Re: [NTG-context] How do I get rid of the ct and st ligatures in EBGaramond?

2020-12-02 Thread T. Kurt Bond
Interesting. Here is a an example that sort of works, Variant 1: \definefontfamily[english] [rm] [ebgaramond] [features={default, dlig=no}] \setupbodyfont[english,10pt] \starttext Variant 1: Does this look like EBGaramond? fi fl ffi ffl ct st \stoptext However, it turns of *all* the

Re: [NTG-context] How do I get rid of the ct and st ligatures in EBGaramond?

2020-12-02 Thread Hans Hagen
On 12/2/2020 5:54 PM, Joey McCollum wrote: If you're using Octavio Pardo's version of EB Garamond (https://github.com/octaviopardo/EBGaramond12 ), then these ligatures are covered (along with the Th ligature) by the "dlig" (discretionary

Re: [NTG-context] How do I get rid of the ct and st ligatures in EBGaramond?

2020-12-02 Thread T. Kurt Bond
That did the trick, thanks! Should I put that on the wiki? Where should it go? On Wed, Dec 2, 2020 at 1:07 PM Joey McCollum wrote: > You'll need to use the alias for the font family, as follows: > > \definefontfamily[english] [rm] [ebgaramond] [features={default, hlig=no}] > >

Re: [NTG-context] How do I get rid of the ct and st ligatures in EBGaramond?

2020-12-02 Thread Pablo Rodriguez
On 12/2/20 6:56 PM, T. Kurt Bond wrote: > Ah, ok. > > Here is a minimal NONWORKING example: the resulting PDF shows the ct and > st ligatures.  What commands should I use to turn them off? Hi Kurt, here you have the sample that should work: %~ \definefontfamily[ebgaramond] [rm] [ebgaramond]

Re: [NTG-context] How do I get rid of the ct and st ligatures in EBGaramond?

2020-12-02 Thread Wolfgang Schuster
T. Kurt Bond schrieb am 02.12.2020 um 18:56: Ah, ok. Here is a minimal NONWORKING example: the resulting PDF shows the ct and st ligatures.  What commands should I use to turn them off? \definefontfamily[english] [rm] [ebgaramond] [features={default,dlig=no}] \setupbodyfont[ebgaramond,10pt]

Re: [NTG-context] How do I get rid of the ct and st ligatures in EBGaramond?

2020-12-02 Thread Joey McCollum
Sorry, there was a typo. Use this: \definefontfamily[english] [rm] [ebgaramond] [features={default, dlig=no}] \setupbodyfont[english,10pt] \starttext ct st \stoptext On Wed, Dec 2, 2020 at 1:05 PM Joey McCollum wrote: > You'll need to use the alias for the font family, as follows: > >

Re: [NTG-context] How do I get rid of the ct and st ligatures in EBGaramond?

2020-12-02 Thread Joey McCollum
You'll need to use the alias for the font family, as follows: \definefontfamily[english] [rm] [ebgaramond] [features={default, hlig=no}] \setupbodyfont[english,10pt] \starttext ct st \stoptext On Wed, Dec 2, 2020 at 12:56 PM T. Kurt Bond wrote: > Ah, ok. > > Here is a minimal NONWORKING

Re: [NTG-context] How do I get rid of the ct and st ligatures in EBGaramond?

2020-12-02 Thread T. Kurt Bond
Ah, ok. Here is a minimal NONWORKING example: the resulting PDF shows the ct and st ligatures. What commands should I use to turn them off? \definefontfamily[english] [rm] [ebgaramond] [features={default,dlig=no}] \setupbodyfont[ebgaramond,10pt] \starttext ct st \stoptext On Wed, Dec 2, 2020

Re: [NTG-context] How do I get rid of the ct and st ligatures in EBGaramond?

2020-12-02 Thread Hans Hagen
On 12/2/2020 6:14 PM, T. Kurt Bond wrote: It does help.  Thanks. But how do I turn that font feature off in ConTeXt? You forget to add a MWE ... Hans - Hans Hagen | PRAGMA ADE

Re: [NTG-context] How do I get rid of the ct and st ligatures in EBGaramond?

2020-12-02 Thread Joey McCollum
The wiki page on featuresets (https://wiki.contextgarden.net/Featuresets) offers a more comprehensive treatment. On Wed, Dec 2, 2020 at 12:29 PM Joey McCollum wrote: > I think it would look something like > > \definefontfamily[english] [rm] [EB Garamond] [features={default,dlig=no}] > > On Wed,

Re: [NTG-context] How do I get rid of the ct and st ligatures in EBGaramond?

2020-12-02 Thread Joey McCollum
I think it would look something like \definefontfamily[english] [rm] [EB Garamond] [features={default,dlig=no}] On Wed, Dec 2, 2020 at 12:14 PM T. Kurt Bond wrote: > It does help. Thanks. > > But how do I turn that font feature off in ConTeXt? > > On Wed, Dec 2, 2020 at 11:55 AM Joey McCollum

Re: [NTG-context] How do I get rid of the ct and st ligatures in EBGaramond?

2020-12-02 Thread T. Kurt Bond
It does help. Thanks. But how do I turn that font feature off in ConTeXt? On Wed, Dec 2, 2020 at 11:55 AM Joey McCollum wrote: > If you're using Octavio Pardo's version of EB Garamond ( > https://github.com/octaviopardo/EBGaramond12), then these ligatures are > covered (along with the Th

Re: [NTG-context] How do I get rid of the ct and st ligatures in EBGaramond?

2020-12-02 Thread Joey McCollum
If you're using Octavio Pardo's version of EB Garamond ( https://github.com/octaviopardo/EBGaramond12), then these ligatures are covered (along with the Th ligature) by the "dlig" (discretionary ligatures) feature, so you'll need to disable that. Unfortunately, this will also disable the Th

[NTG-context] How do I get rid of the ct and st ligatures in EBGaramond?

2020-12-02 Thread T. Kurt Bond
Searches didn't reveal the answer. -- T. Kurt Bond, tkurtb...@gmail.com, https://tkurtbond.github.io ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist :