diff options
author | Karl Berry <karl@freefriends.org> | 2021-11-09 23:01:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-11-09 23:01:21 +0000 |
commit | efbb4e5986b0812e4199ccabd991ab04145af8c3 (patch) | |
tree | d24ee583fbc920443db30b1e6b565993d59dd6f1 /Master/texmf-dist/source | |
parent | 74f4814fa3311cfeb5b0e2cef8a81c051c684e26 (diff) |
css table borders for html4, tex4ht r1011; mathop size, tex4ht r1010
git-svn-id: svn://tug.org/texlive/trunk@61013 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
4 files changed, 20 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog index 6d3301318d1..6a53f48d2fc 100644 --- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog +++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog @@ -1,3 +1,17 @@ +2021-11-09 Michal Hoftich <michal.h21@gmail.com> + + * tex4ht-html4.tex (html4.4ht): added CSS declaration that enables table row + rules. + * tex4ht-html5.tex (html5.4ht): removed CSS rules declaration that was moved + to html4.4ht. + https://tex.stackexchange.com/a/621871/2891 + +2021-11-08 Michal Hoftich <michal.h21@gmail.com> + + * tex4ht-mathml.tex (mathml.4ht): use stretchy="false" for math operators + that shouldn't be stretchy. + https://tex.stackexchange.com/a/621839/2891 + 2021-11-05 Michal Hoftich <michal.h21@gmail.com> * tex4ht-4ht.tex (hyperref-hooks.4ht, biblatex-hooks.4ht): diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex index 332e0022ff1..2a0568c96fb 100644 --- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex +++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-html4.tex 1008 2021-11-04 20:14:13Z michal_h21 $ +% $Id: tex4ht-html4.tex 1011 2021-11-09 09:00:24Z michal_h21 $ % Compile 4 times: latex tex4ht-html4 % Copy html4.4ht into the work directory before all but the last compilation. % @@ -19663,6 +19663,7 @@ Enable linebreaking in long URLs \Configure{pic-halign}{} \Configure{halignTB<>}{halign}{\HCode{id="TBL-\TableNo" class="halign"\Hnewline }<>} \HAssign\Next:TableNo|=0 \global\let\TableNo=\Next:TableNo +\Css{table.tabular{border-collapse: collapse; border-spacing: 0;}} >>> The following should be just under LaTeX. diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex index 96e726f58db..c1a469ca5b5 100644 --- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex +++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-html5.tex 994 2021-10-18 08:59:43Z michal_h21 $ +% $Id: tex4ht-html5.tex 1011 2021-11-09 09:00:24Z michal_h21 $ % compile 3 times: latex tex4ht-moz % or xhlatex tex4ht-moz "html,3,sections+" % @@ -313,7 +313,6 @@ cellspacing and cellpading attributes are prohibited in html5 \<tabular fixes\><<< \Configure{halignTB<>}{tabular}{\HCode{id="TBL-\TableNo" class="tabular"\Hnewline \GROUPS\Hnewline }<>\HAlign} -\Css{table.tabular{border-collapse: collapse; border-spacing: 0;}} >>> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex index 6fc95d0a44b..bd2fa451dab 100644 --- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex +++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-mathml.tex 952 2021-06-17 21:47:06Z karl $$ +% $Id: tex4ht-mathml.tex 1010 2021-11-08 17:32:28Z michal_h21 $$ % compile 3 times: latex tex4ht-mathltx % or xhlatex tex4ht-mathltx "html,3,sections+" % @@ -3161,10 +3161,10 @@ Accent versus underscript: \verb=\underbrace{x+y+z}= \Configure{MathClass}{3}{*}{<\a:mathml mo\Hnewline \mml:class="MathClass-rel">}{</\a:mathml mo>}{} \Configure{MathClass}{4}{*}{<\a:mathml mo\Hnewline - \mml:class="MathClass-open">} + \mml:class="MathClass-open" stretchy="false">} {</\a:mathml mo>}{} \Configure{MathClass}{5}{*}{<\a:mathml mo\Hnewline - \mml:class="MathClass-close">} + \mml:class="MathClass-close" stretchy="false">} {</\a:mathml mo>}{} \Configure{MathClass}{6}{*}{<\a:mathml mo\Hnewline \mml:class="MathClass-punc">}{</\a:mathml mo>}{} |