[tex4ht-commits] [SCM] tex4ht updated: r300 - trunk/lit

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Thu May 4 17:12:16 CEST 2017


Author: michal_h21
Date: 2017-05-04 18:12:16 +0300 (Thu, 04 May 2017)
New Revision: 300

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-html4.tex
Log:
Removed points and round rest of image dimensions

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2017-05-03 21:42:57 UTC (rev 299)
+++ trunk/lit/ChangeLog	2017-05-04 15:12:16 UTC (rev 300)
@@ -1,3 +1,8 @@
+2017-05-04  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-html4.tex (html4.4ht): round dimensions and remove 
+	``pt'' units from image dimensions.
+
 2017-05-03  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (usepackage.4ht): added basic support for

Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex	2017-05-03 21:42:57 UTC (rev 299)
+++ trunk/lit/tex4ht-html4.tex	2017-05-04 15:12:16 UTC (rev 300)
@@ -13662,12 +13662,12 @@
                |<graphics width/height|>%
             \fi
          \else
-            height="\Gin:eheight"
+            height="\expandafter\int:pt\Gin:eheight|<par del|>"
          \fi
       \else
-         width="\Gin:ewidth"
+         width="\expandafter\int:pt\Gin:ewidth|<par del|>"
          \ifx \Gin:eheight\Gin at exclamation \else
-            height="\Gin:eheight"
+            height="\expandafter\int:pt\Gin:eheight|<par del|>"
          \fi
       \fi
       class="includegraphics"
@@ -13712,10 +13712,10 @@
 
 \<graphicx width/height\><<<
 \ifx \Gin:ewidth\Gin at exclamation \else
-   width="\Gin:ewidth"
+   width="\expandafter\int:pt\Gin:ewidth|<par del|>"
 \fi
 \ifx \Gin:eheight\Gin at exclamation \else
-   height="\Gin:eheight"
+   height="\expandafter\int:pt\Gin:eheight|<par del|>"
 \fi
 >>>
 



More information about the tex4ht-commits mailing list