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. What am I doing wrong? Thanks for your help, Pablo -- http://www.ousia.tk
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
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
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
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
participants (2)
-
Pablo Rodríguez
-
Wolfgang Schuster