Re: [NTG-context] liga not working

2011-10-30 Thread Wolfgang Schuster

Am 30.10.2011 um 10:39 schrieb Pablo Rodríguez:

 Hi there,
 
 using the following code:
 
 \usemodule[simplefonts][size=50pt]
 \setmainfont[FreeSerif]
 \starttext
 fi {\it fi}
 \stoptext
 
 I get ligatures when using TeX Gyre Termes, but not with FreeSerif, Old
 Standard or Theano Didot.
 
 AFAIK, all fonts have the liga feature correctly defined.

Try “\setmainfont[…][script=latn]”.

Wolfgang
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] liga not working

2011-10-30 Thread Pablo Rodríguez
On 10/30/2011 11:06 AM, Wolfgang Schuster wrote:
 Am 30.10.2011 um 10:39 schrieb Pablo Rodríguez:
 
 Hi there,

 using the following code:

 \usemodule[simplefonts][size=50pt]
 \setmainfont[FreeSerif]
 \starttext
 fi {\it fi}
 \stoptext

 I get ligatures when using TeX Gyre Termes, but not with FreeSerif, Old
 Standard or Theano Didot.

 AFAIK, all fonts have the liga feature correctly defined.
 
 Try “\setmainfont[…][script=latn]”.

Replacing \setmainfont[FreeSerif] with
\setmainfont[FreeSerif][script=latn] doesn't work either.

What is wrong here?

Thanks for your help,


Pablo
-- 
http://www.ousia.tk
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] liga not working

2011-10-30 Thread Wolfgang Schuster

Am 30.10.2011 um 11:40 schrieb Pablo Rodríguez:

 On 10/30/2011 11:06 AM, Wolfgang Schuster wrote:
 Am 30.10.2011 um 10:39 schrieb Pablo Rodríguez:
 
 Hi there,
 
 using the following code:
 
 \usemodule[simplefonts][size=50pt]
 \setmainfont[FreeSerif]
 \starttext
 fi {\it fi}
 \stoptext
 
 I get ligatures when using TeX Gyre Termes, but not with FreeSerif, Old
 Standard or Theano Didot.
 
 AFAIK, all fonts have the liga feature correctly defined.
 
 Try “\setmainfont[…][script=latn]”.
 
 Replacing \setmainfont[FreeSerif] with
 \setmainfont[FreeSerif][script=latn] doesn't work either.
 
 What is wrong here?


Set the script with \definefontfeature and it will work (I tested it with Old 
Standard):

\definefontfeature[default][default][script=latn] % “script=latin” works too

\setmainfont[Old Standard]

Wolfgang
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] liga not working

2011-10-30 Thread Pablo Rodríguez
On 10/30/2011 12:19 PM, Wolfgang Schuster wrote:
 Am 30.10.2011 um 11:40 schrieb Pablo Rodríguez:
 On 10/30/2011 11:06 AM, Wolfgang Schuster wrote:
 Am 30.10.2011 um 10:39 schrieb Pablo Rodríguez:
 [...]
 AFAIK, all fonts have the liga feature correctly defined.

 Try “\setmainfont[…][script=latn]”.

 Replacing \setmainfont[FreeSerif] with
 \setmainfont[FreeSerif][script=latn] doesn't work either.

 What is wrong here?
  
 Set the script with \definefontfeature and it will work (I tested it with Old 
 Standard):
 
 \definefontfeature[default][default][script=latn] % “script=latin” works too
 
 \setmainfont[Old Standard]

Many thanks, it worked now.

BTW, how about the title numbering that I have reported as partially not
working in a previous message today?

Thanks again,


Pablo
-- 
http://www.ousia.tk
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___