summaryrefslogtreecommitdiff
path: root/support/TeX4ht/source
diff options
context:
space:
mode:
Diffstat (limited to 'support/TeX4ht/source')
-rw-r--r--support/TeX4ht/source/ChangeLog19
-rw-r--r--support/TeX4ht/source/tex4ht-html4.tex4
2 files changed, 13 insertions, 10 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index c7e1a5855d..55f2c52c61 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/ChangeLog
@@ -1,17 +1,20 @@
+2022-12-17 Michal Hoftich <michal.h21@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@gmail.com>
* tex4ht-html4.tex (html4.4ht): fixed numbering of \paragraph and
\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@gmail.com>
diff --git a/support/TeX4ht/source/tex4ht-html4.tex b/support/TeX4ht/source/tex4ht-html4.tex
index 3804410690..f2bb41a115 100644
--- a/support/TeX4ht/source/tex4ht-html4.tex
+++ b/support/TeX4ht/source/tex4ht-html4.tex
@@ -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 @@ such a case, we don't have proper nestings of environments.
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;