texlive[66632] Master/texmf-dist: first paragraph in {theindex},

commits+karl at tug.org commits+karl at tug.org
Tue Mar 21 18:10:02 CET 2023


Revision: 66632
          http://tug.org/svn/texlive?view=revision&revision=66632
Author:   karl
Date:     2023-03-21 18:10:02 +0100 (Tue, 21 Mar 2023)
Log Message:
-----------
first paragraph in {theindex}, tex4ht r1307

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

Modified Paths:
--------------
    trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
    trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
    trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
    trunk/Master/texmf-dist/tex/generic/tex4ht/amsart.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/amsbook.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/amsproc.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/article.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/book.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/mwart.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/mwbk.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/mwrep.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/report.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/scrbook.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/scrreprt.4ht

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2023-03-21 17:07:11 UTC (rev 66631)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2023-03-21 17:10:02 UTC (rev 66632)
@@ -1,3 +1,25 @@
+2023-03-19  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (memhfixc.4ht): fixed interaction between Memoir
+	and Nameref.
+	https://github.com/michal-h21/make4ht/issues/74
+
+2023-03-15  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex(amsart.4ht, amsart.4ht, amsbook.4ht,
+	amsproc.4ht, article.4ht, book.4ht, mwart.4ht,
+	mwbk.4ht, mwrep.4ht, report.4ht, scrbook.4ht,
+	scrreprt.4ht),
+	* tex4ht-html4.tex (html4.4ht): Fixed wrong first pagaraph in
+	theindex environment.
+	https://tex.stackexchange.com/a/679239/2891
+	
+2023-03-13  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-fonts-noncjk.tex (
+	./tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/txfonts/txbmia.htf
+	): fixed Unicode characters. Thanks to Arkady Benediktov.
+
 2023-03-10  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (xr.4ht,  xr-hyper.4ht, cleveref.4ht): fixed clash

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2023-03-21 17:07:11 UTC (rev 66631)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2023-03-21 17:10:02 UTC (rev 66632)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1305 2023-03-10 16:01:24Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1308 2023-03-19 13:09:23Z michal_h21 $
 % tex tex4ht-4ht   or   ht tex tex4ht-4ht
 %
 % Copyright 2009-2023 TeX Users Group    
@@ -12802,8 +12802,8 @@
 
 \<book-report-article idx\><<<
 \long\def\c:theindex:#1#2#3#4#5#6#7#8#9{%
-   \def\theindex{%
-      \def\idx:item{\SaveEverypar\ht:everypar{}#1}%
+   \def\theindex{\SaveEverypar\ht:everypar{}#1%
+      \def\idx:item{}%
       \def\endtheindex{\idx:item#2\RecallEverypar}%
       \def\item{\idx:item\def\idx:item{#4}\let\index|=\@gobble #3}%
       \def\subitem{\idx:item\def\idx:item{#6}\let\index|=\@gobble #5}%
@@ -16360,6 +16360,31 @@
 >>>
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\Section{memhfixc}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\<memhfixc.4ht\><<<
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
+% memhfixc.4ht (|version), generated from |jobname.tex 
+% Copyright 2023 TeX Users Group
+|<TeX4ht copyright|>
+|<memhfixc nameref|>
+\Hinput{memhfixc}
+\endinput
+>>>        \AddFile{8}{memhfixc}
+
+Memoir redefines the nameref command in a way that it prints ref number instead
+of the desired title. This should fix that, and in addition it should fix the
+titleref command.
+
+\<memhfixc nameref\><<<
+\@ifpackageloaded{nameref}{
+\HLet\@mem at titlerefnolink\@namerefstar
+\HLet\@mem at titleref\T at nameref
+}{}
+>>>
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \Chapter{revtex}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex	2023-03-21 17:07:11 UTC (rev 66631)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex	2023-03-21 17:10:02 UTC (rev 66632)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-html4.tex 1303 2023-03-02 10:52:32Z michal_h21 $
+% $Id: tex4ht-html4.tex 1307 2023-03-15 13:39:09Z michal_h21 $
 % Compile 4 times: latex tex4ht-html4
 % Copy html4.4ht into the work directory before all but the last compilation.
 %
@@ -4519,13 +4519,12 @@
 \Configure{@begin}{theindex}{\section*{\indexname}}
 \Configure{theindex}
    {\ifvmode \IgnorePar\fi \EndP
-    \HCode{<div class="theindex">}\let\end:theidx\empty}
+    \HCode{<div class="theindex">}\HCode{<p class="theindex">}\def\end:theidx{\HCode{</p>}}}
    {\end:theidx\HCode{</div>}}
    {} {\HCode{<br />}\hfil\break}
    {\ \ \ \ } {\HCode{<br />}\hfil\break}
    {\ \ \ \ \ \ \ \ } {\HCode{<br />}\hfil\break}
-   {\hbox{\end:theidx\HCode{<p class="theindex">}}%
-    \def\end:theidx{\HCode{</p>}}}
+   {\hbox{\end:theidx\HCode{<p class="theindex">}}}
 >>>
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -4557,7 +4556,7 @@
                use the command line option `index=i' (e.g., index=2)}
 \Configure{theindex}
    {\ifvmode \IgnorePar\fi \EndP
-    \HCode{<div class="theindex">}\let\end:theidx|=\empty}
+    \HCode{<div class="theindex">}\HCode{<p class="theindex">}\def\end:theidx{\HCode{</p>}}}
    {\end:theidx\HCode{</div>}}
    {\hbox\bgroup\HCode{<span class="index-item">}} 
    {\HCode{<br /></span>}\egroup\hfill\break}
@@ -4565,8 +4564,7 @@
    {\HCode{<br /></span>}\egroup\hfill\break}
    {\hbox\bgroup\HCode{<span class="index-subsubitem">}\ \ \ \ \ \ \ \ } 
    {\HCode{<br /></span>}\egroup\hfill\break}
-   {\hbox{\end:theidx\HCode{<p class="theindex">}}%
-    \def\end:theidx{\HCode{</p>}}}
+   {\hbox{\end:theidx\HCode{<p class="theindex">}}}
 \Css{.index-item, .index-subitem, .index-subsubitem {display:block}}
 >>>
 
@@ -4577,13 +4575,12 @@
                use the command line option `index=i' (e.g., index=2)}
 \Configure{theindex}
    {\ifvmode \IgnorePar\fi \EndP
-    \HCode{<div class="theindex">}\let\end:theidx|=\empty}
+    \HCode{<div class="theindex">}\HCode{<p class="theindex">}\def\end:theidx{\HCode{</p>}}}
    {\end:theidx\HCode{</div>}}
    {} {\hfil\break\HCode{<br />}}
    {\ \ \ \ } {\hfil\break\HCode{<br />}}
    {\ \ \ \ \ \ \ \ } {\hfil\break\HCode{<br />}}
-   {\hbox{\end:theidx\HCode{<p class="theindex">}}%
-    \def\end:theidx{\HCode{</p>}}}
+   {\hbox{\end:theidx\HCode{<p class="theindex">}}}
 >>>
 
 \<conf multi cols\><<<

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/amsart.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/amsart.4ht	2023-03-21 17:07:11 UTC (rev 66631)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/amsart.4ht	2023-03-21 17:10:02 UTC (rev 66632)
@@ -1,4 +1,4 @@
-% amsart.4ht (2023-02-25-15:08), generated from tex4ht-4ht.tex
+% amsart.4ht (2023-03-21-10:02), generated from tex4ht-4ht.tex
 % Copyright 1997-2009 Eitan M. Gurari
 % Copyright 2009-2023 TeX Users Group
 %
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2023-02-25-15:08}
+\immediate\write-1{version 2023-03-21-10:02}
 
 \pend:defII\@starttoc{\par}
 \append:def\quote{\par\@totalleftmargin\z@}
@@ -30,8 +30,8 @@
 
 \pend:def\caption{\SkipRefstepAnchor}
 \long\def\c:theindex:#1#2#3#4#5#6#7#8#9{%
-   \def\theindex{%
-      \def\idx:item{\SaveEverypar\ht:everypar{}#1}%
+   \def\theindex{\SaveEverypar\ht:everypar{}#1%
+      \def\idx:item{}%
       \def\endtheindex{\idx:item#2\RecallEverypar}%
       \def\item{\idx:item\def\idx:item{#4}\let\index\@gobble #3}%
       \def\subitem{\idx:item\def\idx:item{#6}\let\index\@gobble #5}%

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/amsbook.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/amsbook.4ht	2023-03-21 17:07:11 UTC (rev 66631)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/amsbook.4ht	2023-03-21 17:10:02 UTC (rev 66632)
@@ -1,4 +1,4 @@
-% amsbook.4ht 2023-02-25-15:08, generated from tex4ht-4ht.tex
+% amsbook.4ht 2023-03-21-10:02, generated from tex4ht-4ht.tex
 % Copyright 1997-2009 Eitan M. Gurari
 % Copyright 2009-2023 TeX Users Group
 %
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2023-02-25-15:08}
+\immediate\write-1{version 2023-03-21-10:02}
 
    \pend:defII\@starttoc{\par}
 \append:def\quote{\par\@totalleftmargin\z@}
@@ -30,8 +30,8 @@
 
 \pend:def\caption{\SkipRefstepAnchor}
 \long\def\c:theindex:#1#2#3#4#5#6#7#8#9{%
-   \def\theindex{%
-      \def\idx:item{\SaveEverypar\ht:everypar{}#1}%
+   \def\theindex{\SaveEverypar\ht:everypar{}#1%
+      \def\idx:item{}%
       \def\endtheindex{\idx:item#2\RecallEverypar}%
       \def\item{\idx:item\def\idx:item{#4}\let\index\@gobble #3}%
       \def\subitem{\idx:item\def\idx:item{#6}\let\index\@gobble #5}%

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/amsproc.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/amsproc.4ht	2023-03-21 17:07:11 UTC (rev 66631)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/amsproc.4ht	2023-03-21 17:10:02 UTC (rev 66632)
@@ -1,5 +1,5 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% amsproc.4ht (2023-02-25-15:08), generated from tex4ht-4ht.tex
+% amsproc.4ht (2023-03-21-10:02), generated from tex4ht-4ht.tex
 % Copyright (C) 1997-2009 Eitan M. Gurari
 % Copyright 2009-2023 TeX Users Group
 %
@@ -18,7 +18,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2023-02-25-15:08}
+\immediate\write-1{version 2023-03-21-10:02}
 
 
 \append:def\quote{\par\@totalleftmargin\z@}
@@ -31,8 +31,8 @@
 
 \pend:def\caption{\SkipRefstepAnchor}
 \long\def\c:theindex:#1#2#3#4#5#6#7#8#9{%
-   \def\theindex{%
-      \def\idx:item{\SaveEverypar\ht:everypar{}#1}%
+   \def\theindex{\SaveEverypar\ht:everypar{}#1%
+      \def\idx:item{}%
       \def\endtheindex{\idx:item#2\RecallEverypar}%
       \def\item{\idx:item\def\idx:item{#4}\let\index\@gobble #3}%
       \def\subitem{\idx:item\def\idx:item{#6}\let\index\@gobble #5}%

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/article.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/article.4ht	2023-03-21 17:07:11 UTC (rev 66631)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/article.4ht	2023-03-21 17:10:02 UTC (rev 66632)
@@ -1,4 +1,4 @@
-% article.4ht (2023-02-25-15:08), generated from tex4ht-4ht.tex
+% article.4ht (2023-03-21-10:02), generated from tex4ht-4ht.tex
 % Copyright 1997-2009 Eitan M. Gurari
 % Copyright 2009-2023 TeX Users Group
 %
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2023-02-25-15:08}
+\immediate\write-1{version 2023-03-21-10:02}
 
 
 \Configure{UndefinedSec}{likepart}
@@ -37,8 +37,8 @@
 
 \pend:def\caption{\SkipRefstepAnchor}
 \long\def\c:theindex:#1#2#3#4#5#6#7#8#9{%
-   \def\theindex{%
-      \def\idx:item{\SaveEverypar\ht:everypar{}#1}%
+   \def\theindex{\SaveEverypar\ht:everypar{}#1%
+      \def\idx:item{}%
       \def\endtheindex{\idx:item#2\RecallEverypar}%
       \def\item{\idx:item\def\idx:item{#4}\let\index\@gobble #3}%
       \def\subitem{\idx:item\def\idx:item{#6}\let\index\@gobble #5}%

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/book.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/book.4ht	2023-03-21 17:07:11 UTC (rev 66631)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/book.4ht	2023-03-21 17:10:02 UTC (rev 66632)
@@ -1,4 +1,4 @@
-% book.4ht (2023-02-25-15:08), generated from tex4ht-4ht.tex
+% book.4ht (2023-03-21-10:02), generated from tex4ht-4ht.tex
 % Copyright 1997-2009 Eitan M. Gurari
 % Copyright 2009-2023 TeX Users Group
 %
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2023-02-25-15:08}
+\immediate\write-1{version 2023-03-21-10:02}
 
 \Configure{UndefinedSec}{likepart}
 \Configure{UndefinedSec}{likechapter}
@@ -227,8 +227,8 @@
 
 \pend:def\caption{\SkipRefstepAnchor}
 \long\def\c:theindex:#1#2#3#4#5#6#7#8#9{%
-   \def\theindex{%
-      \def\idx:item{\SaveEverypar\ht:everypar{}#1}%
+   \def\theindex{\SaveEverypar\ht:everypar{}#1%
+      \def\idx:item{}%
       \def\endtheindex{\idx:item#2\RecallEverypar}%
       \def\item{\idx:item\def\idx:item{#4}\let\index\@gobble #3}%
       \def\subitem{\idx:item\def\idx:item{#6}\let\index\@gobble #5}%

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht	2023-03-21 17:07:11 UTC (rev 66631)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht	2023-03-21 17:10:02 UTC (rev 66632)
@@ -1,4 +1,4 @@
-% html4.4ht (2023-03-02-13:31), generated from tex4ht-html4.tex
+% html4.4ht (2023-03-19-00:00), generated from tex4ht-html4.tex
 % Copyright 2009-2023 TeX Users Group
 % Copyright 1997-2009 Eitan M. Gurari
 %
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2023-03-02-13:31}
+\immediate\write-1{version 2023-03-19-00:00}
 
 \exit:ifnot{8859-6,% 
 CJK,% 
@@ -5552,7 +5552,7 @@
                use the command line option `index=i' (e.g., index=2)}
 \Configure{theindex}
    {\ifvmode \IgnorePar\fi \EndP
-    \HCode{<div class="theindex">}\let\end:theidx\empty}
+    \HCode{<div class="theindex">}\HCode{<p class="theindex">}\def\end:theidx{\HCode{</p>}}}
    {\end:theidx\HCode{</div>}}
    {\hbox\bgroup\HCode{<span class="index-item">}}
    {\HCode{<br /></span>}\egroup\hfill\break}
@@ -5560,8 +5560,7 @@
    {\HCode{<br /></span>}\egroup\hfill\break}
    {\hbox\bgroup\HCode{<span class="index-subsubitem">}\ \ \ \ \ \ \ \ }
    {\HCode{<br /></span>}\egroup\hfill\break}
-   {\hbox{\end:theidx\HCode{<p class="theindex">}}%
-    \def\end:theidx{\HCode{</p>}}}
+   {\hbox{\end:theidx\HCode{<p class="theindex">}}}
 \Css{.index-item, .index-subitem, .index-subsubitem {display:block}}
 
 \else
@@ -8258,7 +8257,7 @@
                use the command line option `index=i' (e.g., index=2)}
 \Configure{theindex}
    {\ifvmode \IgnorePar\fi \EndP
-    \HCode{<div class="theindex">}\let\end:theidx\empty}
+    \HCode{<div class="theindex">}\HCode{<p class="theindex">}\def\end:theidx{\HCode{</p>}}}
    {\end:theidx\HCode{</div>}}
    {\hbox\bgroup\HCode{<span class="index-item">}}
    {\HCode{<br /></span>}\egroup\hfill\break}
@@ -8266,8 +8265,7 @@
    {\HCode{<br /></span>}\egroup\hfill\break}
    {\hbox\bgroup\HCode{<span class="index-subsubitem">}\ \ \ \ \ \ \ \ }
    {\HCode{<br /></span>}\egroup\hfill\break}
-   {\hbox{\end:theidx\HCode{<p class="theindex">}}%
-    \def\end:theidx{\HCode{</p>}}}
+   {\hbox{\end:theidx\HCode{<p class="theindex">}}}
 \Css{.index-item, .index-subitem, .index-subsubitem {display:block}}
 
 \else
@@ -10891,7 +10889,7 @@
                use the command line option `index=i' (e.g., index=2)}
 \Configure{theindex}
    {\ifvmode \IgnorePar\fi \EndP
-    \HCode{<div class="theindex">}\let\end:theidx\empty}
+    \HCode{<div class="theindex">}\HCode{<p class="theindex">}\def\end:theidx{\HCode{</p>}}}
    {\end:theidx\HCode{</div>}}
    {\hbox\bgroup\HCode{<span class="index-item">}}
    {\HCode{<br /></span>}\egroup\hfill\break}
@@ -10899,8 +10897,7 @@
    {\HCode{<br /></span>}\egroup\hfill\break}
    {\hbox\bgroup\HCode{<span class="index-subsubitem">}\ \ \ \ \ \ \ \ }
    {\HCode{<br /></span>}\egroup\hfill\break}
-   {\hbox{\end:theidx\HCode{<p class="theindex">}}%
-    \def\end:theidx{\HCode{</p>}}}
+   {\hbox{\end:theidx\HCode{<p class="theindex">}}}
 \Css{.index-item, .index-subitem, .index-subsubitem {display:block}}
 
 \else
@@ -11405,7 +11402,6 @@
 
 
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{graphics}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -20343,7 +20339,6 @@
 
 
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{biblatex}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -23500,13 +23495,12 @@
 \Configure{@begin}{theindex}{\section*{\indexname}}
 \Configure{theindex}
    {\ifvmode \IgnorePar\fi \EndP
-    \HCode{<div class="theindex">}\let\end:theidx\empty}
+    \HCode{<div class="theindex">}\HCode{<p class="theindex">}\def\end:theidx{\HCode{</p>}}}
    {\end:theidx\HCode{</div>}}
    {} {\HCode{<br />}\hfil\break}
    {\ \ \ \ } {\HCode{<br />}\hfil\break}
    {\ \ \ \ \ \ \ \ } {\HCode{<br />}\hfil\break}
-   {\hbox{\end:theidx\HCode{<p class="theindex">}}%
-    \def\end:theidx{\HCode{</p>}}}
+   {\hbox{\end:theidx\HCode{<p class="theindex">}}}
 
 \Configure{caption}{\HCode{\if:nopar  \else <br />\fi}
    \:xhtml{\IgnorePar\EndP}\HCode{<div class="caption"\Hnewline
@@ -25989,13 +25983,12 @@
 \Configure{@begin}{theindex}{\section*{\indexname}}
 \Configure{theindex}
    {\ifvmode \IgnorePar\fi \EndP
-    \HCode{<div class="theindex">}\let\end:theidx\empty}
+    \HCode{<div class="theindex">}\HCode{<p class="theindex">}\def\end:theidx{\HCode{</p>}}}
    {\end:theidx\HCode{</div>}}
    {} {\HCode{<br />}\hfil\break}
    {\ \ \ \ } {\HCode{<br />}\hfil\break}
    {\ \ \ \ \ \ \ \ } {\HCode{<br />}\hfil\break}
-   {\hbox{\end:theidx\HCode{<p class="theindex">}}%
-    \def\end:theidx{\HCode{</p>}}}
+   {\hbox{\end:theidx\HCode{<p class="theindex">}}}
 
 \Configure{caption}{\HCode{\if:nopar  \else <br />\fi}
    \:xhtml{\IgnorePar\EndP}\HCode{<div class="caption"\Hnewline
@@ -28478,13 +28471,12 @@
 \Configure{@begin}{theindex}{\section*{\indexname}}
 \Configure{theindex}
    {\ifvmode \IgnorePar\fi \EndP
-    \HCode{<div class="theindex">}\let\end:theidx\empty}
+    \HCode{<div class="theindex">}\HCode{<p class="theindex">}\def\end:theidx{\HCode{</p>}}}
    {\end:theidx\HCode{</div>}}
    {} {\HCode{<br />}\hfil\break}
    {\ \ \ \ } {\HCode{<br />}\hfil\break}
    {\ \ \ \ \ \ \ \ } {\HCode{<br />}\hfil\break}
-   {\hbox{\end:theidx\HCode{<p class="theindex">}}%
-    \def\end:theidx{\HCode{</p>}}}
+   {\hbox{\end:theidx\HCode{<p class="theindex">}}}
 
 \Configure{caption}{\HCode{\if:nopar  \else <br />\fi}
    \:xhtml{\IgnorePar\EndP}\HCode{<div class="caption"\Hnewline
@@ -29106,6 +29098,7 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{multind}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -29138,7 +29131,6 @@
 
 
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{fancybox}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -29270,6 +29262,7 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{alltt}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -29284,7 +29277,6 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{latin1}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -29512,6 +29504,7 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{context}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -30077,7 +30070,6 @@
 
 
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{tabulary}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -33107,7 +33099,7 @@
                use the command line option `index=i' (e.g., index=2)}
 \Configure{theindex}
    {\ifvmode \IgnorePar\fi \EndP
-    \HCode{<div class="theindex">}\let\end:theidx\empty}
+    \HCode{<div class="theindex">}\HCode{<p class="theindex">}\def\end:theidx{\HCode{</p>}}}
    {\end:theidx\HCode{</div>}}
    {\hbox\bgroup\HCode{<span class="index-item">}}
    {\HCode{<br /></span>}\egroup\hfill\break}
@@ -33115,8 +33107,7 @@
    {\HCode{<br /></span>}\egroup\hfill\break}
    {\hbox\bgroup\HCode{<span class="index-subsubitem">}\ \ \ \ \ \ \ \ }
    {\HCode{<br /></span>}\egroup\hfill\break}
-   {\hbox{\end:theidx\HCode{<p class="theindex">}}%
-    \def\end:theidx{\HCode{</p>}}}
+   {\hbox{\end:theidx\HCode{<p class="theindex">}}}
 \Css{.index-item, .index-subitem, .index-subsubitem {display:block}}
 
 \else
@@ -33505,7 +33496,7 @@
                use the command line option `index=i' (e.g., index=2)}
 \Configure{theindex}
    {\ifvmode \IgnorePar\fi \EndP
-    \HCode{<div class="theindex">}\let\end:theidx\empty}
+    \HCode{<div class="theindex">}\HCode{<p class="theindex">}\def\end:theidx{\HCode{</p>}}}
    {\end:theidx\HCode{</div>}}
    {\hbox\bgroup\HCode{<span class="index-item">}}
    {\HCode{<br /></span>}\egroup\hfill\break}
@@ -33513,8 +33504,7 @@
    {\HCode{<br /></span>}\egroup\hfill\break}
    {\hbox\bgroup\HCode{<span class="index-subsubitem">}\ \ \ \ \ \ \ \ }
    {\HCode{<br /></span>}\egroup\hfill\break}
-   {\hbox{\end:theidx\HCode{<p class="theindex">}}%
-    \def\end:theidx{\HCode{</p>}}}
+   {\hbox{\end:theidx\HCode{<p class="theindex">}}}
 \Css{.index-item, .index-subitem, .index-subsubitem {display:block}}
 
 \else
@@ -37023,6 +37013,7 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{tugboat}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -37122,6 +37113,7 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{ltugboat}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -37216,7 +37208,6 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{ltugproc}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -37274,6 +37265,7 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{mls}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -37284,7 +37276,6 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{rotating}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -37372,6 +37363,7 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{cancel}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -37387,7 +37379,6 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{go}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -37602,6 +37593,7 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{listings}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -37704,7 +37696,6 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{tasks}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38180,6 +38171,7 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{endnotes}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38194,7 +38186,6 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{web}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38394,6 +38385,7 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{ProTex}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38436,6 +38428,7 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{th4}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38643,7 +38636,6 @@
 
 
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{writer}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38688,6 +38680,7 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{mdwlist}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38749,7 +38742,6 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{sverb}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38839,6 +38831,7 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{manmac}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38952,6 +38945,7 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{cp862}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38962,7 +38956,6 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{cp1250}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38993,6 +38986,7 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{cp437de}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -39003,7 +38997,6 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{cp865}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -39038,6 +39031,7 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{polski}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -39050,7 +39044,6 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{portuges}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -39284,6 +39277,7 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{scottish}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -39296,7 +39290,6 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{slovak}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -39741,6 +39734,7 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{swedish}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -39753,7 +39747,6 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{turkish}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -39790,6 +39783,7 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{welsh}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -39802,7 +39796,6 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{hebrew}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -39839,6 +39832,7 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{croatian}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -40039,7 +40033,6 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{czech}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -40076,6 +40069,7 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{english}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -40088,7 +40082,6 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{esperant}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -40125,6 +40118,7 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{francais}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -40137,7 +40131,6 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{galician}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -40284,6 +40277,7 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{exam}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -40390,7 +40384,6 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{fontspec}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -40410,6 +40403,7 @@
 
 
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{framed}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -40424,7 +40418,6 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{mdframed}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -40480,6 +40473,7 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{parallel}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -40501,7 +40495,6 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{skak}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -40534,6 +40527,7 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{texmate}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -40548,7 +40542,6 @@
 
 
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{animate}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -40562,6 +40555,7 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{sectionbreak}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -40587,6 +40581,5 @@
 
 
 
-
 \endinput
 

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/mwart.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/mwart.4ht	2023-03-21 17:07:11 UTC (rev 66631)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/mwart.4ht	2023-03-21 17:10:02 UTC (rev 66632)
@@ -1,4 +1,4 @@
-% mwart.4ht (2023-02-25-15:08), generated from tex4ht-4ht.tex
+% mwart.4ht (2023-03-21-10:02), generated from tex4ht-4ht.tex
 % Copyright 2003-2009 Eitan M. Gurari
 % Copyright 2009-2023 TeX Users Group
 %
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2023-02-25-15:08}
+\immediate\write-1{version 2023-03-21-10:02}
 
   \NewConfigure{caption}[4]{\c:def\cptA:{#1}\c:def\cptB:{#2}%
    \c:def\cptC:{#3}\c:def\cptD:{#4}}
@@ -30,8 +30,8 @@
 \append:def\quote{\par\@totalleftmargin\z@}
 
 \long\def\c:theindex:#1#2#3#4#5#6#7#8#9{%
-   \def\theindex{%
-      \def\idx:item{\SaveEverypar\ht:everypar{}#1}%
+   \def\theindex{\SaveEverypar\ht:everypar{}#1%
+      \def\idx:item{}%
       \def\endtheindex{\idx:item#2\RecallEverypar}%
       \def\item{\idx:item\def\idx:item{#4}\let\index\@gobble #3}%
       \def\subitem{\idx:item\def\idx:item{#6}\let\index\@gobble #5}%

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/mwbk.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/mwbk.4ht	2023-03-21 17:07:11 UTC (rev 66631)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/mwbk.4ht	2023-03-21 17:10:02 UTC (rev 66632)
@@ -1,4 +1,4 @@
-% mwbk.4ht (2023-02-25-15:08), generated from tex4ht-4ht.tex
+% mwbk.4ht (2023-03-21-10:02), generated from tex4ht-4ht.tex
 % Copyright (C) 2003-2009 Eitan M. Gurari
 % Copyright 2009-2023 TeX Users Group
 %
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2023-02-25-15:08}
+\immediate\write-1{version 2023-03-21-10:02}
 
   \NewConfigure{caption}[4]{\c:def\cptA:{#1}\c:def\cptB:{#2}%
    \c:def\cptC:{#3}\c:def\cptD:{#4}}
@@ -30,8 +30,8 @@
 \append:def\quote{\par\@totalleftmargin\z@}
 
 \long\def\c:theindex:#1#2#3#4#5#6#7#8#9{%
-   \def\theindex{%
-      \def\idx:item{\SaveEverypar\ht:everypar{}#1}%
+   \def\theindex{\SaveEverypar\ht:everypar{}#1%
+      \def\idx:item{}%
       \def\endtheindex{\idx:item#2\RecallEverypar}%
       \def\item{\idx:item\def\idx:item{#4}\let\index\@gobble #3}%
       \def\subitem{\idx:item\def\idx:item{#6}\let\index\@gobble #5}%

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/mwrep.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/mwrep.4ht	2023-03-21 17:07:11 UTC (rev 66631)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/mwrep.4ht	2023-03-21 17:10:02 UTC (rev 66632)
@@ -1,4 +1,4 @@
-% mwrep.4ht (2023-02-25-15:08), generated from tex4ht-4ht.tex
+% mwrep.4ht (2023-03-21-10:02), generated from tex4ht-4ht.tex
 % Copyright 2003-2009 Eitan M. Gurari
 % Copyright 2009-2023 TeX Users Group
 %
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2023-02-25-15:08}
+\immediate\write-1{version 2023-03-21-10:02}
 
   \NewConfigure{caption}[4]{\c:def\cptA:{#1}\c:def\cptB:{#2}%
    \c:def\cptC:{#3}\c:def\cptD:{#4}}
@@ -30,8 +30,8 @@
 \append:def\quote{\par\@totalleftmargin\z@}
 
 \long\def\c:theindex:#1#2#3#4#5#6#7#8#9{%
-   \def\theindex{%
-      \def\idx:item{\SaveEverypar\ht:everypar{}#1}%
+   \def\theindex{\SaveEverypar\ht:everypar{}#1%
+      \def\idx:item{}%
       \def\endtheindex{\idx:item#2\RecallEverypar}%
       \def\item{\idx:item\def\idx:item{#4}\let\index\@gobble #3}%
       \def\subitem{\idx:item\def\idx:item{#6}\let\index\@gobble #5}%

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/report.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/report.4ht	2023-03-21 17:07:11 UTC (rev 66631)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/report.4ht	2023-03-21 17:10:02 UTC (rev 66632)
@@ -1,4 +1,4 @@
-% report.4ht (2023-02-25-15:08), generated from tex4ht-4ht.tex
+% report.4ht (2023-03-21-10:02), generated from tex4ht-4ht.tex
 % Copyright 1997-2009 Eitan M. Gurari
 % Copyright 2009-2023 TeX Users Group
 %
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2023-02-25-15:08}
+\immediate\write-1{version 2023-03-21-10:02}
 
 
 \Configure{UndefinedSec}{likepart}
@@ -78,8 +78,8 @@
 
 \pend:def\caption{\SkipRefstepAnchor}
 \long\def\c:theindex:#1#2#3#4#5#6#7#8#9{%
-   \def\theindex{%
-      \def\idx:item{\SaveEverypar\ht:everypar{}#1}%
+   \def\theindex{\SaveEverypar\ht:everypar{}#1%
+      \def\idx:item{}%
       \def\endtheindex{\idx:item#2\RecallEverypar}%
       \def\item{\idx:item\def\idx:item{#4}\let\index\@gobble #3}%
       \def\subitem{\idx:item\def\idx:item{#6}\let\index\@gobble #5}%

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/scrbook.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/scrbook.4ht	2023-03-21 17:07:11 UTC (rev 66631)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/scrbook.4ht	2023-03-21 17:10:02 UTC (rev 66632)
@@ -1,4 +1,4 @@
-% scrbook.4ht (2023-02-25-15:08), generated from tex4ht-4ht.tex
+% scrbook.4ht (2023-03-21-10:02), generated from tex4ht-4ht.tex
 % Copyright 1999-2009 Eitan M. Gurari
 % Copyright 2009-2023 TeX Users Group
 %
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2023-02-25-15:08}
+\immediate\write-1{version 2023-03-21-10:02}
 
 \let\o:maketitle:\maketitle
 \let\o:maketitle:\maketitle
@@ -279,8 +279,8 @@
 \pend:def\caption{\SkipRefstepAnchor}
 \append:def\quote{\par\@totalleftmargin\z@}
 \long\def\c:theindex:#1#2#3#4#5#6#7#8#9{%
-   \def\theindex{%
-      \def\idx:item{\SaveEverypar\ht:everypar{}#1}%
+   \def\theindex{\SaveEverypar\ht:everypar{}#1%
+      \def\idx:item{}%
       \def\endtheindex{\idx:item#2\RecallEverypar}%
       \def\item{\idx:item\def\idx:item{#4}\let\index\@gobble #3}%
       \def\subitem{\idx:item\def\idx:item{#6}\let\index\@gobble #5}%

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/scrreprt.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/scrreprt.4ht	2023-03-21 17:07:11 UTC (rev 66631)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/scrreprt.4ht	2023-03-21 17:10:02 UTC (rev 66632)
@@ -1,4 +1,4 @@
-% scrreprt.4ht (2023-02-25-15:08), generated from tex4ht-4ht.tex
+% scrreprt.4ht (2023-03-21-10:02), generated from tex4ht-4ht.tex
 % Copyright (C) 1999-2009 Eitan M. Gurari
 % Copyright 2009-2023 TeX Users Group
 %
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2023-02-25-15:08}
+\immediate\write-1{version 2023-03-21-10:02}
 
 \let\o:maketitle:\maketitle
 \def\maketitle{\bgroup
@@ -126,8 +126,8 @@
 \pend:def\caption{\SkipRefstepAnchor}
 \append:def\quote{\par\@totalleftmargin\z@}
 \long\def\c:theindex:#1#2#3#4#5#6#7#8#9{%
-   \def\theindex{%
-      \def\idx:item{\SaveEverypar\ht:everypar{}#1}%
+   \def\theindex{\SaveEverypar\ht:everypar{}#1%
+      \def\idx:item{}%
       \def\endtheindex{\idx:item#2\RecallEverypar}%
       \def\item{\idx:item\def\idx:item{#4}\let\index\@gobble #3}%
       \def\subitem{\idx:item\def\idx:item{#6}\let\index\@gobble #5}%



More information about the tex-live-commits mailing list.