texlive[65301] Master/texmf-dist: avoid large left item with
commits+karl at tug.org
commits+karl at tug.org
Sat Dec 17 22:13:10 CET 2022
Revision: 65301
http://tug.org/svn/texlive?view=revision&revision=65301
Author: karl
Date: 2022-12-17 22:13:10 +0100 (Sat, 17 Dec 2022)
Log Message:
-----------
avoid large left item with enumitem, tex4ht r1271
Revision Links:
--------------
http://tug.org/svn/texlive?view=revision&revision=1271
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-12-17 20:55:55 UTC (rev 65300)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog 2022-12-17 21:13:10 UTC (rev 65301)
@@ -1,3 +1,9 @@
+2022-12-17 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-html4.tex (html4.4ht): removed large left margin from
+ enumitem item with the Enumitem package.
+ https://tex.stackexchange.com/a/668862/2891
+
2022-12-16 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-html4.tex (html4.4ht): fixed numbering of \paragraph and
@@ -4,14 +10,11 @@
\subparagraph in base classes.
https://tex.stackexchange.com/q/668713/2891
- * tex4ht-4ht.tex (amsart.4ht, amsart.4ht, amsbook.4ht,
- amsbook.4ht, amsproc.4ht, amsproc.4ht, article.4ht,
- article.4ht, book.4ht, book.4ht, mwart.4ht, mwart.4ht,
- mwbk.4ht, mwbk.4ht, mwrep.4ht, mwrep.4ht, report.4ht,
- report.4ht, scrbook.4ht, scrbook.4ht, scrreprt.4ht,
- scrreprt.4ht): prevent duplicate TOC printing with
- \Configure{tableofcontents*} when \tableofcontents command is used
- in the document.
+ * tex4ht-4ht.tex (amsart.4ht.4ht, amsbook.4ht, amsproc.4ht,
+ article.4ht, book.4ht, mwart.4ht, mwbk.4ht, mwrep.4ht,
+ report.4ht, scrbook.4ht, scrreprt.4ht): prevent duplicate TOC
+ printing with \Configure{tableofcontents*} when \tableofcontents
+ command is used in the document.
https://tex.stackexchange.com/q/668713/2891
2022-12-15 Michal Hoftich <michal.h21 at gmail.com>
Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex 2022-12-17 20:55:55 UTC (rev 65300)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex 2022-12-17 21:13:10 UTC (rev 65301)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-html4.tex 1269 2022-12-16 16:03:28Z michal_h21 $
+% $Id: tex4ht-html4.tex 1271 2022-12-17 20:43:46Z michal_h21 $
% Compile 4 times: latex tex4ht-html4
% Copy html4.4ht into the work directory before all but the last compilation.
%
@@ -2982,7 +2982,7 @@
class="enumerate">}\bgroup \bf}
{\egroup\EndP\HCode{</dt><dd\Hnewline class="enumerate">}|<list par|>}
\Css{dl.enumerate {display:grid; grid-template-columns: 3ch 1fr; align-items: top; row-gap:1ch;}}
-% \Css{dd.enumerate {margin-left: 2em;}}
+\Css{dd.enumerate {margin-left: 0;}}
% \Css{dt.enumerate {float:left;
% clear:left;
% margin-right:0.5em;
Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht 2022-12-17 20:55:55 UTC (rev 65300)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht 2022-12-17 21:13:10 UTC (rev 65301)
@@ -1,4 +1,4 @@
-% html4.4ht (2022-12-16-13:29), generated from tex4ht-html4.tex
+% html4.4ht (2022-12-17-13:12), 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-16-13:29}
+\immediate\write-1{version 2022-12-17-13:12}
\exit:ifnot{8859-6,%
CJK,%
@@ -1494,7 +1494,7 @@
{\egroup\EndP\HCode{</dt><dd\Hnewline class="enumerate">}\par\ShowPar
}
\Css{dl.enumerate {display:grid; grid-template-columns: 3ch 1fr; align-items: top; row-gap:1ch;}}
-% \Css{dd.enumerate {margin-left: 2em;}}
+\Css{dd.enumerate {margin-left: 0;}}
% \Css{dt.enumerate {float:left;
% clear:left;
% margin-right:0.5em;
@@ -36214,7 +36214,7 @@
{\egroup\EndP\HCode{</dt><dd\Hnewline class="enumerate">}\par\ShowPar
}
\Css{dl.enumerate {display:grid; grid-template-columns: 3ch 1fr; align-items: top; row-gap:1ch;}}
-% \Css{dd.enumerate {margin-left: 2em;}}
+\Css{dd.enumerate {margin-left: 0;}}
% \Css{dt.enumerate {float:left;
% clear:left;
% margin-right:0.5em;
More information about the tex-live-commits
mailing list.