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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Thu Oct 31 21:10:55 CET 2019


Author: michal_h21
Date: 2019-10-31 22:10:55 +0200 (Thu, 31 Oct 2019)
New Revision: 616

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
Fix for the xr-hyper package

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2019-10-24 14:07:55 UTC (rev 615)
+++ trunk/lit/ChangeLog	2019-10-31 20:10:55 UTC (rev 616)
@@ -1,3 +1,8 @@
+2019-10-31 Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (usepackage.4ht): fix for the xr-hyper package.
+	https://tex.stackexchange.com/a/514398/2891
+
 2019-10-24 Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (appendix.4ht), 

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2019-10-24 14:07:55 UTC (rev 615)
+++ trunk/lit/tex4ht-4ht.tex	2019-10-31 20:10:55 UTC (rev 616)
@@ -3551,10 +3551,10 @@
 it, so we can safely eat that.
 
 \<wait with xr-hyper\><<<
-\def\eat:optional[#1]{}
-\AtEndOfPackage{\let\XR:\XR@ 
-   \def\XR@[#1]#2{%
-     \Configure{AtBeginDocument}{\XR:[#1]{#2}}{}\@ifnextchar[\eat:optional{}}%
+\AtEndOfPackage{\let\XR:\XR@
+    \def\XR@[#1][#2]#3{%
+      \AtBeginDocument{\XR:[#1][#2]{#3}}
+    }%
 }
 >>>
 



More information about the tex4ht-commits mailing list