<div dir="ltr"><div><br clear="all"><br></div>If pdfdecimal digits is set less than 4 the it appears that you get a warning<br><div><pre class="">warning  (pdf backend): forcing decimal digits to 4<br><br></pre>The manual could mention in the documentation of pdf.setdecimaldigits that if set low then although<br>pdf.getdecimaldigits() will return the lower number, the effective value will be 4 (if that is what happens?)<br><br></div><div>This came up as texlive 2015 shared pdftex/luatex format ini files set<br><br><br></div><div><br></div><div>\pdfdecimaldigits=3<br><br>in /usr/local/texlive/2015/texmf-dist/tex/generic/config/pdftexconfig.tex<br><br></div><div>so having translated that to <br>\pdfvariable decimaldigits=4<br><br></div><div>we get a warning in every (plain and latex) document.<br><br></div><div>So we could change the default to 4 but that would change pdftex as well (in the currently suggested setup for texlive 2016 which uses a shared setup)<br></div><div>Or we could separate the setup and use different values for pdftex and luatex.<br><br></div><div>So to help decide could you say why the minimum value of 4 was chosen, is there a problem with 3 that we ought to definitely use 4 also in pdftex?<br></div><div>If not, could luatex allow 3?<br><br></div><div>Either way could the manual mention that setting the value low gives a warning.<br><br></div><div>(Would it be possible for pdf.setdecimaldigits()  to refuse to set the lua value to <br>a low value, so that pdf.getdecimaldigits() always returns the effective value that will be used?)<br><br><br></div><div>David<br><br> </div></div>