9 Jun
2011
9 Jun
'11
8:24 p.m.
Hi, I'm using the digit-module and enjoy, that I get a nice output using the following: \starttext \digits{30e-3} \stoptext instead of \starttext $30 \cdot 10^{-3}$ or $30 ⋅ 10^{-3}$ \stoptext But now I'm wondering why this module does not work in the tabulate-environment with: \starttabulate[|l|l] \HL \NC first \NC second \AR \HL \NC \digits{30e-3}\NC \digits{30e+3} \AR \HL \stoptabulate In the pdf-file now appears only 30e-3. Thanks, Yoraxe