diff options
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/imakeidx.4ht | 40 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht | 9 |
2 files changed, 46 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/imakeidx.4ht b/Master/texmf-dist/tex/generic/tex4ht/imakeidx.4ht new file mode 100644 index 00000000000..bab297a07d8 --- /dev/null +++ b/Master/texmf-dist/tex/generic/tex4ht/imakeidx.4ht @@ -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@write\csname#1@idxfile\endcsname{}% +{\string\beforeentry{\RefFileNumber\FileNumber}{dx\last:haddr +}{\a:makeindex}}% +\o:imki@wrindexentrysplit:{#1}{#2}{#3}% +} +\HLet\imki@wrindexentrysplit\:temp + +\ifx \a:makeindex\:UnDef +\NewConfigure{makeindex}{}\Configure{makeindex}{} +\fi + + + +\Hinput{imakeidx} +\endinput + diff --git a/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht b/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht index e5113b77784..af67f70ef5d 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht @@ -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 |