[NTG-context] scientific notation in PDF file

2014-05-18 Thread Michail Vidiassov
Dear Developers and All, when I create a PDF dictionary with a small number local mydict = lpdf.dictionary { TT = 0.01 } lpdf.flushobject(mydict) I get in PDF /TT 1e-18 that confuses the Adobe Reader (if dictionary is used). As far as I can investigate,

Re: [NTG-context] scientific notation in PDF file

2014-05-18 Thread Hans Hagen
On 5/18/2014 1:25 PM, Michail Vidiassov wrote: Dear Developers and All, when I create a PDF dictionary with a small number local mydict = lpdf.dictionary { TT = 0.01 } lpdf.flushobject(mydict) I get in PDF /TT 1e-18 that confuses the Adobe Reader (if dictionary is used).