Changing coversion of formulas
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
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 -----------------------------------------------------------------
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
Am 27.04.2015 um 15:23 schrieb Aditya Mahajan
: 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
On Mon, 27 Apr 2015, Wolfgang Schuster wrote:
Am 27.04.2015 um 15:23 schrieb Aditya Mahajan
: 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
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
: 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
participants (3)
-
Aditya Mahajan
-
Hans Hagen
-
Wolfgang Schuster