20 Jun
2008
20 Jun
'08
2:23 p.m.
On Fri, Jun 20, 2008 at 4:10 PM, Morgan Brassel
Thank you, Wolfgang. I have already read the "This Way" on your link very carefully. In fact, I was looking for a solution to have \digits{e-5} printed as 10^5 \digits{2e-5} printed as 2 . 10^5 Is it possible to do that? to detect if there is a number before the 'e' in \digits?
\def\digitpowerseparator {\ifx\collecteddigits\empty 10 \else \cdot10 \fi} \starttext \digits{e-5} \digits{2e-5} \stoptext Regards, Wolfgang