diff options
author | Karl Berry <karl@freefriends.org> | 2022-12-23 21:23:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-12-23 21:23:27 +0000 |
commit | 628b57792251d3e20ebade4890a9eab4db3edcd2 (patch) | |
tree | c34f77afa9b442a26c0ab901caa6d36404f76087 /Master/texmf-dist | |
parent | b0a3d0afc9a0962b07b568893cbfbe69233c641c (diff) |
tasks paragraphs, tex4ht r1274
git-svn-id: svn://tug.org/texlive/trunk@65344 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/ChangeLog | 6 | ||||
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/html4.4ht | 8 |
3 files changed, 13 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog index b6b6404e2ae..eb851e0e667 100644 --- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog +++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog @@ -1,3 +1,9 @@ +2022-12-23 Michal Hoftich <michal.h21@gmail.com> + + * tex4ht-html4.tex (html4.4ht): fixed paragraph handling in the + tasks environment. + https://tex.stackexchange.com/a/669437/2891 + 2022-12-21 Michal Hoftich <michal.h21@gmail.com> * tex4ht-mathml.tex (mathml.4ht): use <mstyle> instead of <mrow> for diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex index f2bb41a1154..4d341ee3ff5 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 1271 2022-12-17 20:43:46Z michal_h21 $ +% $Id: tex4ht-html4.tex 1274 2022-12-23 13:35:49Z michal_h21 $ % Compile 4 times: latex tex4ht-html4 % Copy html4.4ht into the work directory before all but the last compilation. % @@ -15529,8 +15529,8 @@ Support for background and border color \ConfigureList{tasks} {\ifvmode\IgnorePar\fi\EndP\HCode{<div class="tasks">}\def\end:task{}} {\ifvmode\IgnorePar\fi\EndP\end:task\HCode{</div>}} -{\end:task\HCode{<div class="task"><span class="label">}\def\end:task{\HCode{</div>}}} -{\HCode{</span>}\noindent} +{\ifvmode\IgnorePar\fi\EndP\end:task\HCode{<div class="task">}\par\ShowPar\HCode{<span class="label">}\def\end:task{\HCode{</div>}}} +{\HCode{</span>}} >>> diff --git a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht index 879c7a963a1..4f4975cdb89 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht @@ -1,4 +1,4 @@ -% html4.4ht (2022-12-17-13:12), generated from tex4ht-html4.tex +% html4.4ht (2022-12-23-13:16), generated from tex4ht-html4.tex % Copyright 2009-2022 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 2022-12-17-13:12} +\immediate\write-1{version 2022-12-23-13:16} \exit:ifnot{8859-6,% CJK,% @@ -37697,8 +37697,8 @@ description">}% \ConfigureList{tasks} {\ifvmode\IgnorePar\fi\EndP\HCode{<div class="tasks">}\def\end:task{}} {\ifvmode\IgnorePar\fi\EndP\end:task\HCode{</div>}} -{\end:task\HCode{<div class="task"><span class="label">}\def\end:task{\HCode{</div>}}} -{\HCode{</span>}\noindent} +{\ifvmode\IgnorePar\fi\EndP\end:task\HCode{<div class="task">}\par\ShowPar\HCode{<span class="label">}\def\end:task{\HCode{</div>}}} +{\HCode{</span>}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |