texlive[51343] Master/texmf-dist/tex/generic/tex4ht: imakeidx

commits+karl at tug.org commits+karl at tug.org
Fri Jun 7 23:37:28 CEST 2019


Revision: 51343
          http://tug.org/svn/texlive?view=revision&revision=51343
Author:   karl
Date:     2019-06-07 23:37:28 +0200 (Fri, 07 Jun 2019)
Log Message:
-----------
imakeidx support, tex4ht r574

Revision Links:
--------------
    http://tug.org/svn/texlive?view=revision&revision=574

Modified Paths:
--------------
    trunk/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht

Added Paths:
-----------
    trunk/Master/texmf-dist/tex/generic/tex4ht/imakeidx.4ht

Added: trunk/Master/texmf-dist/tex/generic/tex4ht/imakeidx.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/imakeidx.4ht	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/imakeidx.4ht	2019-06-07 21:37:28 UTC (rev 51343)
@@ -0,0 +1,40 @@
+% imakeidx.4ht (2019-06-07-14:20), generated from tex4ht-4ht.tex
+% Copyright 2019 TeX Users Group
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either
+% version 1.3c of this license or (at your option) any
+% later version. The latest version of this license is in
+%   http://www.latex-project.org/lppl.txt
+% and version 1.3c or later is part of all distributions
+% of LaTeX version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status "maintained".
+%
+% The Current Maintainer of this work
+% is the TeX4ht Project <http://tug.org/tex4ht>.
+%
+% If you modify this program, changing the
+% version identification would be appreciated.
+\immediate\write-1{version 2019-06-07-14:20}
+
+
+\def\:temp#1#2#3{\html:addr%
+\hbox{\Link-{}{dx\last:haddr
+}\EndLink}%
+\expandafter\protected at write\csname#1 at idxfile\endcsname{}%
+{\string\beforeentry{\RefFileNumber\FileNumber}{dx\last:haddr
+}{\a:makeindex}}%
+\o:imki at wrindexentrysplit:{#1}{#2}{#3}%
+}
+\HLet\imki at wrindexentrysplit\:temp
+
+\ifx \a:makeindex\:UnDef
+\NewConfigure{makeindex}{}\Configure{makeindex}{}
+\fi
+
+
+
+\Hinput{imakeidx}
+\endinput
+


Property changes on: trunk/Master/texmf-dist/tex/generic/tex4ht/imakeidx.4ht
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht	2019-06-07 21:07:38 UTC (rev 51342)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht	2019-06-07 21:37:28 UTC (rev 51343)
@@ -1,4 +1,4 @@
-% usepackage.4ht (2019-01-12-14:56), generated from tex4ht-4ht.tex
+% usepackage.4ht (2019-06-07-14:20), generated from tex4ht-4ht.tex
 % Copyright 2003-2009 Eitan M. Gurari
 % Copyright 2009-2019 TeX Users Group
 %
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2019-01-12-14:56}
+\immediate\write-1{version 2019-06-07-14:20}
 
    \def\:temp{tex4ht}\ifx \:temp\@currname
    \:warning{\string\usepackage{tex4ht} again?}
@@ -33,7 +33,7 @@
 \fi
 
 \fi
-\gdef\a:usepackage{\use:package xr,xr-hyper,eso-pic,expl3,savetrees,biblatex,xeCJK,fontspec,tikz,pdfbase,graphics,xcolor,,!*?: }
+\gdef\a:usepackage{\use:package xr,xr-hyper,eso-pic,expl3,savetrees,biblatex,xeCJK,fontspec,tikz,pdfbase,graphics,xcolor,imakeidx,,!*?: }
 \gdef\use:package#1,{%
    \if :#1:\def\:temp##1!*?: {}\else
       \def\:temp{#1}\ifx \@currname\:temp
@@ -154,6 +154,9 @@
     \PassOptionsToPackage{dvips}{xcolor}
   \fi
 \fi
+\def\:temp{imakeidx}\ifx\@currname\:temp
+  \PassOptionsToPackage{noautomatic}{imakeidx}
+\fi
 
 
 \endinput



More information about the tex-live-commits mailing list