[NTG-context] configure \digits errata

2019-08-25 Thread Damien Thiriet
Hi, 


I made a mistake in my previous mail.
I am looking for an alternativ to \setdigitmode

\starttext
\setdigitmode 3 \digits 1314000
\stoptext

with an output points or thinmuskip
Sorry for the noise,


Damien Thiriet
___
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
___


[NTG-context] configure \digits

2019-08-25 Thread Damien Thiriet
Hi,


According to the wiki and 2003 article Pasting Digits together,
to get 1314000 typeset as 1\,314\,000, I should do
\setdigits 3 \digits{1314000}

unfortunatly, the \setdigits command looks obsolete (MkII command?
Could not find in my ConTeXt help information server
(http://localhost:8088/mtx-server-ctx-help.lua? and so on…).
I am using 2018 texlive.

Maybe job is now done by \setupunit, but couldn't figure out
how it works.

So what should I do to have numbers typeset the French way
(points or thinmuskip)?

MWE to be improved

\starttext
\setdigits 3 \digits{1314000}
\stoptext

Thanks,

Damien Thiriet 
___
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
___