From b90705c6f91f2521feb47db5cbe9bede17a86e49 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 4 Feb 2022 23:09:26 +0000 Subject: css grid for enumitem, tex4ht r1072 git-svn-id: svn://tug.org/texlive/trunk@61883 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/generic/tex4ht/ChangeLog | 5 +++++ Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex | 5 ++--- Master/texmf-dist/tex/generic/tex4ht/html4.4ht | 7 +++---- 3 files changed, 10 insertions(+), 7 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog index 66b22e95bde..ef58933f0c4 100644 --- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog +++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog @@ -1,3 +1,8 @@ +2022-02-04 Michal Hoftich + + * tex4ht-html4.tex (html4.4ht): use CSS grid for Enumitem lists. + https://tex.stackexchange.com/a/632681/2891 + 2022-02-03 Michal Hoftich * tex4ht-html4.tex (html4.4ht): fixed support for vertical rules in diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex index 999d8887a17..5df537074c8 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 1071 2022-02-03 14:27:43Z michal_h21 $ +% $Id: tex4ht-html4.tex 1072 2022-02-04 14:15:32Z michal_h21 $ % Compile 4 times: latex tex4ht-html4 % Copy html4.4ht into the work directory before all but the last compilation. % @@ -16475,8 +16475,7 @@ Blue = 1-minimum(1,Yellow *(1-Black)+Black) {\end:itm \global\def\end:itm{\EndP\Tg}\HCode{
}\bgroup \bf} {\egroup\EndP\HCode{
}} -\Css{dt.enumerate-enumitem{float:left; clear:left; - margin-left:1em; margin-right:1em;}} +\Css{dl.enumerate-enumitem{display:grid; grid-template-columns: 3ch 1fr;}} >>> diff --git a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht index 6b5d84d2400..5fa26205272 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-02-03-14:35), generated from tex4ht-html4.tex +% html4.4ht (2022-02-04-14:38), 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-02-03-14:35} +\immediate\write-1{version 2022-02-04-14:38} \exit:ifnot{8859-6,% CJK,% @@ -35936,8 +35936,7 @@ description">}% {\end:itm \global\def\end:itm{\EndP\Tg}\HCode{
}\bgroup \bf} {\egroup\EndP\HCode{
}} -\Css{dt.enumerate-enumitem{float:left; clear:left; - margin-left:1em; margin-right:1em;}} +\Css{dl.enumerate-enumitem{display:grid; grid-template-columns: 3ch 1fr;}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -- cgit v1.2.3