| 1203 | |
| 1204 | |
| 1205 | |
| 1206 | # Defines a set of coefficients for ink accounting. |
| 1207 | # With these coefficients, the exact cost of each page |
| 1208 | # can be computed : for each ink color in the colorspace specified |
| 1209 | # in the preaccounter and/or accounter directives, we multiply the |
| 1210 | # base cost per page set with pkprinters by this ink color's coefficient |
| 1211 | # and by the percent of that page covered with such ink. Then we |
| 1212 | # sum the values, and repeat the operation for each page. We then |
| 1213 | # add the base cost per job set with pkprinters, and repeat |
| 1214 | # the operation recursively in case of nested printers groups. |
| 1215 | # |
| 1216 | # Any coefficient which is not set is considered to be equal to 1.0 |
| 1217 | # |
| 1218 | # Coefficients can be set either in the [global] section or in any |
| 1219 | # [printqueuename] section. The latter taking precedence, as always. |
| 1220 | # |
| 1221 | #coefficient_cyan : 1.2 |
| 1222 | #coefficient_magenta : 3 |
| 1223 | #coefficient_yellow : 1.1 |
| 1224 | #coefficient_black : 1.0 |