=================================================================== RCS file: /cvs/mandoc/term_ps.c,v retrieving revision 1.87 retrieving revision 1.88 diff -u -p -r1.87 -r1.88 --- mandoc/term_ps.c 2017/10/25 20:48:48 1.87 +++ mandoc/term_ps.c 2017/10/26 18:11:31 1.88 @@ -1,4 +1,4 @@ -/* $Id: term_ps.c,v 1.87 2017/10/25 20:48:48 schwarze Exp $ */ +/* $Id: term_ps.c,v 1.88 2017/10/26 18:11:31 schwarze Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * Copyright (c) 2014, 2015, 2016, 2017 Ingo Schwarze @@ -596,8 +596,8 @@ pspdf_alloc(const struct manoutput *outopts) /* Remember millimetres -> AFM units. */ - pagex = PNT2AFM(p, ((double)pagex * 2.834)); - pagey = PNT2AFM(p, ((double)pagey * 2.834)); + pagex = PNT2AFM(p, ((double)pagex * 72.0 / 25.4)); + pagey = PNT2AFM(p, ((double)pagey * 72.0 / 25.4)); /* Margins are 1/9 the page x and y. */