![](https://secure.gravatar.com/avatar/728f11d61a15b6777af9251e409ce379.jpg?s=120&d=mm&r=g)
I've tried the unit interface today, and I've noticed two issues with the following example: \setupunits[alternative=text] \starttext $\unit{-4.6e-3 km s^-1}$ \stoptext 1. Minus superscripts for UNITS (so 's^-1' here—not 'e-3', which is fine) are converted to hyphens with the 'text' unit alternative (with the default 'mathematics' unit alternative everything is fine): 2. The times symbol between the number and the 10^-3 (e-3) is incorrectly spaced (as an ordinary math atom instead of a binary math atom) so doesn't look good. Maybe Hans could change \def\digitstimessymbol{\times} to \def\digitstimessymbol{\ifmmode\times\else${}\times{}$\fi} in phys-dim.mkiv?
![](https://secure.gravatar.com/avatar/49e63acb01f2ca80efce7eed08310ce8.jpg?s=120&d=mm&r=g)
On 5/15/2015 9:43 PM, Maggyero wrote:
I've tried the unit interface today, and I've noticed two issues with the following example:
\setupunits[alternative=text] \starttext $\unit{-4.6e-3 km s^-1}$ \stoptext
1. Minus superscripts for UNITS (so 's^-1' here—not 'e-3', which is fine) are converted to hyphens with the 'text' unit alternative (with the default 'mathematics' unit alternative everything is fine):
2. The times symbol between the number and the 10^-3 (e-3) is incorrectly spaced (as an ordinary math atom instead of a binary math atom) so doesn't look good.
Maybe Hans could change
\def\digitstimessymbol{\times}
to
\def\digitstimessymbol{\ifmmode\times\else${}\times{}$\fi}
in phys-dim.mkiv?
should be better in next beta ... (different solution) ----------------------------------------------------------------- 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 -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Maggyero