summaryrefslogtreecommitdiff
path: root/support/TeX4ht/source/tex4ht-mathml.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-10-28 03:01:22 +0000
committerNorbert Preining <norbert@preining.info>2022-10-28 03:01:22 +0000
commit577cb5a42c6f06b209011b90703e7809ea47d43f (patch)
tree7244eb3e1cbf04e31d65467fcf27e05fdfa4c2f9 /support/TeX4ht/source/tex4ht-mathml.tex
parent876d640726265ada7e067f22dda368dd49ed9ad1 (diff)
CTAN sync 202210280301
Diffstat (limited to 'support/TeX4ht/source/tex4ht-mathml.tex')
-rw-r--r--support/TeX4ht/source/tex4ht-mathml.tex8
1 files changed, 5 insertions, 3 deletions
diff --git a/support/TeX4ht/source/tex4ht-mathml.tex b/support/TeX4ht/source/tex4ht-mathml.tex
index 5d5e11e944..2118e986e3 100644
--- a/support/TeX4ht/source/tex4ht-mathml.tex
+++ b/support/TeX4ht/source/tex4ht-mathml.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-mathml.tex 1221 2022-10-25 11:32:47Z michal_h21 $$
+% $Id: tex4ht-mathml.tex 1226 2022-10-27 14:19:24Z michal_h21 $$
% compile 3 times: latex tex4ht-mathltx
% or xhlatex tex4ht-mathltx "html,3,sections+"
%
@@ -1292,13 +1292,15 @@ rows produced by hline.
\<configure html-mml latex\><<<
\Css{.array-hline,.array-cline{
- border-bottom:black solid 1px;
+ border-top: 1px solid black;
height:0px;
}}
-\Css{.hline-mtd{
+\Css{.array-hline + .array-vspace:last-child{display:none;}}
+\Css{.hline-mtd, .array-hline td{
display:none
}}
\Css{.array-hline + .array-row:last-child{display:none;}}
+\Css{.array-hline:first-child{border-bottom:1px solid black;border-top:none;}}
>>>
\<td save EndP\><<<