[BACK]Return to term_ps.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/term_ps.c between version 1.87 and 1.88

version 1.87, 2017/10/25 20:48:48 version 1.88, 2017/10/26 18:11:31
Line 596  pspdf_alloc(const struct manoutput *outopts)
Line 596  pspdf_alloc(const struct manoutput *outopts)
   
         /* Remember millimetres -> AFM units. */          /* Remember millimetres -> AFM units. */
   
         pagex = PNT2AFM(p, ((double)pagex * 2.834));          pagex = PNT2AFM(p, ((double)pagex * 72.0 / 25.4));
         pagey = PNT2AFM(p, ((double)pagey * 2.834));          pagey = PNT2AFM(p, ((double)pagey * 72.0 / 25.4));
   
         /* Margins are 1/9 the page x and y. */          /* Margins are 1/9 the page x and y. */
   

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88

CVSweb