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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Wed Aug 2 10:26:59 CEST 2017


Author: michal_h21
Date: 2017-08-02 11:26:59 +0300 (Wed, 02 Aug 2017)
New Revision: 319

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-html4.tex
Log:
Use mk4ht xhtex with onmouseover option

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2017-05-19 12:41:06 UTC (rev 318)
+++ trunk/lit/ChangeLog	2017-08-02 08:26:59 UTC (rev 319)
@@ -1,3 +1,9 @@
+2017-08-01  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-html4.tex (html4.4ht): use `mk4ht xhtex` command with onmouseover
+	option
+	Details: https://tex.stackexchange.com/q/384371/2891
+
 2017-05-19  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-mathml.tex (html-mml.4ht): configuration for array caused ivalid

Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex	2017-05-19 12:41:06 UTC (rev 318)
+++ trunk/lit/tex4ht-html4.tex	2017-08-02 08:26:59 UTC (rev 319)
@@ -6821,7 +6821,7 @@
 \<onmouseover utilities\><<<
 \expandafter\ifx \csname mouseover-Needs\endcsname\relax
   \NewConfigure{mouseover-Needs}{1}
-  \Configure{mouseover-Needs}{\Needs{"xhtex \jobname-js"}}
+  \Configure{mouseover-Needs}{\Needs{"mk4ht xhtex \jobname-js"}}
 \fi
 \def\mo:args#1#2#3{\expandafter 
   \ifx \csname a:mouseover-#1-#2\endcsname\empty\else
@@ -6879,7 +6879,7 @@
 
 \<overlib src\><<<
 <script type="text/javascript" src="overlib.js"><!-- overLIB (c) Erik Bosrup --></script>
-<!--http://www.bosrup.com/web/overlib/-->%
+<!--https://github.com/overlib/overlib-->%
 >>>
 
 



More information about the tex4ht-commits mailing list