diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/TeX4ht/source/ChangeLog | 9 | ||||
-rw-r--r-- | support/TeX4ht/source/Makefile | 2 | ||||
-rw-r--r-- | support/TeX4ht/source/tex4ht-html4.tex | 17 |
3 files changed, 19 insertions, 9 deletions
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 <michal.h21@gmail.com> + + * 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 <michal.h21@gmail.com> * 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</dd>}\HCode{<dt class="enumerate">}\bgroup \bf} {\egroup\EndP\HCode{</dt><dd\Hnewline class="enumerate">}|<list par|>} -\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; }} >>> \<description-based enumerate list note\><<< @@ -15697,7 +15698,7 @@ IE doesn't distinguish between upper and lower case characters in css \<configure html4 multicol\><<< \HAssign\MultiCols=0 -\ConfigureEnv{multicols}{}{}{}{} +\ConfigureEnv{multicols}{\empty}{\empty}{}{} \Configure{multicolscolumn} {\ifvmode\IgnorePar\fi\EndP\HCode{<div class="\a:multicols-\mcolnum">}} |