ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* mathdigits no longer works
@ 2017-05-15 13:04 Akira Kakuto
  0 siblings, 0 replies; 8+ messages in thread
From: Akira Kakuto @ 2017-05-15 13:04 UTC (permalink / raw)
  To: ntg-context

> The small modification I was talking about ...

The following change for Mohammad's one may also be ok:

\startttext

\switchtobodyfont[minionmath]

--->

\switchtobodyfont[minionmath]

\starttext

Best,
Akira

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: mathdigits no longer works
  2017-05-15  9:36   ` Hans Hagen
@ 2017-05-15 15:48     ` Mohammad Hossein Bateni
  0 siblings, 0 replies; 8+ messages in thread
From: Mohammad Hossein Bateni @ 2017-05-15 15:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 2273 bytes --]

Thanks, Hans!  It seems to work in the latest beta.

On Mon, May 15, 2017 at 5:36 AM, Hans Hagen <pragma@wxs.nl> wrote:

> On 5/15/2017 5:37 AM, Mohammad Hossein Bateni wrote:
>
>> The version
>> in tex/texmf-context/tex/context/fonts/mkiv/type-imp-mathdigits.mkiv is
>> a typescript.  Here is a simpler version using defintfontfamily and
>> definefallbackfamily, which doesn't work in the recent beta (but worked
>> well back in January).
>>
>>
>> \definefontfamily     [minionmath] [rm] [Minion Pro]
>> \definefallbackfamily [minionmath] [mm] [dejavusansmono]
>> [range=digitsextendedarabicindic,offset=digitsnormal]
>> \definefallbackfamily [minionmath] [mm] [dejavusansmono]
>> [range=digitsextendedarabicindic,offset=digitsbold,tf=style:bold]
>> \definefontfamily     [minionmath] [mm] [TeX Gyre Pagella Math]
>>
>> \startttext
>>
>> \switchtobodyfont[minionmath]
>>
>> \startformula
>> {\tf xyz} xyz {\bf xyz} {\bi xyz}, 2+3, {\bf 2+3}
>> \stopformula
>>
>> \stoptext
>>
>>
>> With beta version 2017.01.17 17:37 it used to work and change the digits
>> to Indic inside math.  With beta version 2017.04.27 01:00, the digits do
>> not change to Indic.  However, everything in math changes to
>> dejavusansmono (bold, because that was the last fallback definition?).
>>
>
> there has been some fixes in the math fallbacks recently so only report
> issues that fail in the *latest* garden version
>
> Hans
>
> -----------------------------------------------------------------
>                                           Hans Hagen | PRAGMA ADE
>               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
> -----------------------------------------------------------------
>
> ____________________________________________________________
> _______________________
> 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/list
> info/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
> ____________________________________________________________
> _______________________
>

[-- Attachment #1.2: Type: text/html, Size: 3725 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: mathdigits no longer works
  2017-05-15  9:00     ` Mohammad Hossein Bateni
@ 2017-05-15 12:27       ` Otared Kavian
  0 siblings, 0 replies; 8+ messages in thread
From: Otared Kavian @ 2017-05-15 12:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 5574 bytes --]

Dear Mohammad Hossein,

The small modification I was talking about has nothing to do with the definition of fonts. In any case here is the file I used to typeset your example (I think you had \startttext instead of \starttext, and also you used \switchtobodyfont instead of \setupbodyfont: however I am not sure whether this is important or not) :

%%%% begin

\definefontfamily     [minionmath] [rm] [Minion Pro]
\definefallbackfamily [minionmath] [mm] [dejavusansmono] [range=digitsextendedarabicindic,offset=digitsnormal]
\definefallbackfamily [minionmath] [mm] [dejavusansmono] [range=digitsextendedarabicindic,offset=digitsbold,tf=style:bold]
\definefontfamily     [minionmath] [mm] [TeX Gyre Pagella Math]

%\switchtobodyfont[minionmath]
\setupbodyfont[minionmath]
\starttext

\startformula
{\tf xyz} xyz {\bf xyz} {\bi xyz}, 
\stopformula

\startformula
2+3+4+5+6+7+8+9+10 = {\bf 2+3+4+5+6+7+8+9+10}
\stopformula

\stoptext

%%%% end

Best regrads: Otared K.

> On 15 May 2017, at 11:00, Mohammad Hossein Bateni <bateni@gmail.com> wrote:
> 
> Dear Otared, what is the small modification you mentioned?  Could you share the code you shared to get this output in the latest beta?
> 
> On Mon, May 15, 2017 at 3:27 AM, Otared Kavian <otared@gmail.com <mailto:otared@gmail.com>> wrote:
> Hi Mohammad Hossein,
> 
> I don’t get what you expected to obtain in your message, but typesetting your example code (with a small modification) I get the attached PDF file, which seems correct to me.
> I am using ConTeXt  version 2017.05.12 22 <tel:2017.05.12%2022>:40 MKIV beta, with LuaTeX version 1.0.4 on MacOS 10.12.5.
> 
> Best regards: Otared K.
> 
> 
> 
> 
> 
> 
> > On 15 May 2017, at 05:37, Mohammad Hossein Bateni <bateni@gmail.com <mailto:bateni@gmail.com>> wrote:
> >
> > The version in tex/texmf-context/tex/context/fonts/mkiv/type-imp-mathdigits.mkiv is a typescript.  Here is a simpler version using defintfontfamily and definefallbackfamily, which doesn't work in the recent beta (but worked well back in January).
> >
> >
> > \definefontfamily     [minionmath] [rm] [Minion Pro]
> > \definefallbackfamily [minionmath] [mm] [dejavusansmono] [range=digitsextendedarabicindic,offset=digitsnormal]
> > \definefallbackfamily [minionmath] [mm] [dejavusansmono] [range=digitsextendedarabicindic,offset=digitsbold,tf=style:bold]
> > \definefontfamily     [minionmath] [mm] [TeX Gyre Pagella Math]
> >
> > \startttext
> >
> > \switchtobodyfont[minionmath]
> >
> > \startformula
> > {\tf xyz} xyz {\bf xyz} {\bi xyz}, 2+3, {\bf 2+3}
> > \stopformula
> >
> > \stoptext
> >
> >
> > With beta version 2017.01.17 17 <tel:2017.01.17%2017>:37 it used to work and change the digits to Indic inside math.  With beta version 2017.04.27 01 <tel:2017.04.27%2001>:00, the digits do not change to Indic.  However, everything in math changes to dejavusansmono (bold, because that was the last fallback definition?).
> >
> > On Fri, May 12, 2017 at 7:34 PM, Mohammad Hossein Bateni <bateni@gmail.com <mailto:bateni@gmail.com>> wrote:
> > Hi,
> >
> > The example for replacing Arabic numerals by Indic digits inside math used to work (at least) until version 2017.01.17 17 <tel:2017.01.17%2017>:37.
> >
> > tex/texmf-context/tex/context/fonts/mkiv/type-imp-mathdigits.mkiv
> >
> > Now in version 2017.04.27 01 <tel:2017.04.27%2001>:00, this does not produce the desired output: it's all "Latin" digits.
> >
> > Has something changed regarding fontfallback definitions?
> >
> > Thanks,
> > MHB
> >
> > ___________________________________________________________________________________
> > If your question is of interest to others as well, please add an entry to the Wiki!
> >
> > maillist : ntg-context@ntg.nl <mailto:ntg-context@ntg.nl> / http://www.ntg.nl/mailman/listinfo/ntg-context <http://www.ntg.nl/mailman/listinfo/ntg-context>
> > webpage  : http://www.pragma-ade.nl <http://www.pragma-ade.nl/> / http://context.aanhet.net <http://context.aanhet.net/>
> > archive  : https://bitbucket.org/phg/context-mirror/commits/ <https://bitbucket.org/phg/context-mirror/commits/>
> > wiki     : http://contextgarden.net <http://contextgarden.net/>
> > ___________________________________________________________________________________
> 
> 
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
> 
> maillist : ntg-context@ntg.nl <mailto:ntg-context@ntg.nl> / http://www.ntg.nl/mailman/listinfo/ntg-context <http://www.ntg.nl/mailman/listinfo/ntg-context>
> webpage  : http://www.pragma-ade.nl <http://www.pragma-ade.nl/> / http://context.aanhet.net <http://context.aanhet.net/>
> archive  : https://bitbucket.org/phg/context-mirror/commits/ <https://bitbucket.org/phg/context-mirror/commits/>
> wiki     : http://contextgarden.net <http://contextgarden.net/>
> ___________________________________________________________________________________
> 
> ___________________________________________________________________________________
> 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________


[-- Attachment #1.2: Type: text/html, Size: 9496 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: mathdigits no longer works
  2017-05-15  3:37 ` Mohammad Hossein Bateni
  2017-05-15  7:27   ` Otared Kavian
@ 2017-05-15  9:36   ` Hans Hagen
  2017-05-15 15:48     ` Mohammad Hossein Bateni
  1 sibling, 1 reply; 8+ messages in thread
From: Hans Hagen @ 2017-05-15  9:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 5/15/2017 5:37 AM, Mohammad Hossein Bateni wrote:
> The version
> in tex/texmf-context/tex/context/fonts/mkiv/type-imp-mathdigits.mkiv is
> a typescript.  Here is a simpler version using defintfontfamily and
> definefallbackfamily, which doesn't work in the recent beta (but worked
> well back in January).
>
>
> \definefontfamily     [minionmath] [rm] [Minion Pro]
> \definefallbackfamily [minionmath] [mm] [dejavusansmono]
> [range=digitsextendedarabicindic,offset=digitsnormal]
> \definefallbackfamily [minionmath] [mm] [dejavusansmono]
> [range=digitsextendedarabicindic,offset=digitsbold,tf=style:bold]
> \definefontfamily     [minionmath] [mm] [TeX Gyre Pagella Math]
>
> \startttext
>
> \switchtobodyfont[minionmath]
>
> \startformula
> {\tf xyz} xyz {\bf xyz} {\bi xyz}, 2+3, {\bf 2+3}
> \stopformula
>
> \stoptext
>
>
> With beta version 2017.01.17 17:37 it used to work and change the digits
> to Indic inside math.  With beta version 2017.04.27 01:00, the digits do
> not change to Indic.  However, everything in math changes to
> dejavusansmono (bold, because that was the last fallback definition?).

there has been some fixes in the math fallbacks recently so only report 
issues that fail in the *latest* garden version

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: mathdigits no longer works
  2017-05-15  7:27   ` Otared Kavian
@ 2017-05-15  9:00     ` Mohammad Hossein Bateni
  2017-05-15 12:27       ` Otared Kavian
  0 siblings, 1 reply; 8+ messages in thread
From: Mohammad Hossein Bateni @ 2017-05-15  9:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 3423 bytes --]

Dear Otared, what is the small modification you mentioned?  Could you share
the code you shared to get this output in the latest beta?

On Mon, May 15, 2017 at 3:27 AM, Otared Kavian <otared@gmail.com> wrote:

> Hi Mohammad Hossein,
>
> I don’t get what you expected to obtain in your message, but typesetting
> your example code (with a small modification) I get the attached PDF file,
> which seems correct to me.
> I am using ConTeXt  version 2017.05.12 22:40 MKIV beta, with LuaTeX
> version 1.0.4 on MacOS 10.12.5.
>
> Best regards: Otared K.
>
>
>
>
>
>
> > On 15 May 2017, at 05:37, Mohammad Hossein Bateni <bateni@gmail.com>
> wrote:
> >
> > The version in tex/texmf-context/tex/context/fonts/mkiv/type-imp-mathdigits.mkiv
> is a typescript.  Here is a simpler version using defintfontfamily and
> definefallbackfamily, which doesn't work in the recent beta (but worked
> well back in January).
> >
> >
> > \definefontfamily     [minionmath] [rm] [Minion Pro]
> > \definefallbackfamily [minionmath] [mm] [dejavusansmono] [range=
> digitsextendedarabicindic,offset=digitsnormal]
> > \definefallbackfamily [minionmath] [mm] [dejavusansmono] [range=
> digitsextendedarabicindic,offset=digitsbold,tf=style:bold]
> > \definefontfamily     [minionmath] [mm] [TeX Gyre Pagella Math]
> >
> > \startttext
> >
> > \switchtobodyfont[minionmath]
> >
> > \startformula
> > {\tf xyz} xyz {\bf xyz} {\bi xyz}, 2+3, {\bf 2+3}
> > \stopformula
> >
> > \stoptext
> >
> >
> > With beta version 2017.01.17 17:37 it used to work and change the
> digits to Indic inside math.  With beta version 2017.04.27 01:00, the
> digits do not change to Indic.  However, everything in math changes to
> dejavusansmono (bold, because that was the last fallback definition?).
> >
> > On Fri, May 12, 2017 at 7:34 PM, Mohammad Hossein Bateni <
> bateni@gmail.com> wrote:
> > Hi,
> >
> > The example for replacing Arabic numerals by Indic digits inside math
> used to work (at least) until version 2017.01.17 17:37.
> >
> > tex/texmf-context/tex/context/fonts/mkiv/type-imp-mathdigits.mkiv
> >
> > Now in version 2017.04.27 01:00, this does not produce the desired
> output: it's all "Latin" digits.
> >
> > Has something changed regarding fontfallback definitions?
> >
> > Thanks,
> > MHB
> >
> > ____________________________________________________________
> _______________________
> > 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://context.aanhet.net
> > archive  : https://bitbucket.org/phg/context-mirror/commits/
> > wiki     : http://contextgarden.net
> > ____________________________________________________________
> _______________________
>
>
> ____________________________________________________________
> _______________________
> 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
> ____________________________________________________________
> _______________________
>

[-- Attachment #1.2: Type: text/html, Size: 5305 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: mathdigits no longer works
  2017-05-15  3:37 ` Mohammad Hossein Bateni
@ 2017-05-15  7:27   ` Otared Kavian
  2017-05-15  9:00     ` Mohammad Hossein Bateni
  2017-05-15  9:36   ` Hans Hagen
  1 sibling, 1 reply; 8+ messages in thread
From: Otared Kavian @ 2017-05-15  7:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 338 bytes --]

Hi Mohammad Hossein,

I don’t get what you expected to obtain in your message, but typesetting your example code (with a small modification) I get the attached PDF file, which seems correct to me.
I am using ConTeXt  version 2017.05.12 22:40 MKIV beta, with LuaTeX version 1.0.4 on MacOS 10.12.5.

Best regards: Otared K.





[-- Attachment #2: mathdigits.pdf --]
[-- Type: application/pdf, Size: 30065 bytes --]

[-- Attachment #3: Type: text/plain, Size: 2178 bytes --]


> On 15 May 2017, at 05:37, Mohammad Hossein Bateni <bateni@gmail.com> wrote:
> 
> The version in tex/texmf-context/tex/context/fonts/mkiv/type-imp-mathdigits.mkiv is a typescript.  Here is a simpler version using defintfontfamily and definefallbackfamily, which doesn't work in the recent beta (but worked well back in January).
> 
> 
> \definefontfamily     [minionmath] [rm] [Minion Pro]
> \definefallbackfamily [minionmath] [mm] [dejavusansmono] [range=digitsextendedarabicindic,offset=digitsnormal]
> \definefallbackfamily [minionmath] [mm] [dejavusansmono] [range=digitsextendedarabicindic,offset=digitsbold,tf=style:bold]
> \definefontfamily     [minionmath] [mm] [TeX Gyre Pagella Math]
> 
> \startttext
> 
> \switchtobodyfont[minionmath]
> 
> \startformula
> {\tf xyz} xyz {\bf xyz} {\bi xyz}, 2+3, {\bf 2+3}
> \stopformula
> 
> \stoptext
> 
> 
> With beta version 2017.01.17 17:37 it used to work and change the digits to Indic inside math.  With beta version 2017.04.27 01:00, the digits do not change to Indic.  However, everything in math changes to dejavusansmono (bold, because that was the last fallback definition?).
> 
> On Fri, May 12, 2017 at 7:34 PM, Mohammad Hossein Bateni <bateni@gmail.com> wrote:
> Hi,
> 
> The example for replacing Arabic numerals by Indic digits inside math used to work (at least) until version 2017.01.17 17:37.
> 
> tex/texmf-context/tex/context/fonts/mkiv/type-imp-mathdigits.mkiv
> 
> Now in version 2017.04.27 01:00, this does not produce the desired output: it's all "Latin" digits.
> 
> Has something changed regarding fontfallback definitions?
> 
> Thanks,
> MHB
> 
> ___________________________________________________________________________________
> 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________


[-- Attachment #4: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: mathdigits no longer works
  2017-05-12 23:34 Mohammad Hossein Bateni
@ 2017-05-15  3:37 ` Mohammad Hossein Bateni
  2017-05-15  7:27   ` Otared Kavian
  2017-05-15  9:36   ` Hans Hagen
  0 siblings, 2 replies; 8+ messages in thread
From: Mohammad Hossein Bateni @ 2017-05-15  3:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1494 bytes --]

The version in tex/texmf-context/tex/context/fonts/mkiv/type-imp-mathdigits.mkiv
is a typescript.  Here is a simpler version using defintfontfamily and
definefallbackfamily, which doesn't work in the recent beta (but worked
well back in January).


\definefontfamily     [minionmath] [rm] [Minion Pro]
\definefallbackfamily [minionmath] [mm] [dejavusansmono]
[range=digitsextendedarabicindic,offset=digitsnormal]
\definefallbackfamily [minionmath] [mm] [dejavusansmono]
[range=digitsextendedarabicindic,offset=digitsbold,tf=style:bold]
\definefontfamily     [minionmath] [mm] [TeX Gyre Pagella Math]

\startttext

\switchtobodyfont[minionmath]

\startformula
{\tf xyz} xyz {\bf xyz} {\bi xyz}, 2+3, {\bf 2+3}
\stopformula

\stoptext


With beta version 2017.01.17 17:37 it used to work and change the digits to
Indic inside math.  With beta version 2017.04.27 01:00, the digits do not
change to Indic.  However, everything in math changes to dejavusansmono
(bold, because that was the last fallback definition?).

On Fri, May 12, 2017 at 7:34 PM, Mohammad Hossein Bateni <bateni@gmail.com>
wrote:

> Hi,
>
> The example for replacing Arabic numerals by Indic digits inside math used
> to work (at least) until version 2017.01.17 17:37.
>
> tex/texmf-context/tex/context/fonts/mkiv/type-imp-mathdigits.mkiv
>
> Now in version 2017.04.27 01:00, this does not produce the desired output:
> it's all "Latin" digits.
>
> Has something changed regarding fontfallback definitions?
>
> Thanks,
> MHB
>

[-- Attachment #1.2: Type: text/html, Size: 2423 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* mathdigits no longer works
@ 2017-05-12 23:34 Mohammad Hossein Bateni
  2017-05-15  3:37 ` Mohammad Hossein Bateni
  0 siblings, 1 reply; 8+ messages in thread
From: Mohammad Hossein Bateni @ 2017-05-12 23:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 371 bytes --]

Hi,

The example for replacing Arabic numerals by Indic digits inside math used
to work (at least) until version 2017.01.17 17:37.

tex/texmf-context/tex/context/fonts/mkiv/type-imp-mathdigits.mkiv

Now in version 2017.04.27 01:00, this does not produce the desired output:
it's all "Latin" digits.

Has something changed regarding fontfallback definitions?

Thanks,
MHB

[-- Attachment #1.2: Type: text/html, Size: 541 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2017-05-15 15:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-15 13:04 mathdigits no longer works Akira Kakuto
  -- strict thread matches above, loose matches on Subject: below --
2017-05-12 23:34 Mohammad Hossein Bateni
2017-05-15  3:37 ` Mohammad Hossein Bateni
2017-05-15  7:27   ` Otared Kavian
2017-05-15  9:00     ` Mohammad Hossein Bateni
2017-05-15 12:27       ` Otared Kavian
2017-05-15  9:36   ` Hans Hagen
2017-05-15 15:48     ` Mohammad Hossein Bateni

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).