summaryrefslogtreecommitdiff
path: root/support/TeX4ht
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-04-01 03:01:08 +0000
committerNorbert Preining <norbert@preining.info>2024-04-01 03:01:08 +0000
commit424c878a0d7e7768235612afefcc53605797eabf (patch)
tree105207c52625aec5616a90f4b003593325c71d79 /support/TeX4ht
parentd1109269e156ddc67b67f942a2e5aad3b37a40a6 (diff)
CTAN sync 202404010301
Diffstat (limited to 'support/TeX4ht')
-rw-r--r--support/TeX4ht/source/ChangeLog6
-rw-r--r--support/TeX4ht/source/tex4ht-4ht.tex9
2 files changed, 14 insertions, 1 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index 639d6f21d8..9a2451b6f1 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/ChangeLog
@@ -1,3 +1,9 @@
+2024-03-31 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-4ht.tex (index.4ht): fixed clash between Imakeidx and Index
+ packages.
+ https://tex.stackexchange.com/q/714247/2891
+
2024-03-27 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-4ht.tex (fancyvrb.4ht): changed non-existent \glet command
diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex
index f10339a492..6f4a6b5cbf 100644
--- a/support/TeX4ht/source/tex4ht-4ht.tex
+++ b/support/TeX4ht/source/tex4ht-4ht.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1496 2024-03-27 08:37:14Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1497 2024-03-31 14:24:29Z michal_h21 $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2024 TeX Users Group
@@ -32300,6 +32300,7 @@ not necessary in MathML anyway.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% index.4ht |version %
% Copyright (C) |CopyYear.1999. Eitan M. Gurari %
+% Copyright 2024 TeX Users Group
|<TeX4ht copyright|>
|<index shared|>
\expandafter\ifx \csname @vwritefile\endcsname\relax
@@ -32338,9 +32339,15 @@ index.sty\EndLink
\<index 4.1beta warning\><<<
\bgroup
+\@ifpackageloaded{imakeidx}{
+ \expandafter\gdef\csname idx:extI\endcsname#1{#1}
+ \expandafter\gdef\csname idx:extII\endcsname#1{#1}
+}{
\catcode`\:=12
\expandafter\gdef\csname idx:extI\endcsname#1:#2//{#1}
\expandafter\gdef\csname idx:extII\endcsname#1:#2:#3//{#2}
+}
+
\egroup
>>>