From 93fb03ea65cbfc0770b6b22d07b1a2d8098b23aa Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 23 Sep 2022 03:02:24 +0000 Subject: CTAN sync 202209230302 --- support/TeX4ht/source/ChangeLog | 9 +++++++++ support/TeX4ht/source/Makefile | 2 +- support/TeX4ht/source/tex4ht-html4.tex | 17 +++++++++-------- 3 files changed, 19 insertions(+), 9 deletions(-) (limited to 'support') diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog index f4c102576d..9bfa086af1 100644 --- a/support/TeX4ht/source/ChangeLog +++ b/support/TeX4ht/source/ChangeLog @@ -1,3 +1,12 @@ +2022-09-22 Michal Hoftich + + * tex4ht-html4.tex (html4.4ht): use CSS grid for description list + based enumerate environments. + + * tex4ht-html4.tex (html4.4ht): prevent reseting of list + environments that are placed inside multicols environment. + https://tex.stackexchange.com/q/659089/2891 + 2022-09-20 Michal Hoftich * tex4ht-4ht.tex (csbulletin.4ht): basic support for the CSTUG diff --git a/support/TeX4ht/source/Makefile b/support/TeX4ht/source/Makefile index 4c80ac5662..97d760cc43 100644 --- a/support/TeX4ht/source/Makefile +++ b/support/TeX4ht/source/Makefile @@ -99,7 +99,7 @@ tex4ht_4ht_derived = \ abstract.4ht adjustbox.4ht algorithmic.4ht amsmath.4ht \ animate.4ht authblk.4ht appendix.4ht \ biblatex.4ht biblatex-chicago.4ht book.4ht bussproofs.4ht \ - caption.4ht cleveref.4ht color.4ht colortbl.4ht \ + caption.4ht cleveref.4ht color.4ht colortbl.4ht csbulletin.4ht \ fontspec.4ht fontspec-4ht.lua fontspec-luatex.4ht fontspec-xetex.4ht \ footmisc.4ht framed.4ht frenchb.4ht floatpag.4ht \ geometry.4ht graphics.4ht graphicx.4ht \ diff --git a/support/TeX4ht/source/tex4ht-html4.tex b/support/TeX4ht/source/tex4ht-html4.tex index a968f259da..d55d830e02 100644 --- a/support/TeX4ht/source/tex4ht-html4.tex +++ b/support/TeX4ht/source/tex4ht-html4.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-html4.tex 1190 2022-08-29 10:21:19Z michal_h21 $ +% $Id: tex4ht-html4.tex 1198 2022-09-22 15:05:34Z michal_h21 $ % Compile 4 times: latex tex4ht-html4 % Copy html4.4ht into the work directory before all but the last compilation. % @@ -2942,12 +2942,13 @@ such a case, we don't have proper nestings of environments. {\end:itm \global\def\end:itm{\EndP\Tg}\HCode{
}\bgroup \bf} {\egroup\EndP\HCode{
}|} -\Css{dd.enumerate {margin-left: 2em;}} -\Css{dt.enumerate {float:left; - clear:left; - margin-right:0.5em; - margin-left:0.5em; - text-align:right; }} +\Css{dl.enumerate {display:grid; grid-template-columns: 3ch 1fr; align-items: top; row-gap:1ch;}} +% \Css{dd.enumerate {margin-left: 2em;}} +% \Css{dt.enumerate {float:left; +% clear:left; +% margin-right:0.5em; +% margin-left:0.5em; +% text-align:right; }} >>> \<<< @@ -15697,7 +15698,7 @@ IE doesn't distinguish between upper and lower case characters in css \<<< \HAssign\MultiCols=0 -\ConfigureEnv{multicols}{}{}{}{} +\ConfigureEnv{multicols}{\empty}{\empty}{}{} \Configure{multicolscolumn} {\ifvmode\IgnorePar\fi\EndP\HCode{
}} -- cgit v1.2.3