]> git.cameronkatri.com Git - mandoc.git/blobdiff - term_ps.c
Use <em> for .Em and .Bf -emphasis.
[mandoc.git] / term_ps.c
index 12177acd59dcc180d5e45cb18b07d9443cdcd517..1460ed647287dabcef0c106fda7a6da2b5433815 100644 (file)
--- a/term_ps.c
+++ b/term_ps.c
@@ -1,4 +1,4 @@
-/*     $Id: term_ps.c,v 1.61 2014/07/27 21:53:17 schwarze Exp $ */
+/*     $Id: term_ps.c,v 1.63 2014/08/10 23:54:41 schwarze Exp $ */
 /*
  * Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -15,9 +15,7 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
-#ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
 
 #include <sys/types.h>
 
@@ -1123,13 +1121,13 @@ ps_hspan(const struct termp *p, const struct roffsu *su)
                r = PNT2AFM(p, su->scale * 28.34);
                break;
        case SCALE_IN:
-               r = PNT2AFM(p, su->scale * 72);
+               r = PNT2AFM(p, su->scale * 72.0);
                break;
        case SCALE_PC:
-               r = PNT2AFM(p, su->scale * 12);
+               r = PNT2AFM(p, su->scale * 12.0);
                break;
        case SCALE_PT:
-               r = PNT2AFM(p, su->scale * 100);
+               r = PNT2AFM(p, su->scale * 100.0);
                break;
        case SCALE_EM:
                r = su->scale *