Re: [NTG-context] Opentype features and space after comma in math mode

2017-06-03 Thread Pablo Rodriguez
On 06/03/2017 09:58 AM, Jose Luis Arellano wrote: > Thanks guys, but unfortunately the code provided doesn't works. > > \definefontfeature[mathdigits][mode=base,tnum=yes,lnum=yes] > \definefontfeature[mathdigits][tnum=yes,lnum=yes] José Luis, could you provide a minimal complete sample that

Re: [NTG-context] Opentype features and space after comma in math mode

2017-06-03 Thread Jose Luis Arellano
Thanks guys, but unfortunately the code provided doesn't works. \definefontfeature[mathdigits][mode=base,tnum=yes,lnum=yes] \definefontfeature[mathdigits][tnum=yes,lnum=yes] 2017-06-02 3:47 GMT-04:00 Hans Hagen : > On 6/2/2017 7:40 AM, Pablo Rodriguez wrote: > >> On 06/02/2017

Re: [NTG-context] Opentype features and space after comma in math mode

2017-06-02 Thread Hans Hagen
On 6/2/2017 7:40 AM, Pablo Rodriguez wrote: On 06/02/2017 06:40 AM, Jose Luis Arellano wrote: Dear Wolfgang. In recents versions of Context, what is the correct way to use lnum feature in maths? This doesn't works anymore: \definefontfeature[mathdigits][default][mode=base,tnum=yes,lnum=yes]

Re: [NTG-context] Opentype features and space after comma in math mode

2017-06-01 Thread Pablo Rodriguez
On 06/02/2017 06:40 AM, Jose Luis Arellano wrote: > Dear Wolfgang. > > In recents versions of Context, what is the correct way to use lnum > feature in maths? > > This doesn't works anymore: > > \definefontfeature[mathdigits][default][mode=base,tnum=yes,lnum=yes] José Luis, I think that line

Re: [NTG-context] Opentype features and space after comma in math mode

2017-06-01 Thread Jose Luis Arellano
Dear Wolfgang. In recents versions of Context, what is the correct way to use lnum feature in maths? This doesn't works anymore: \definefontfeature[mathdigits][default][mode=base,tnum=yes,lnum=yes] \definefallbackfamily[mainface][math][...][preset=math:digitsnormal,features =mathdigits] Thanks

Re: [NTG-context] Opentype features and space after comma in math mode

2016-08-29 Thread Jose Luis Arellano
Thanks 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 :

Re: [NTG-context] Opentype features and space after comma in math mode

2016-08-29 Thread Wolfgang Schuster
Jose Luis Arellano 29. August 2016 um 23:22 2016-08-29 18:02 GMT-03:00 Wolfgang Schuster: Do you use Minion Math? No, am using another commercial font (Fedra Serif B Pro) without math support and \definefallbackfamily. You last

Re: [NTG-context] Opentype features and space after comma in math mode

2016-08-29 Thread Jose Luis Arellano
2016-08-29 18:02 GMT-03:00 Wolfgang Schuster : > Do you use Minion Math? No, am using another commercial font (Fedra Serif B Pro) without math support and \definefallbackfamily. > Does this work (untested)? No. This is what am using:

Re: [NTG-context] Opentype features and space after comma in math mode

2016-08-29 Thread Wolfgang Schuster
Jose Luis Arellano 29. August 2016 um 22:45 After some research, i founded (in Wiki) that space after a comma can be avoided using: \setupmathematics[autopunctuation=all]. Sorry for that. So, only left second question. This is about opentype features,

Re: [NTG-context] Opentype features and space after comma in math mode

2016-08-29 Thread Jose Luis Arellano
After some research, i founded (in Wiki) that space after a comma can be avoided using: \setupmathematics[autopunctuation=all]. Sorry for that. So, only left second question. This is about opentype features, specifically tabular numbers in math mode. This issue (i think) is related to the

[NTG-context] Opentype features and space after comma in math mode

2016-08-29 Thread Jose Luis Arellano
Hello list, Two questions: 1) How can i enable opentype features (onum, lnum, tnum) in math mode? 2) How can i avoid the space after comma in math mode? I tried this without success: \definefontfeature[default][default][onum=yes,lnum=no,tnum=no]