summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-03-21 17:10:02 +0000
committerKarl Berry <karl@freefriends.org>2023-03-21 17:10:02 +0000
commitd1eab4a8bc375d02fed949be8b6ee17c8798c8d3 (patch)
tree89e4f65a273d07f52fecff56ee8b303b380322c3 /Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
parent02f98ce88998c4d8a7842d0c00df00b245046fac (diff)
first paragraph in {theindex}, tex4ht r1307
git-svn-id: svn://tug.org/texlive/trunk@66632 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex17
1 files changed, 7 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
index f76a092fe29..d6e02f520e6 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
@@ -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 @@ Q. Where placefigure is declared?
\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 @@ The `index=i' provides the initial setting.
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 @@ The `index=i' provides the initial setting.
{\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 @@ The `index=i' provides the initial setting.
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\><<<