ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Changing coversion of formulas
@ 2015-04-27  9:24 Aditya Mahajan
  2015-04-27 11:05 ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Aditya Mahajan @ 2015-04-27  9:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

How does one change the numberconversion for math formulas? The old 
method:

\setupformulas[numberconversion=set 1]
\starttext
\placeformula
\startformula
   E = mc^2
\stopformula
\stoptext

does not appear to work.

Thanks,
Aditya
___________________________________________________________________________________
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] 6+ messages in thread

* Re: Changing coversion of formulas
  2015-04-27  9:24 Changing coversion of formulas Aditya Mahajan
@ 2015-04-27 11:05 ` Hans Hagen
  2015-04-27 13:23   ` Aditya Mahajan
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2015-04-27 11:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 4/27/2015 11:24 AM, Aditya Mahajan wrote:
> Hi,
>
> How does one change the numberconversion for math formulas? The old method:
>
> \setupformulas[numberconversion=set 1]
> \starttext
> \placeformula
> \startformula
>    E = mc^2
> \stopformula
> \stoptext
>
> does not appear to work.

\setupcounter[formula][numberconversion=set 1]

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Changing coversion of formulas
  2015-04-27 11:05 ` Hans Hagen
@ 2015-04-27 13:23   ` Aditya Mahajan
  2015-04-27 13:29     ` Wolfgang Schuster
  0 siblings, 1 reply; 6+ messages in thread
From: Aditya Mahajan @ 2015-04-27 13:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, 27 Apr 2015, Hans Hagen wrote:

> On 4/27/2015 11:24 AM, Aditya Mahajan wrote:
>> Hi,
>>
>> How does one change the numberconversion for math formulas? The old method:
>>
>> \setupformulas[numberconversion=set 1]
>> \starttext
>> \placeformula
>> \startformula
>>    E = mc^2
>> \stopformula
>> \stoptext
>>
>> does not appear to work.
>
> \setupcounter[formula][numberconversion=set 1]

Using `characters` as numberconversion works, but `set 1` does not.

Aditya
___________________________________________________________________________________
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] 6+ messages in thread

* Re: Changing coversion of formulas
  2015-04-27 13:23   ` Aditya Mahajan
@ 2015-04-27 13:29     ` Wolfgang Schuster
  2015-04-27 13:39       ` Aditya Mahajan
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfgang Schuster @ 2015-04-27 13:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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


> Am 27.04.2015 um 15:23 schrieb Aditya Mahajan <adityam@umich.edu>:
> 
> On Mon, 27 Apr 2015, Hans Hagen wrote:
> 
>> On 4/27/2015 11:24 AM, Aditya Mahajan wrote:
>>> Hi,
>>> 
>>> How does one change the numberconversion for math formulas? The old method:
>>> 
>>> \setupformulas[numberconversion=set 1]
>>> \starttext
>>> \placeformula
>>> \startformula
>>>   E = mc^2
>>> \stopformula
>>> \stoptext
>>> 
>>> does not appear to work.
>> 
>> \setupcounter[formula][numberconversion=set 1]
> 
> Using `characters` as numberconversion works, but `set 1` does not.

Your original example with \setupformulas[numberconversion=set 1] works for me.

Wolfgang

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

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Changing coversion of formulas
  2015-04-27 13:29     ` Wolfgang Schuster
@ 2015-04-27 13:39       ` Aditya Mahajan
  2015-04-27 13:43         ` Aditya Mahajan
  0 siblings, 1 reply; 6+ messages in thread
From: Aditya Mahajan @ 2015-04-27 13:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, 27 Apr 2015, Wolfgang Schuster wrote:

>> Am 27.04.2015 um 15:23 schrieb Aditya Mahajan <adityam@umich.edu>:
>>
>> On Mon, 27 Apr 2015, Hans Hagen wrote:
>>
>>> On 4/27/2015 11:24 AM, Aditya Mahajan wrote:
>>>> Hi,
>>>>
>>>> How does one change the numberconversion for math formulas? The old method:
>>>>
>>>> \setupformulas[numberconversion=set 1]
>>>> \starttext
>>>> \placeformula
>>>> \startformula
>>>>   E = mc^2
>>>> \stopformula
>>>> \stoptext
>>>>
>>>> does not appear to work.
>>>
>>> \setupcounter[formula][numberconversion=set 1]
>>
>> Using `characters` as numberconversion works, but `set 1` does not.
>
> Your original example with \setupformulas[numberconversion=set 1] works for me.

Thanks. I am using the beta from 2015.04.03. I'll update and test again.

Aditya
___________________________________________________________________________________
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] 6+ messages in thread

* Re: Changing coversion of formulas
  2015-04-27 13:39       ` Aditya Mahajan
@ 2015-04-27 13:43         ` Aditya Mahajan
  0 siblings, 0 replies; 6+ messages in thread
From: Aditya Mahajan @ 2015-04-27 13:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, 27 Apr 2015, Aditya Mahajan wrote:

> On Mon, 27 Apr 2015, Wolfgang Schuster wrote:
>
>>> Am 27.04.2015 um 15:23 schrieb Aditya Mahajan <adityam@umich.edu>:
>>>
>>> On Mon, 27 Apr 2015, Hans Hagen wrote:
>>>
>>>> On 4/27/2015 11:24 AM, Aditya Mahajan wrote:
>>>>> Hi,
>>>>>
>>>>> How does one change the numberconversion for math formulas? The old 
> method:
>>>>>
>>>>> \setupformulas[numberconversion=set 1]
>>>>> \starttext
>>>>> \placeformula
>>>>> \startformula
>>>>>   E = mc^2
>>>>> \stopformula
>>>>> \stoptext
>>>>>
>>>>> does not appear to work.
>>>>
>>>> \setupcounter[formula][numberconversion=set 1]
>>>
>>> Using `characters` as numberconversion works, but `set 1` does not.
>>
>> Your original example with \setupformulas[numberconversion=set 1] works for 
> me.
>
> Thanks. I am using the beta from 2015.04.03. I'll update and test again.

Indeed, both versions work with the latest beta. Sorry about the noise.

Aditya
___________________________________________________________________________________
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] 6+ messages in thread

end of thread, other threads:[~2015-04-27 13:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-27  9:24 Changing coversion of formulas Aditya Mahajan
2015-04-27 11:05 ` Hans Hagen
2015-04-27 13:23   ` Aditya Mahajan
2015-04-27 13:29     ` Wolfgang Schuster
2015-04-27 13:39       ` Aditya Mahajan
2015-04-27 13:43         ` Aditya Mahajan

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