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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Fri Jun 7 15:09:24 CEST 2019


Author: michal_h21
Date: 2019-06-07 16:09:24 +0300 (Fri, 07 Jun 2019)
New Revision: 575

Modified:
   trunk/lit/tex4ht-4ht.tex
Log:
fixed collision with splitindex

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2019-06-07 11:57:16 UTC (rev 574)
+++ trunk/lit/tex4ht-4ht.tex	2019-06-07 13:09:24 UTC (rev 575)
@@ -28735,13 +28735,10 @@
 \endinput
 >>> \AddFile{7}{imakeidx}
 
-Patch the index writting commands to introduce the index destination and link to the
-destination to the idx file
+This code would be used with the splitindex option, but it seems index handling is
+already done, so it is not useful.
 
-Note that the splitindex option doesn't work, as splitindex doesn't keep the
-tex4ht commands inserted in the idx file.
-
-\<imakeidx.sty\><<<
+\<imakeidx-do-not-use\><<<
 \def\:temp#1#2#3{\html:addr%
 \hbox{\Link-{}{|<index haddr|>}\EndLink}%
 \protected at write\@indexfile{}%
@@ -28749,7 +28746,11 @@
 \o:imki at wrindexentryunique:{#1}{#2}{#3}%
 }
 \HLet\imki at wrindexentryunique\:temp
+>>>
 
+Patch the index writting commands to introduce the index destination and link to the
+destination to the idx file
+\<imakeidx.sty\><<<
 \def\:temp#1#2#3{\html:addr%
 \hbox{\Link-{}{|<index haddr|>}\EndLink}%
 \expandafter\protected at write\csname#1 at idxfile\endcsname{}%



More information about the tex4ht-commits mailing list