ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* liga not working
@ 2011-10-30  9:39 Pablo Rodríguez
  2011-10-30 10:06 ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Pablo Rodríguez @ 2011-10-30  9:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: liga not working
  2011-10-30  9:39 liga not working Pablo Rodríguez
@ 2011-10-30 10:06 ` Wolfgang Schuster
  2011-10-30 10:40   ` Pablo Rodríguez
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2011-10-30 10:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: liga not working
  2011-10-30 10:06 ` Wolfgang Schuster
@ 2011-10-30 10:40   ` Pablo Rodríguez
  2011-10-30 11:19     ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Pablo Rodríguez @ 2011-10-30 10:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: liga not working
  2011-10-30 10:40   ` Pablo Rodríguez
@ 2011-10-30 11:19     ` Wolfgang Schuster
  2011-10-30 12:09       ` Pablo Rodríguez
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2011-10-30 11:19 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: liga not working
  2011-10-30 11:19     ` Wolfgang Schuster
@ 2011-10-30 12:09       ` Pablo Rodríguez
  0 siblings, 0 replies; 5+ messages in thread
From: Pablo Rodríguez @ 2011-10-30 12:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-10-30 12:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-30  9:39 liga not working Pablo Rodríguez
2011-10-30 10:06 ` Wolfgang Schuster
2011-10-30 10:40   ` Pablo Rodríguez
2011-10-30 11:19     ` Wolfgang Schuster
2011-10-30 12:09       ` Pablo Rodríguez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).