texlive[61883] Master/texmf-dist: css grid for enumitem, tex4ht r1072

commits+karl at tug.org commits+karl at tug.org
Sat Feb 5 00:09:27 CET 2022


Revision: 61883
          http://tug.org/svn/texlive?view=revision&revision=61883
Author:   karl
Date:     2022-02-05 00:09:26 +0100 (Sat, 05 Feb 2022)
Log Message:
-----------
css grid for enumitem, tex4ht r1072

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

Modified Paths:
--------------
    trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
    trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
    trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2022-02-04 22:28:13 UTC (rev 61882)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2022-02-04 23:09:26 UTC (rev 61883)
@@ -1,3 +1,8 @@
+2022-02-04  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-html4.tex (html4.4ht): use CSS grid for Enumitem lists.
+	https://tex.stackexchange.com/a/632681/2891
+
 2022-02-03  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-html4.tex (html4.4ht): fixed support for vertical rules in

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex	2022-02-04 22:28:13 UTC (rev 61882)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex	2022-02-04 23:09:26 UTC (rev 61883)
@@ -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 @@
    {\end:itm \global\def\end:itm{\EndP\Tg</dd>}\HCode{<dt
         class="enumerate-enumitem">}\bgroup \bf}
    {\egroup\EndP\HCode{</dt><dd\Hnewline class="enumerate-enumitem">}}
-\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;}}
 >>>
 
 

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht	2022-02-04 22:28:13 UTC (rev 61882)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht	2022-02-04 23:09:26 UTC (rev 61883)
@@ -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 @@
    {\end:itm \global\def\end:itm{\EndP\Tg</dd>}\HCode{<dt
         class="enumerate-enumitem">}\bgroup \bf}
    {\egroup\EndP\HCode{</dt><dd\Hnewline class="enumerate-enumitem">}}
-\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;}}
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
   



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